44 padding : 0 ;
55}
66body {
7+ font-size : 100% ;
78 background-color : # 262721 ;
89 background : url ("images/bgpattern.png" );
910 height : 100% ;
1011}
1112a {
1213 color : # 8cc84b ;
14+ text-decoration : none;
1315}
1416# wrapper {
1517 height : 100% ;
@@ -43,7 +45,6 @@ form.node-out input[type=submit] {
4345 border-radius : 4px ;
4446 background-color : # 8bc84b ;
4547 color : # 363730 ;
46- font-size : 14px ;
4748 font-weight : bold;
4849 padding : 6px 12px ;
4950 display : inline-block;
@@ -63,9 +64,6 @@ form.node-out input {
6364# panels {
6465 list-style-type : none;
6566}
66- # panels li .panel .title {
67- font-size : 14px ;
68- }
6967# panels li .panel ul {
7068 -webkit-box-shadow : 1px 1px 1px 1px rgba (0 , 0 , 0 , 0.50 );
7169 -moz-box-shadow : 1px 1px 1px 1px rgba (0 , 0 , 0 , 0.50 );
@@ -79,71 +77,88 @@ form.node-out input {
7977 list-style-type : none;
8078}
8179# panels li .panel h2 {
82- font-size : 20px ;
8380 text-align : center;
81+ font-size : 1.2em ;
82+ }
83+ # panels li .panel .title {
84+ font-size : 1em ;
85+ width : 100% ;
86+ display : block;
87+ }
88+ # panels li .panel .teaser {
89+ border : none;
90+ font-size : 0.75em ;
8491}
8592# panels li .panel .time {
86- font-size : 10px ;
8793 color : # 888 ;
8894 font-style : italic;
8995 float : right;
90- height : 14px ;
91- padding-top : 5px ;
92- }
93- # panels li .panel .teaser {
94- font-size : 12px ;
96+ clear : both;
97+ font-size : 0.6em ;
9598}
96- # panels .tweets {
99+ # panels li .tweets {
97100 margin : 0 15px ;
98101}
99- # panels .tweets li {
102+ # panels li .tweets .title {
103+ display : inline;
104+ width : auto;
105+ }
106+ # panels li .tweets li {
100107 margin-bottom : 5px ;
101108 clear : both;
102109}
103- # panels .tweets li p .teaser {
110+ # panels li .tweets li p .teaser {
104111 word-wrap : break-word;
105112 overflow : hidden;
106113}
107- # panels .tweets .avatar {
114+ # panels li .tweets .avatar {
108115 float : left;
109116 margin-right : 10px ;
110117}
111- # panels .tweets img {
118+ # panels li .tweets img {
112119 -webkit-border-radius : 3px ;
113120 -moz-border-radius : 3px ;
114121 border-radius : 3px ;
115122 margin-top : 6px ;
116123 border : none;
117124}
118- @media only screen and (max-width : 480 px ) {
125+ @media only screen and (max-width : 320 px ) {
119126 # wrapper {
120- width : 350 px ;
127+ width : 320 px ;
121128 }
122129 # wrapper h1 {
123- margin-top : 5 px ;
130+ margin-top : 3 px ;
124131 background : url ("images/nodekc-dark-small.png" ) no-repeat center center;
125- min-width : 350px ;
126- width : 350px ;
132+ width : 320px ;
127133 height : 104px ;
128134 }
135+ form .node-out {
136+ margin : 0 ;
137+ margin-top : 5px ;
138+ height : 25px ;
139+ }
129140 form .node-out input [type = text ] {
130- width : 200px ;
141+ width : 150px ;
142+ margin : 0 4px 0 0 ;
143+ padding : 2px ;
131144 }
132145 form .node-out input [type = submit ] {
133- padding-left : 3px ;
134- padding-right : 3px ;
146+ padding-left : 0px ;
147+ padding-right : 0px ;
148+ margin-left : 0px ;
149+ font-size : 0.85em ;
135150 }
136151 # panels li .panel {
137152 text-align : left;
138153 margin : 0 ;
139- margin-top : 15 px ;
140- width : 350 px ;
141- max- width: 350 px ;
154+ margin-left : 4 px ;
155+ margin-top : 8 px ;
156+ width : 310 px ;
142157 float : none;
143158 clear : both;
144159 }
145160}
146- @media only screen and (min-width : 481 px ) {
161+ @media only screen and (min-width : 321 px ) {
147162 # wrapper {
148163 width : 95% ;
149164 }
0 commit comments