Commit 74900679 by Scott

Snow: clean up comments

parent 689cae48
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
*/ */
/*---[ Start: global css ]---*/ /* Global CSS */
.clearfix:after, .clearfix:after,
.qam-login-group:after, .qam-login-group:after,
.qa-header:after, .qa-header:after,
...@@ -40,7 +41,7 @@ ...@@ -40,7 +41,7 @@
display: inline-table; display: inline-table;
} }
/* Hides from IE-mac \*/ /* hides from IE-mac \*/
* html .clearfix { * html .clearfix {
height: 1%; height: 1%;
} }
...@@ -57,8 +58,8 @@ ...@@ -57,8 +58,8 @@
.qa-nav-cat-item { .qa-nav-cat-item {
display: block; display: block;
} }
/* end hide from IE-mac */
/* End hide from IE-mac */
:-moz-placeholder { :-moz-placeholder {
color: #aaa !important; color: #aaa !important;
font-style: italic; font-style: italic;
...@@ -162,6 +163,7 @@ table { ...@@ -162,6 +163,7 @@ table {
/* Headings */ /* Headings */
h1 { h1 {
color: #444; color: #444;
font-size: 20px; font-size: 20px;
...@@ -214,7 +216,6 @@ img { ...@@ -214,7 +216,6 @@ img {
border: none; border: none;
} }
/*---[ End: global css ]---*/
.qa-q-view-follows { .qa-q-view-follows {
background: #eee; background: #eee;
padding: 2px 5px; padding: 2px 5px;
...@@ -228,8 +229,8 @@ p { ...@@ -228,8 +229,8 @@ p {
margin-top: 0; margin-top: 0;
} }
/* Login bar */
/*---[ Begin: login bar css ]---*/
.qam-login-bar { .qam-login-bar {
background: #ddd; background: #ddd;
margin: 0; margin: 0;
...@@ -268,7 +269,7 @@ p { ...@@ -268,7 +269,7 @@ p {
} }
/*-- search box --*/ /* search box */
.qa-search { .qa-search {
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
...@@ -307,7 +308,7 @@ input[type="submit"].qa-search-button:hover { ...@@ -307,7 +308,7 @@ input[type="submit"].qa-search-button:hover {
background-position: center -26px; background-position: center -26px;
} }
/*-- nav user class --*/ /* navigation */
.qa-nav-user { .qa-nav-user {
float: left; float: left;
font-size: 12px; font-size: 12px;
...@@ -371,9 +372,8 @@ input[type="submit"].qa-search-button:hover { ...@@ -371,9 +372,8 @@ input[type="submit"].qa-search-button:hover {
line-height: 26px; line-height: 26px;
} }
/*---[ End: login bar css ]---*/ /* Notice bar */
/*---[ Begin: notice bar css ]---*/
.qa-notice { .qa-notice {
background: #FFC73A; background: #FFC73A;
border-bottom: 3px solid #FFD77A; border-bottom: 3px solid #FFD77A;
...@@ -407,21 +407,21 @@ input[type="submit"].qa-search-button:hover { ...@@ -407,21 +407,21 @@ input[type="submit"].qa-search-button:hover {
background: #EAD279; background: #EAD279;
color: #000; color: #000;
} }
/*---[ End: notice bar css ]---*/
/*---[ Begin: body css ]---*/ /* Body styles */
.qa-body-wrapper { .qa-body-wrapper {
width: 1000px; width: 1000px;
text-align: left; text-align: left;
margin: 0 auto 50px auto; margin: 0 auto 50px auto;
} }
/* Clearing classes */ /* clearing classes */
.qa-nav-main-clear, .qa-nav-sub-clear, .qa-q-item-clear, .qa-q-view-clear, .qa-a-item-clear, .qa-c-item-clear, .qa-footer-clear, .qa-page-links-clear { .qa-nav-main-clear, .qa-nav-sub-clear, .qa-q-item-clear, .qa-q-view-clear, .qa-a-item-clear, .qa-c-item-clear, .qa-footer-clear, .qa-page-links-clear {
clear: both; clear: both;
} }
/*-- header css --*/ /* header */
.qa-header { .qa-header {
padding: 15px 10px 5px; padding: 15px 10px 5px;
height: auto; height: auto;
...@@ -438,7 +438,7 @@ div.header-banner { ...@@ -438,7 +438,7 @@ div.header-banner {
margin: 0; margin: 0;
} }
/*-- qa main wrapper css --*/ /* main wrapper */
.qa-main-shadow { .qa-main-shadow {
padding: 10px 10px 0; padding: 10px 10px 0;
background: url(images/shadow.png) no-repeat center -10px; background: url(images/shadow.png) no-repeat center -10px;
...@@ -449,7 +449,7 @@ div.header-banner { ...@@ -449,7 +449,7 @@ div.header-banner {
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
} }
/*-- main + sub navigation css --*/ /* main + sub navigation */
.qa-nav-main { .qa-nav-main {
clear: both; clear: both;
padding: 0; padding: 0;
...@@ -579,10 +579,8 @@ div.header-banner { ...@@ -579,10 +579,8 @@ div.header-banner {
-ms-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s;
} }
/*-- end main + sub navigation css --*/
/*-- content and widgets --*/ /* content and widgets */
.qa-main { .qa-main {
padding-left: 10px; padding-left: 10px;
float: left; float: left;
...@@ -626,7 +624,7 @@ div.header-banner { ...@@ -626,7 +624,7 @@ div.header-banner {
} }
/*--- VOTING + ANSWER + VIEW BLOCKS CSS ---*/ /* Voting + Answer + view blocks */
/* Votes */ /* Votes */
.qa-q-item-stats { .qa-q-item-stats {
...@@ -893,7 +891,6 @@ div.header-banner { ...@@ -893,7 +891,6 @@ div.header-banner {
letter-spacing: 1px; letter-spacing: 1px;
} }
/*--- END VOTING + ANSWER + VIEW BLOCKS CSS ---*/
.qa-favoriting { .qa-favoriting {
position: absolute; position: absolute;
...@@ -1001,8 +998,7 @@ div.header-banner { ...@@ -1001,8 +998,7 @@ div.header-banner {
text-decoration: underline; text-decoration: underline;
} }
/* IE6 /* IE6 Widget wrappers */
Widget wrappers */
.qa-widget-full { .qa-widget-full {
clear: both; clear: both;
margin: 15px 0; margin: 15px 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment