Commit 24ac2c54 authored by Leo Iannacone's avatar Leo Iannacone

Medal styles + start working on menu

parent afaa4413
@import "jquery.autocomplete.css";
html { html {
/* color: #222222; */ /* color: #222222; */
color: #333; color: #333;
...@@ -378,19 +377,23 @@ padding-top: 4px; ...@@ -378,19 +377,23 @@ padding-top: 4px;
float: right; float: right;
} }
#top a { #top > * {
clear: none; clear: none;
color: #333333; color: #333333;
display: block; display: block;
float: left; float: left;
text-shadow: none; text-shadow: none;
width: auto; width: auto;
line-height: 40px;
margin: 0; margin: 0;
padding: 0 15px; padding: 0 15px;
text-decoration: none; text-decoration: none;
} }
#top * {
line-height: 40px;
height: 40px;
}
#content { #content {
width: 985px; width: 985px;
margin: 10px auto; margin: 10px auto;
...@@ -492,6 +495,10 @@ padding-top: 4px; ...@@ -492,6 +495,10 @@ padding-top: 4px;
border-top: 0; border-top: 0;
} }
.user-stats-table {
margin: 0 !important;
}
.user-stats-table .short-summary { .user-stats-table .short-summary {
width: 100%; width: 100%;
} }
...@@ -501,6 +508,8 @@ padding-top: 4px; ...@@ -501,6 +508,8 @@ padding-top: 4px;
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif; font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
font-size: 17px; font-size: 17px;
float: left; float: left;
width: 50%;
white-space: nowrap;
} }
.short-summary h2 a:hover { .short-summary h2 a:hover {
...@@ -741,16 +750,17 @@ padding-top: 4px; ...@@ -741,16 +750,17 @@ padding-top: 4px;
} }
.medal { .medal {
background: none repeat scroll 0 0 #DD4818; white-space: nowrap;
color: white; color: #626262 !important;
font-size: 14px; margin: 0 3px 5px 0;
font-weight: bold; padding: 0px 8px 0px 2px;
line-height: 250%; display: inline-block;
padding: 4px 12px 4px 6px; line-height: 24px;
border: 1px solid #DD4818; background-color: #E8E7E5;
text-shadow: 0 1px 0 white;
font-size: 12px;
border-radius: 3px; border-radius: 3px;
-moz-border-radius: 3px; border: 1px solid #E2E2E2;
-webkit-border-radius: 3px;
} }
a.medal { a.medal {
...@@ -758,14 +768,24 @@ a.medal { ...@@ -758,14 +768,24 @@ a.medal {
color: white; color: white;
} }
a.medal:hover { .medal span, .bronze, .silver, .gold {
background-color: white; background: url("../images/badges.png");
color: #DD4818; text-indent: -10000px;
text-decoration: none; width: 18px;
border: 1px solid white; min-height: 17px;
border-radius: 3px; display: inline-block;
-moz-border-radius: 3px; background-position-y: center;
-webkit-border-radius: 3px; background-repeat: no-repeat;
}
.badgecount {
margin-right: 10px;
margin-left: 2px;
}
#award-list p {
display: table-row;
width: auto !important;
} }
.tabBar { .tabBar {
...@@ -871,19 +891,8 @@ a.medal:hover { ...@@ -871,19 +891,8 @@ a.medal:hover {
padding: 0 6px 0 15px; padding: 0 6px 0 15px;
} }
.headNormal { .headUser, .headNormal h1 {
border-bottom: 1px solid #777777;
font-size: 15px;
font-weight: bold;
margin-bottom: 12px;
padding: 3px;
text-align: left;
}
.headUser {
font-size: 2.4em; font-size: 2.4em;
float: left;
width: auto;
margin: 0.4em 0 0.8em; margin: 0.4em 0 0.8em;
} }
...@@ -945,7 +954,9 @@ ul.errorlist li { ...@@ -945,7 +954,9 @@ ul.errorlist li {
/* Fixes OSQA-143 IE8 text overflow issue */ /* Fixes OSQA-143 IE8 text overflow issue */
div.question-body p, div.answer-body p { div.question-body p, div.answer-body p {
max-width: 700px; font-size: 14px;
word-wrap: break-word;
line-height: 17px;
} }
.answered-by-owner { .answered-by-owner {
...@@ -1002,8 +1013,12 @@ div.question-body p, div.answer-body p { ...@@ -1002,8 +1013,12 @@ div.question-body p, div.answer-body p {
.badge-list { .badge-list {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
white-space: nowrap;
width: 204px;
overflow: hidden;
} }
/*.badge-list a { /*.badge-list a {
color: #DD4818; color: #DD4818;
} }
...@@ -1203,6 +1218,7 @@ ins { ...@@ -1203,6 +1218,7 @@ ins {
font-family: Arial; font-family: Arial;
font-size: 200%; font-size: 200%;
font-weight: 700; font-weight: 700;
margin-right: 4px;
} }
.scoreNumber { .scoreNumber {
...@@ -1224,9 +1240,13 @@ ins { ...@@ -1224,9 +1240,13 @@ ins {
overflow: auto; overflow: auto;
padding: 10px; padding: 10px;
width: 90%; width: 90%;
border: 3px solid #DD4814; background: none repeat scroll 0 0 #f0f0f0;
background-color: #D7D7D7; border: 1px solid #e7e7e7;
border-radius: 5px; margin-right: 1px;
box-shadow: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
} }
.user-edit-link { .user-edit-link {
...@@ -1332,46 +1352,35 @@ ins { ...@@ -1332,46 +1352,35 @@ ins {
color: #333333; color: #333333;
} }
.badge1 { .gold, .badge1 {
color: #FFCC00; color: #FFCC00;
background-position-x: -115px !important;
} }
.silver, .badge2 { .silver, .badge2 {
color: #CCCCCC; color: #CCCCCC;
background-position-x: -88px !important;
} }
.bronze, .badge3 { .bronze, .badge3 {
color: #CC9933; color: #CC9933;
background-position: -61px !important;
} }
.score, .accept_rate { .score, .accept_rate {
color: #333333; color: #333333;
font-size: 110%; font-size: 110%;
font-weight: bold; font-weight: bold;
margin-left: 3px; margin: 10px;
} }
#subheader .score, .accept_rate { #subheader .score, .accept_rate {
float: left; float: left;
line-height: 40px;
margin-left: 0px; margin-left: 0px;
min-width: 20px; min-width: 20px;
text-align: center; text-align: center;
} height: 40px;
padding: 0;
#top .bronze, .badge3, #top .silver, .badge2 {
line-height: 40px;
margin-left: 0px;
}
#top .bronze, #top .silver {
float: left;
}
#subheader .badgecount {
float: left;
line-height: 40px;
margin-left: 0px;
} }
#sub_header_options { #sub_header_options {
...@@ -2089,6 +2098,25 @@ div.dialog, .context-menu-dropdown { ...@@ -2089,6 +2098,25 @@ div.dialog, .context-menu-dropdown {
cursor: pointer; cursor: pointer;
} }
.context-menu-dropdown {
color: white;
display: inline-block;
font-size: 11px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 1px 3px 3px 3px;
text-shadow: 0 1px 1px #BBB;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 2px solid #969696;
background: #ADA69F url('../images/menu-dropdown.png') repeat-x left bottom;
}
div.dialog .dialog-wcwontent { div.dialog .dialog-wcwontent {
padding: 12px 12px 42px 12px; padding: 12px 12px 42px 12px;
z-index: 1000; z-index: 1000;
...@@ -2147,10 +2175,9 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text ...@@ -2147,10 +2175,9 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
.feed-icon { .feed-icon {
width: 14px; width: 14px;
height: 14px; height: 14px;
float: left; display: inline-block;
margin-right: 4px; margin-left: 4px;
vertical-align: middle; vertical-align: top;
margin-top: 3px;
} }
.feed-icon-big { .feed-icon-big {
......
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