Created
April 23, 2024 14:48
-
-
Save altilunium/e2dd9a6cda54f0d9d2d46df029a99944 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "jquery.autocomplete.css"; | |
body { | |
/*overflow-y: scroll; | |
height: 100%; */ | |
background: none repeat scroll 0 0 #FFFFFF; | |
color: #000000; | |
font-family: sans-serif; | |
font-size: 12px; | |
line-height: 150%; | |
margin: 0; | |
padding: 0; | |
} | |
div { | |
margin: 0 auto; | |
padding: 0; | |
} | |
h1, h2, h3, ul, li, form, img, p { | |
border: medium none; | |
margin: 0; | |
padding: 0; | |
} | |
label { | |
vertical-align: middle; | |
} | |
.login label { | |
display: block; | |
} | |
.login .form-row-vertical { | |
margin-bottom: 8px; | |
} | |
hr { | |
border-color: #CCCCCE -moz-use-text-color -moz-use-text-color; | |
border-right: medium none; | |
border-style: dashed none none; | |
border-width: 1px medium medium; | |
} | |
input, select { | |
font-family: Trebuchet MS, "segoe ui", Helvetica, "Microsoft YaHei", Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif; | |
vertical-align: middle; | |
} | |
p { | |
font-size: 13px; | |
line-height: 140%; | |
margin-bottom: 13px; | |
} | |
a { | |
color: #3060A8; | |
text-decoration: none; | |
} | |
.clear { | |
clear: both; | |
width: 0px; | |
height: 0px; | |
} | |
.badges a { | |
color: #763333; | |
text-decoration: underline; | |
} | |
a:hover { | |
text-decoration: underline; | |
} | |
.tright { | |
text-align: right; | |
} | |
.spacer3 { | |
clear: both; | |
height: 30px; | |
line-height: 30px; | |
visibility: hidden; | |
} | |
h1 { | |
font-size: 160%; | |
padding: 5px 0; | |
line-height: 110%; | |
overflow: hidden; | |
} | |
h2 { | |
font-size: 140%; | |
padding: 3px 0; | |
line-height: 110%; | |
} | |
h3 { | |
font-size: 120%; | |
padding: 3px 0; | |
line-height: 110%; | |
} | |
ul { | |
list-style: disc outside none; | |
margin-bottom: 1em; | |
margin-left: 20px; | |
padding-left: 0; | |
} | |
ol { | |
list-style: decimal outside none; | |
margin-bottom: 1em; | |
margin-left: 30px; | |
padding-left: 0; | |
} | |
td ul { | |
vertical-align: middle; | |
} | |
li input { | |
margin: 3px 3px 4px; | |
} | |
pre { | |
background-color: #F5F5F5; | |
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace; | |
font-size: 90%; | |
margin-bottom: 10px; | |
overflow: auto; | |
padding-left: 5px; | |
padding-top: 5px; | |
width: 580px; | |
white-space: pre-wrap; | |
} | |
code { | |
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace; | |
font-size: 90%; | |
white-space: pre-wrap; | |
} | |
blockquote { | |
background-color: #F5F5F5; | |
margin-bottom: 10px; | |
margin-right: 15px; | |
padding: 10px 0 1px 10px; | |
max-width: 650px; | |
} | |
blockquote blockquote { | |
margin: 0; | |
padding: 0; | |
} | |
#wrapper, #announcement { | |
margin: auto; | |
padding: 0; | |
width: 990px; | |
background-color: #FFF; | |
} | |
#roof { | |
width: 990px; | |
} | |
#room { | |
background-color: #FFFFFF; | |
border-bottom: 1px solid #777777; | |
padding: 10px 0; | |
} | |
#CALeft { | |
position: relative; | |
width: 740px; | |
margin-top: 40px; | |
} | |
#CARight { | |
float: right; | |
width: 240px; | |
} | |
#CAFull { | |
float: left; | |
padding: 0 5px; | |
width: 950px; | |
} | |
#ground { | |
background: none repeat scroll 0 0 #BDCCED; | |
border-top: 1px solid #000000; | |
padding-bottom: 0; | |
padding-top: 6px; | |
text-align: center; | |
width: 990px; | |
} | |
#top { | |
float: right; | |
padding: 3px; | |
text-align: right; | |
width: 500px; | |
} | |
#top a { | |
color: #333333; | |
font-size: 12px; | |
height: 35px; | |
margin-left: 20px; | |
text-align: right; | |
text-decoration: underline; | |
} | |
#logo { | |
float: left; | |
padding: 5px 0 0; | |
} | |
#nav { | |
float: right; | |
margin: 35px 0px 0px 0px; | |
width: 750px; | |
} | |
#nav a { | |
background-color: #E5EBF8; | |
border-color: #888888 #888888 -moz-use-text-color; | |
border-style: solid solid none; | |
border-width: 1px 1px medium; | |
color: #333333; | |
display: block; | |
float: left; | |
font-size: 14px; | |
font-weight: 400; | |
height: 25px; | |
line-height: 30px; | |
margin-left: 10px; | |
padding: 0 12px 3px; | |
text-decoration: none; | |
} | |
#nav a:hover { | |
text-decoration: underline; | |
} | |
#nav a.on { | |
background: none repeat scroll 0 0 #356FCB; | |
border: 1px solid #356FCB; | |
color: #FFFFFF; | |
font-weight: 600; | |
height: 24px; | |
line-height: 28px; | |
text-decoration: none; | |
} | |
#nav a#nav_ask { | |
float: right; | |
color: #B02B2C; | |
font-size: 14px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
#nav a#nav_ask:hover { | |
text-decoration: underline; | |
} | |
#nav a#nav_ask.on { | |
color: #FFFFFF; | |
} | |
#searchBar { | |
text-align: center; | |
background-color: #B6C4E2; | |
border-color: #EEEEEC #A9ACA5 #BABDB6 #EEEEEC; | |
border-style: solid; | |
border-width: 1px; | |
padding: 4px 0 0; | |
width: 988px; | |
} | |
#searchBar .content { | |
} | |
#searchBar .searchInput { | |
border: 0px; | |
padding: 3px; | |
font-size: 13px; | |
height: 18px; | |
width: 400px; | |
} | |
#searchBar .searchBtn { | |
font-size: 14px; | |
height: 26px; | |
width: 80px; | |
} | |
#searchBar .options { | |
color: #333333; | |
font-size: 120%; | |
padding: 3px 0; | |
} | |
#searchBar .options input { | |
margin: 0 3px 0 15px; | |
} | |
#searchBar .options input:hover { | |
cursor: pointer; | |
} | |
#listA { | |
background-color: #FFFFFF; | |
float: left; | |
padding: 0 0; | |
width: 100%; | |
} | |
.thousand { | |
color: orange; | |
} | |
.short-summary { | |
border-top: 1px dotted #CCCCCE; | |
float: left; | |
overflow: hidden; | |
padding: 3px 0px 5px 0; | |
position: relative; | |
width: 740px; | |
} | |
#listA .short-summary:first-of-type { | |
border-top: 0; | |
} | |
.user-stats-table .short-summary { | |
width: 764px; | |
} | |
.short-summary h2 a { | |
color: #2A5594; | |
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif; | |
font-size: 17px; | |
} | |
.short-summary .userinfo { | |
color: #666666; | |
float: right; | |
margin-top: 8px; | |
} | |
.userinfo a, a.userinfo { | |
color: #3060A8; | |
} | |
.short-summary .counts { | |
float: left; | |
margin-right: 0px; | |
margin-top: 4px; | |
padding-right: 2px; | |
} | |
.short-summary .counts .item-count { | |
font-size: 17px; | |
font-weight: bold; | |
} | |
.short-summary .question-summary-wrapper { | |
float: right; | |
width: 565px; | |
} | |
.short-summary .votes, .short-summary .status, .short-summary .views { | |
-moz-border-radius: 5px 5px 5px 5px; | |
border-bottom: 1px solid #CCCCCC; | |
border-right: 1px solid #CCCCCC; | |
float: left; | |
font-size: 11px; | |
height: 42px; | |
margin: 0 6px 0 0px; | |
padding: 8px 2px 0; | |
text-align: center; | |
width: 46px; | |
} | |
.short-summary .votes, .short-summary .views { | |
color: #666666; | |
} | |
.short-summary .favorites { | |
width: 24px; | |
float: left; | |
text-align: center; | |
} | |
#question-table { | |
margin-bottom: 10px; | |
} | |
.questions-count { | |
color: #A40000; | |
font-family: sans-serif; | |
font-size: 24px; | |
font-weight: 600; | |
margin-top: 3px; | |
margin-right: 5px; | |
padding: 0 0 5px 0; | |
} | |
.boxA { | |
background: none repeat scroll 0 0 #888A85; | |
margin-bottom: 8px; | |
padding: 6px; | |
} | |
.boxA h3 { | |
color: #FFFFFF; | |
font-size: 13px; | |
font-weight: 800; | |
margin: 0 0 4px; | |
padding: 0; | |
} | |
.boxA .body { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border: 1px solid #999999; | |
font-size: 13px; | |
padding: 8px; | |
} | |
.boxA .more { | |
font-weight: 800; | |
padding: 2px; | |
text-align: right; | |
} | |
.boxC { | |
background: none repeat scroll 0 0 #E5EBF8; | |
border-color: #EEEEEC #A9ACA5 #BABDB6 #EEEEEC; | |
border-style: solid; | |
border-width: 1px; | |
margin-bottom: 8px; | |
padding: 10px; | |
} | |
.boxC p { | |
margin-bottom: 8px; | |
} | |
.boxC p.nomargin { | |
margin: 0; | |
} | |
.boxC p.info-box-follow-up-links { | |
margin: 0; | |
text-align: right; | |
} | |
.pager { | |
float: left; | |
margin-bottom: 16px; | |
margin-top: 10px; | |
} | |
.pagesize { | |
float: right; | |
margin-bottom: 16px; | |
margin-top: 10px; | |
} | |
.paginator { | |
font: 12px sans-serif; | |
padding: 5px 0 10px; | |
} | |
.paginator .prev a, .paginator .prev a:visited, .paginator .next a, .paginator .next a:visited { | |
background-color: #FFFFFF; | |
border: 1px solid #FFFFFF; | |
color: #777777; | |
font: bold 100% sans-serif; | |
padding: 2px 4px 3px; | |
} | |
.paginator .prev { | |
margin-right: 0.5em; | |
} | |
.paginator .next { | |
margin-left: 0.5em; | |
} | |
.paginator .page, .paginator .page a:visited, .paginator .curr { | |
background-color: #FFFFFF; | |
border: 1px solid #CCCCCC; | |
color: #777777; | |
font: 0.875em verdana; | |
margin: 0 0.25em; | |
padding: 0.25em; | |
} | |
.paginator .curr { | |
background-color: #777777; | |
border: 1px solid #777777; | |
color: #FFFFFF; | |
font-weight: bold; | |
} | |
.paginator .page:hover, .paginator .prev a:hover, .paginator .next a:hover { | |
background-color: #777777; | |
border: 1px solid #777777; | |
color: #FFFFFF; | |
text-decoration: none; | |
} | |
.paginator .text { | |
color: #777777; | |
font: bold 100% sans-serif; | |
padding: 0.3em; | |
} | |
.paginator-container-left { | |
padding: 5px 0 10px; | |
} | |
.tags { | |
display: block; | |
font-family: sans-serif; | |
line-height: 200%; | |
margin-top: 5px; | |
} | |
.tags a, span.tag { | |
background-color: #EEEEEE; | |
border-bottom: 1px solid #CCCCCC; | |
border-right: 1px solid #CCCCCC; | |
color: #777777; | |
font-size: 11px; | |
font-weight: normal; | |
padding: 1px 8px; | |
text-decoration: none; | |
white-space: nowrap; | |
} | |
.tags a:hover { | |
background-color: #356FCB; | |
color: #FFFFFF; | |
} | |
.tag-number { | |
font-family: sans-serif; | |
font-weight: 700; | |
} | |
.marked-tags { | |
margin-bottom: 5px; | |
margin-top: 0; | |
} | |
.medal { | |
background: none repeat scroll 0 0 #FFFFCD; | |
border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE; | |
border-left: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: 250%; | |
padding: 4px 12px 4px 6px; | |
} | |
a.medal { | |
text-decoration: none; | |
color: #333333; | |
} | |
a.medal:hover { | |
background: url("../images/medala_on.gif") no-repeat scroll 0 0 transparent; | |
border-color: #E7E296 #D1CA3D #D1CA3D #E7E296; | |
border-left: 1px solid #E7E296; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
text-decoration: none; | |
} | |
.tabBar { | |
background-color: #FFFFFF; | |
border-bottom: 1px solid white; | |
clear: both; | |
height: 30px; | |
margin-bottom: 3px; | |
width: 100%; | |
} | |
.tabsA { | |
background-color: #FFFFFF; | |
display: block; | |
float: right; | |
font-weight: bold; | |
height: 20px; | |
position: relative; | |
} | |
.tabsA a, .sticky-sort-tabs { | |
background: none repeat scroll 0 0 #EEEEEE; | |
border-bottom: 1px solid #CCCCCC; | |
border-right: 1px solid #CCCCCC; | |
color: #888A85; | |
display: block; | |
float: left; | |
height: 20px; | |
line-height: 22px; | |
margin: 5px 4px 0 0; | |
text-decoration: none; | |
} | |
.tabsA a { | |
padding: 0 11px; | |
} | |
.sticky-sort-tabs { | |
width: 20px; | |
padding: 0; | |
} | |
.sticky-sort-tabs input { | |
border: 0; | |
height: 14px; | |
width: 14px; | |
margin: 2px; | |
} | |
.tabsA a.on, .tabsA a:hover { | |
background: none repeat scroll 0 0 #FFFFFF; | |
color: #A40000; | |
} | |
.tabsA a:hover { | |
background: none repeat scroll 0 0 #356FCB; | |
color: #FFFFFF; | |
} | |
.headlineA { | |
border-bottom: 1px solid #777777; | |
font-size: 13px; | |
font-weight: 800; | |
height: 30px; | |
margin-bottom: 12px; | |
padding-bottom: 2px; | |
text-align: right; | |
} | |
.headQuestions { | |
background: url("../images/dot-list.gif") no-repeat scroll left center transparent; | |
border-bottom: 0 solid #777777; | |
float: left; | |
font-size: 15px; | |
font-weight: 700; | |
height: 23px; | |
line-height: 23px; | |
margin: 5px 0 0 5px; | |
padding: 0 6px 0 15px; | |
} | |
.headUsers { | |
background: url("../images/dot-list.gif") no-repeat scroll left center transparent; | |
border-bottom: 0 solid #777777; | |
float: left; | |
font-size: 15px; | |
font-weight: 700; | |
height: 23px; | |
line-height: 23px; | |
margin: 5px 0 0 5px; | |
padding: 0 6px 0 15px; | |
} | |
.headMedals { | |
background: url("../images/dot-list.gif") no-repeat scroll left center transparent; | |
border-bottom: 0 solid #777777; | |
float: left; | |
font-size: 15px; | |
font-weight: 700; | |
height: 23px; | |
line-height: 23px; | |
margin: 5px 0 0 5px; | |
padding: 0 6px 0 15px; | |
} | |
.headNormal { | |
border-bottom: 1px solid #777777; | |
font-size: 15px; | |
font-weight: bold; | |
margin-bottom: 12px; | |
padding: 3px; | |
text-align: left; | |
} | |
.headUser { | |
border-bottom: 1px solid #777777; | |
font-size: 20px; | |
font-weight: 800; | |
margin-bottom: 12px; | |
padding: 5px; | |
text-align: left; | |
} | |
.questions-related { | |
font-weight: 700; | |
word-wrap: break-word; | |
} | |
.questions-related p { | |
font-size: 100%; | |
line-height: 20px; | |
margin-bottom: 10px; | |
} | |
.question-body { | |
font-size: 13px; | |
line-height: 20px; | |
min-height: 100px; | |
} | |
.question-body img { | |
max-width: 640px; | |
} | |
.vote-buttons { | |
float: left; | |
text-align: center; | |
} | |
span.form-error { | |
color: #990000; | |
font-weight: normal; | |
margin-left: 5px; | |
} | |
ul.errorlist li { | |
color: #990000; | |
font-weight: normal; | |
margin-left: 0px; | |
margin-top: 5px; | |
} | |
.answer { | |
border-bottom: 1px solid #CCCCCE; | |
padding-top: 10px; | |
width: 100%; | |
} | |
.answer-body { | |
font-size: 13px; | |
line-height: 20px; | |
min-height: 80px; | |
margin: 0 0 20px 0; | |
} | |
.answer-body img { | |
max-width: 640px; | |
} | |
/* Fixes OSQA-143 IE8 text overflow issue */ | |
div.question-body p, div.answer-body p { | |
max-width: 700px; | |
} | |
.answered-by-owner { | |
background: none repeat scroll 0 0 #E9E9FF; | |
} | |
.accepted-answer { | |
background-color: #EBFFE6; | |
border-bottom-color: #9BD59B; | |
} | |
.answered { | |
background: none repeat scroll 0 0 #E5EBF8; | |
color: #314362; | |
} | |
.answered-accepted, .answer-votes.answered-accepted { | |
background: none repeat scroll 0 0 #E6F8DD; | |
color: #3A6231; | |
} | |
.unanswered { | |
background: none repeat scroll 0 0 #F3E3E1; | |
color: #6B2B28; | |
} | |
.focusedAnswer { | |
background: #FFFFCC; | |
} | |
.tagsList { | |
list-style-type: none; | |
margin: 0; | |
min-height: 360px; | |
padding: 0; | |
} | |
.tagsList li { | |
float: left; | |
width: 235px; | |
} | |
.badge-list { | |
list-style-type: none; | |
margin: 0; | |
} | |
.badge-list a { | |
color: #3060A8; | |
} | |
.badge-list a.medal { | |
color: #333333; | |
} | |
#medalList .badgeListDescription { | |
float: left; | |
margin-top: 8px; | |
max-width: 60%; | |
} | |
#medalList .badgeListItem { | |
float: left; | |
width: 32%; | |
} | |
#medalList .intoMyBadges span { | |
font-size: 175%; | |
padding-right: 5px; | |
color: #5B9058; | |
} | |
#medalList .intoMyBadges { | |
float: left; | |
min-width: 5%; | |
text-align: right; | |
height:30px; | |
} | |
.list-item { | |
margin-left: 15px; | |
} | |
.list-item li { | |
font-size: 13px; | |
line-height: 20px; | |
list-style-type: disc; | |
margin-bottom: 10px; | |
} | |
.form-row { | |
line-height: 25px; | |
} | |
table.form-as-table { | |
margin-top: 5px; | |
} | |
table.form-as-table ul { | |
display: inline; | |
list-style-type: none; | |
} | |
table.form-as-table li { | |
display: inline; | |
} | |
table.form-as-table pre { | |
display: inline; | |
} | |
table.check-table td { | |
padding-right: 50px; | |
} | |
.submit-row { | |
clear: both; | |
display: block; | |
line-height: 30px; | |
padding-top: 10px; | |
} | |
.error { | |
color: darkred; | |
font-size: 10px; | |
margin: 0; | |
} | |
.small { | |
font-size: 11px; | |
} | |
span.form-error { | |
color: #990000; | |
font-size: 90%; | |
font-weight: normal; | |
margin-left: 5px; | |
} | |
.title-desc { | |
color: #666666; | |
font-size: 90%; | |
} | |
#editor { | |
font-size: 100%; | |
line-height: 18px; | |
min-height: 200px; | |
width: 100%; | |
} | |
.wmd-preview { | |
background-color: #F5F5F5; | |
margin-top: 10px; | |
min-height: 20px; | |
padding: 6px; | |
width: 98%; | |
overflow: hidden; | |
} | |
.preview-toggle { | |
color: #AAAAAA; | |
font-weight: 600; | |
text-align: left; | |
width: 100%; | |
} | |
.preview-toggle span:hover { | |
cursor: pointer; | |
} | |
#revisions { | |
width: 950px; | |
} | |
.revision { | |
font-size: 13px; | |
margin: 10px 0; | |
width: 100%; | |
} | |
.revision .rev-arrow { | |
cursor: pointer; | |
} | |
.revision .header { | |
background-color: #EEEEEE; | |
padding: 5px; | |
} | |
.revision .author { | |
background-color: #E9E9FF; | |
} | |
.revision .summary { | |
padding: 5px 0 10px; | |
} | |
.revision .summary span { | |
/**background-color: yellow;**/ | |
display: inline; | |
padding-left: 3px; | |
padding-right: 3px; | |
} | |
.revision h1 { | |
font-size: 130%; | |
font-weight: 600; | |
padding: 15px 0; | |
} | |
.revision-mark { | |
display: inline-block; | |
font-size: 90%; | |
overflow: hidden; | |
text-align: left; | |
width: 200px; | |
} | |
.revision-number { | |
font-family: sans-serif; | |
font-size: 300%; | |
font-weight: bold; | |
} | |
.revision .body { | |
margin-bottom: 50px; | |
padding-left: 10px; | |
} | |
del { | |
color: #FF5F5F; | |
} | |
ins { | |
background-color: #97FF97; | |
} | |
.count { | |
color: #777777; | |
font-family: Arial; | |
font-size: 200%; | |
font-weight: 700; | |
} | |
.scoreNumber { | |
color: #777777; | |
font-family: Arial; | |
font-size: 35px; | |
font-weight: 800; | |
line-height: 40px; | |
} | |
.user-details { | |
font-size: 13px; | |
} | |
.user-about { | |
background-color: #EEEEEE; | |
height: 200px; | |
line-height: 20px; | |
overflow: auto; | |
padding: 10px; | |
width: 90%; | |
} | |
.user-edit-link { | |
background: url("../images/edit.png") no-repeat scroll 0 0 transparent; | |
padding-left: 20px; | |
} | |
.user-info-table { | |
margin-bottom: 10px; | |
} | |
.relativetime { | |
text-decoration: none; | |
} | |
.answer-summary { | |
clear: both; | |
display: block; | |
padding: 3px; | |
} | |
.answer-votes { | |
background-color: #EEEEEE; | |
color: #555555; | |
float: left; | |
font-family: Arial; | |
font-size: 110%; | |
font-weight: bold; | |
height: 15px; | |
margin-right: 10px; | |
padding: 4px 4px 5px; | |
text-align: center; | |
text-decoration: none; | |
width: 20px; | |
} | |
.vote-count { | |
color: #777777; | |
font-family: Arial; | |
font-size: 160%; | |
font-weight: 700; | |
} | |
.user-action-1 { | |
color: #333333; | |
font-weight: bold; | |
} | |
.user-action-2 { | |
color: #CCCCCC; | |
font-weight: bold; | |
} | |
.user-action-3 { | |
color: #333333; | |
} | |
.user-action-4 { | |
color: #333333; | |
} | |
.user-action-7 { | |
color: #333333; | |
} | |
.user-action-8 { | |
background-color: #CCCCCC; | |
color: #763333; | |
font-weight: bold; | |
padding: 3px; | |
} | |
.question-title-link a { | |
color: #0077CC; | |
font-weight: bold; | |
} | |
.answer-title-link a { | |
color: #333333; | |
} | |
.post-type-1 a { | |
font-weight: bold; | |
} | |
.post-type-3 a { | |
font-weight: bold; | |
} | |
.post-type-2 a { | |
color: #333333; | |
} | |
.post-type-4 a { | |
color: #333333; | |
} | |
.post-type-8 a { | |
color: #333333; | |
} | |
.badge1 { | |
color: #FFCC00; | |
} | |
.silver, .badge2 { | |
color: #CCCCCC; | |
} | |
.bronze, .badge3 { | |
color: #CC9933; | |
} | |
.score, .accept_rate { | |
color: #333333; | |
font-size: 110%; | |
font-weight: bold; | |
margin-left: 3px; | |
} | |
.footerLinks { | |
color: #3060A8; | |
font-size: 13px; | |
} | |
.footerLinks a { | |
color: #3060A8; | |
font-size: 13px; | |
} | |
.user { | |
line-height: 140%; | |
padding: 5px; | |
width: 170px; | |
display: inline-block; | |
} | |
.user ul { | |
list-style-type: none; | |
margin: 0; | |
} | |
.user .thumb { | |
clear: both; | |
display: inline; | |
float: left; | |
margin-right: 4px; | |
} | |
.message { | |
background-color: #EEEEEE; | |
border: 1px solid #AAAAAA; | |
margin: 10px 0; | |
padding: 5px; | |
} | |
.message p { | |
margin-bottom: 0; | |
} | |
.darkred { | |
color: darkred; | |
} | |
.submit { | |
background-color: #D4D0C8; | |
border: 1px solid #777777; | |
cursor: pointer; | |
font-size: 120%; | |
font-weight: bold; | |
height: 40px; | |
padding-bottom: 4px; | |
} | |
.submit:hover { | |
text-decoration: underline; | |
} | |
.ask-body { | |
padding-right: 10px; | |
} | |
.notify { | |
background-color: #F4A83D; | |
color: #444444; | |
font-weight: bold; | |
left: 0; | |
padding: 0; | |
position: fixed; | |
text-align: center; | |
top: 0; | |
width: 100%; | |
z-index: 100; | |
} | |
* html .notify { | |
position: absolute; | |
} | |
.notify p { | |
font-size: 16px; | |
margin-bottom: 5px; | |
margin-top: 5px; | |
} | |
#close-notify { | |
background-color: #FAD163; | |
border: 2px solid #735005; | |
color: #735005; | |
cursor: pointer; | |
font-size: 14px; | |
line-height: 18px; | |
padding: 0 3px; | |
position: absolute; | |
right: 5px; | |
text-decoration: none; | |
top: 5px; | |
} | |
#close-notify:hover { | |
text-decoration: none; | |
} | |
.big { | |
font-size: 15px; | |
} | |
.strong { | |
font-weight: bold; | |
} | |
.orange { | |
color: #D64000; | |
font-weight: bold; | |
} | |
.grey { | |
color: #808080; | |
} | |
.about div { | |
border-top: 1px dashed #AAAAAA; | |
padding: 10px 5px; | |
} | |
.about div.first { | |
border-top: medium none; | |
padding-top: 0; | |
} | |
.about p { | |
margin-bottom: 10px; | |
} | |
.about a { | |
color: #D64000; | |
text-decoration: underline; | |
} | |
.about h3 { | |
font-size: 15px; | |
font-weight: 700; | |
line-height: 30px; | |
padding-top: 0; | |
} | |
.nomargin { | |
margin: 0; | |
} | |
.inline-block { | |
display: inline-block; | |
} | |
.list-table td { | |
vertical-align: top; | |
} | |
table.form-as-table input { | |
display: inline; | |
margin-left: 4px; | |
} | |
ul.form-horizontal-rows { | |
list-style: none outside none; | |
margin: 0; | |
} | |
ul.form-horizontal-rows li { | |
height: 40px; | |
position: relative; | |
} | |
ul.form-horizontal-rows label { | |
display: inline-block; | |
} | |
ul.form-horizontal-rows label { | |
bottom: 6px; | |
font-size: 12px; | |
left: 0; | |
line-height: 12px; | |
margin: 0; | |
position: absolute; | |
} | |
ul.form-horizontal-rows li input { | |
bottom: 0; | |
left: 180px; | |
margin: 0; | |
position: absolute; | |
} | |
#changepw-form li input { | |
left: 150px; | |
} | |
.user-profile-tool-links { | |
font-weight: bold; | |
padding-bottom: 10px; | |
} | |
.post-controls, .tags-container { | |
font-size: 11px; | |
line-height: 12px; | |
margin-bottom: 5px; | |
min-width: 200px; | |
} | |
.tags-container { | |
margin: 0 0 16px 0; | |
} | |
#question-tags { | |
margin-top: 15px; | |
} | |
.post-controls { | |
float: left; | |
} | |
#question-controls .tags { | |
margin: 0 0 3px; | |
} | |
.post-update-info { | |
display: inline-block; | |
float: right; | |
margin-bottom: 5px; | |
width: 190px; | |
} | |
.post-update-info p { | |
font-size: 11px; | |
line-height: 15px; | |
margin: 0 0 4px; | |
padding: 0; | |
} | |
.post-update-info img { | |
float: left; | |
margin: 4px 8px 0 0; | |
width: 32px; | |
} | |
#tagSelector { | |
padding-bottom: 2px; | |
} | |
#hideIgnoredTagsControl { | |
margin: 5px 0 0; | |
} | |
#hideIgnoredTagsCb { | |
margin: 0 2px 0 1px; | |
} | |
a.sidebar_button { | |
background: none repeat scroll 0 0 #EEEEEE; | |
color: black; | |
cursor: pointer; | |
font-size: 11px; | |
padding: 3px; | |
} | |
a.sidebar_button:hover { | |
background-color: #777777; | |
color: white; | |
text-decoration: none; | |
} | |
a.post-vote, .favorite-mark, a.accept-answer { | |
display: block; | |
height: 24px; | |
position: relative; | |
width: 24px; | |
} | |
a.post-vote.up { | |
background: url("../images/vote-arrow-up.png") no-repeat scroll center center transparent; | |
} | |
a.post-vote.up.on, a.post-vote.up:hover { | |
background: url("../images/vote-arrow-up-on.png") no-repeat scroll center center transparent; | |
} | |
a.post-vote.down { | |
background: url("../images/vote-arrow-down.png") no-repeat scroll center center transparent; | |
} | |
a.post-vote.down.on, a.post-vote.down:hover { | |
background: url("../images/vote-arrow-down-on.png") no-repeat scroll center center transparent; | |
} | |
a.accept-answer { | |
background: url("../images/vote-accepted.png") no-repeat scroll center center transparent; | |
} | |
a.accept-answer.on, a.accept-answer:hover { | |
background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent; | |
} | |
.community-wiki { | |
font-size: 11px; | |
color: #333; | |
background: url("../images/wiki.png") no-repeat left center; | |
padding-left: 36px; | |
margin: 6px 0 0 0; | |
min-height: 32px; | |
line-height: 15px; | |
} | |
.post-score, .comments-char-left-count { | |
color: #777777; | |
font-family: Arial; | |
font-size: 165%; | |
font-weight: bold; | |
padding: 0 0 3px; | |
} | |
.favorite-mark { | |
background: url("../images/vote-favorite-off.png") no-repeat scroll center center transparent; | |
} | |
.favorite-mark.on, a.favorite-mark:hover { | |
background: url("../images/vote-favorite-on.png") no-repeat scroll center center transparent; | |
} | |
.favorite-count { | |
color: #777777; | |
font-family: Arial; | |
font-size: 100%; | |
font-weight: bold; | |
padding: 0; | |
} | |
.comments-container { | |
clear: both; | |
} | |
.comments-container { | |
padding: 0; | |
} | |
.answered-by-owner .comments-container { | |
background-color: #E6ECFF; | |
} | |
.accepted-answer .comments-container { | |
background-color: #CCFFBF; | |
} | |
.comment { | |
border-top: 1px dotted #CCCCCE; | |
margin: 0; | |
position: relative; | |
} | |
.comment.not_top_scorer { | |
display: none; | |
} | |
.comment-score { | |
color: #777777; | |
font-family: Arial; | |
font-size: 16px; | |
font-weight: bold; | |
padding-top: 3px; | |
vertical-align: top; | |
float: left; | |
width: 22px; | |
height: 100%; | |
text-align: center; | |
} | |
.comment-text { | |
color: #444444; | |
font-size: 12px; | |
margin: 0 0 0 22px; | |
padding: 0; | |
} | |
.comment-text p { | |
font-size: 12px; | |
} | |
.comment-info { | |
font-size: 11px; | |
margin: 0 0 4px 0; | |
text-align: right; | |
height: 18px; | |
vertical-align: middle; | |
} | |
.comment-info * { | |
float: right; | |
height: 18px; | |
margin-left: 4px; | |
} | |
a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert, a.comment-convert-to-question { | |
margin-left: 2px; | |
width: 18px; | |
} | |
a.comment-like { | |
background: url("../images/comment-like.png") no-repeat scroll center center transparent; | |
} | |
a.comment-like:hover, a.comment-like.on { | |
background: url("../images/comment-like-on.png") no-repeat scroll center center transparent; | |
} | |
a.comment-delete { | |
background: url("../images/comment-delete.png") no-repeat scroll center center transparent; | |
} | |
a.comment-delete:hover { | |
background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent; | |
} | |
a.comment-convert { | |
background: url("../images/convert-off.png") no-repeat scroll center center transparent; | |
} | |
a.comment-convert:hover { | |
background: url("../images/convert-hover.png") no-repeat scroll center center transparent; | |
} | |
a.comment-convert-to-question { | |
background: url("../images/convert-to-question-off.png") no-repeat scroll center center transparent; | |
} | |
a.comment-convert-to-question:hover { | |
background: url("../images/convert-to-question-hover.png") no-repeat scroll center center transparent; | |
} | |
a.comment-edit { | |
background: url("../images/comment-edit.png") no-repeat scroll center center transparent; | |
} | |
a.comment-edit:hover { | |
background: url("../images/comment-edit-hover.png") no-repeat scroll center center transparent; | |
} | |
img.subscription-remove { | |
float:right; | |
} | |
.comment-form-container { | |
display: none; | |
padding-top: 12px; | |
margin-bottom: 8px; | |
} | |
.comment-form-widgets-container input { | |
vertical-align: top; | |
} | |
.comment-form-widgets-container textarea { | |
height: 80px; | |
width: 80%; | |
float: left; | |
} | |
span.comment-chars-left { | |
font-size: 11px; | |
margin-right: 20px; | |
} | |
div.comment-tools { | |
border-top: 1px dotted #CCCCCE; | |
padding-top: 12px; | |
text-align: right; | |
} | |
div.comment-tools span.comment-tools-separator { | |
float: left; | |
display: block; | |
line-height: 17px; | |
color: #ccc; | |
font-size: 15px; | |
margin-left: 1px; | |
} | |
div.comment-tools .comments-showing { | |
color: #777777; | |
font-size: 11px; | |
} | |
div.comment-tools a { | |
background: none repeat scroll 0 0 #EEEEEE; | |
color: black; | |
cursor: pointer; | |
font-size: 11px; | |
padding: 3px; | |
} | |
div.comment-tools a:hover { | |
background-color: #777777; | |
color: white; | |
text-decoration: none; | |
} | |
.action-link { | |
color: #777777; | |
cursor: pointer; | |
padding: 3px; | |
} | |
.action-link a { | |
color: inherit; | |
} | |
.action-link a.ajax-command:hover { | |
background-color: #777777; | |
color: #FFFFFF; | |
text-decoration: none; | |
} | |
.action-link-separator { | |
color: #CCCCCC; | |
} | |
.deleted { | |
background-color: #F4E7E7; | |
} | |
#command-loader { | |
position: fixed; | |
bottom: 0px; | |
left: 0px; | |
width: 24px; | |
height: 24px; | |
background: url('/m/default/media/images/indicator.gif') | |
} | |
#command-loader.success { | |
background: url('/m/default/media/images/vote-accepted-on.png') | |
} | |
.comment-form-buttons { | |
width: 18%; | |
height: 100%; | |
float: right; | |
} | |
.comment-form-buttons input, .user-prompt .prompt-buttons button { | |
height: 16px; | |
line-height: 12px; | |
font-size: 110%; | |
border: 1px solid #999; | |
} | |
.comment-form-buttons input { | |
width: 100%; | |
height: auto; | |
padding: 2px 0 4px 0; | |
vertical-align: middle; | |
margin-top: 6px; | |
} | |
.comments-char-left-count.warn { | |
color: orange; | |
} | |
#ask-related-questions { | |
max-height: 150px; | |
overflow-y: auto; | |
} | |
.context-menu { | |
position: relative; | |
} | |
div.dialog, .context-menu-dropdown { | |
position: absolute; | |
background-color: #EEEEEE; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-moz-box-shadow: 2px 2px 5px #3060A8; | |
-webkit-box-shadow: 2px 2px 5px #3060A8; | |
} | |
.context-menu-dropdown { | |
display: none; | |
right: 0px; | |
top: 1.5em; | |
text-align: left; | |
list-style-type: none; | |
z-index: 500; | |
} | |
.context-menu-dropdown li.item { | |
padding: 4px 8px 4px 8px; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
} | |
.context-menu-dropdown li.item a { | |
color: inherit; | |
white-space: nowrap; | |
text-decoration: none; | |
} | |
.context-menu-dropdown li.separator { | |
text-align: center; | |
padding: 10px 0 4px 0; | |
font-size: 120%; | |
font-weight: bold; | |
} | |
.context-menu-dropdown li.item:hover { | |
background-color: #3060A8; | |
color: white; | |
} | |
.context-menu-dropdown span { | |
margin-right: 4px; | |
float: left; | |
width: 16px; | |
height: 16px; | |
} | |
.context-menu-trigger { | |
cursor: pointer; | |
} | |
div.dialog .dialog-content { | |
padding: 12px 12px 42px 12px; | |
z-index: 1000; | |
} | |
div.dialog .dialog-buttons { | |
margin: 0px; | |
height: 25px; | |
text-align: center; | |
position: absolute; | |
bottom: 0px; | |
left: 0px; | |
width: 100%; | |
} | |
.dialog-yes, .dialog-no { | |
padding: 0px 5px; | |
margin: 0 3px 5px 3px; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
background-color: #3060A8; | |
color: white; | |
line-height: 20px; | |
vertical-align: baseline; | |
font-weight: bold; | |
border: 0; | |
} | |
div.dialog.confirm, div.dialog.warning { | |
text-align: center; | |
} | |
div.dialog.confirm { | |
font-size: 140%; | |
font-weight: bold; | |
} | |
div.dialog.prompt { | |
width: 355px; | |
} | |
div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] { | |
width: 100%; | |
padding: 0; | |
border: 0; | |
} | |
.user-prompt .prompt-buttons { | |
text-align: right; | |
} | |
.suspended-user { | |
text-decoration: line-through; | |
} | |
.feed-icon { | |
width: 14px; | |
height: 14px; | |
display: inline-block; | |
} | |
div#subscription_list { | |
width: 100%; | |
/*float:left;*/ | |
} | |
.subscription_switch { | |
display: inline-block; | |
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ | |
*display: inline; | |
vertical-align: baseline; | |
margin: 0 2px; | |
outline: none; | |
cursor: pointer; | |
text-align: center; | |
text-decoration: none; | |
font: 11px Arial, Helvetica, sans-serif; | |
padding: .2em 1em .275em; | |
text-shadow: 0 1px 1px rgba(0,0,0,.3); | |
-webkit-border-radius: .5em; | |
-moz-border-radius: .5em; | |
border-radius: .5em; | |
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); | |
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); | |
box-shadow: 0 1px 2px rgba(0,0,0,.2); | |
color: #101010 !important; | |
border: solid 1px #b7b7b7; | |
background: #fff; | |
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); | |
background: -moz-linear-gradient(top, #fff, #ededed); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); | |
} | |
.subscription_switch:hover { | |
text-decoration: none; | |
background: #ededed; | |
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); | |
background: -moz-linear-gradient(top, #fff, #dcdcdc); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); | |
color: #101010 !important; | |
} | |
.subscription_switch:active { | |
position: relative; | |
top: 1px; | |
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); | |
background: -moz-linear-gradient(top, #ededed, #fff); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff'); | |
} | |
div.subscription_summary { | |
border-top: 2px dotted #CCCCCE; | |
overflow: hidden; | |
padding: 3px 0px 5px 0; | |
position: relative; | |
width:100%; | |
margin-top: 5px; | |
} | |
div.subscription_title { | |
/*float:left; | |
line-height:30px;*/ | |
margin-top: 5px; | |
font-size: 16px; | |
font-weight:bold; | |
} | |
a.subscription_unsubscribe_button { | |
float:left; | |
font-size: 11px; | |
font-weight:bold; | |
margin-right:15px; | |
margin-top: 5px; | |
} | |
div.subscription_userinfo { | |
float:right; | |
} | |
div.subscription_tags { | |
font-family: sans-serif; | |
float:left; | |
} | |
div.subscription_tags a, span.tag { | |
background-color: #EEEEEE; | |
border-bottom: 1px solid #CCCCCC; | |
border-right: 1px solid #CCCCCC; | |
color: #777777; | |
font-size: 11px; | |
font-weight: normal; | |
padding: 1px 8px; | |
text-decoration: none; | |
white-space: nowrap; | |
} | |
div.subscription_tags a:hover { | |
background-color: #356FCB; | |
color: #FFFFFF; | |
} | |
div.wmd-button { | |
color:white; | |
} | |
div.wmd-button-bar { | |
float:left; | |
} | |
#announcement { | |
background-color: #ff8888; | |
padding: 6px 0px; | |
text-align: center; | |
} | |
#announcement p { | |
margin: 0px; | |
font-size: 16px; | |
font-weight: bold; | |
} | |
.ui-widget-content a,.ui-widget-header,.ui-widget-header a{color:#222}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-zfix,.ui-widget-overlay{position:absolute;top:0;left:0;height:100%;width:100%}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-accordion{width:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.ui-accordion .ui-accordion-content-active,.ui-menu{display:block}.ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-hover{font-weight:400;margin:-1px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin:.5em 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0!important;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tabs .ui-tabs-hide{display:none!important}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;color:#222}.ui-widget-header{border:1px solid #aaa;background:url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;font-weight:700}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-widget :active{outline:0}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-icon{width:16px;height:16px}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-widget-overlay,.ui-widget-shadow{background:url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px} | |
body | |
{ | |
background-color: White | |
} | |
#wmd-editor | |
{ | |
background-color: Aquamarine; | |
} | |
#wmd-preview | |
{ | |
background-color: LightSkyBlue; | |
} | |
#wmd-output | |
{ | |
background-color: Pink; | |
} | |
#wmd-button-row | |
{ | |
position: relative; | |
margin-left: 5px; | |
margin-right: 5px; | |
margin-bottom: 5px; | |
margin-top: 10px; | |
padding: 0px; | |
height: 20px; | |
} | |
.wmd-spacer | |
{ | |
width: 1px; | |
height: 20px; | |
margin-left: 14px; | |
position: absolute; | |
background-color: Silver; | |
display: inline-block; | |
list-style: none; | |
} | |
.wmd-button | |
{ | |
width: 20px; | |
height: 20px; | |
margin-left: 5px; | |
margin-right: 5px; | |
position: absolute; | |
background-image: url(images/wmd-buttons.png); | |
background-repeat: no-repeat; | |
background-position: 0px 0px; | |
display: inline-block; | |
list-style: none; | |
} | |
.wmd-button > a | |
{ | |
width: 20px; | |
height: 20px; | |
margin-left: 5px; | |
margin-right: 5px; | |
position: absolute; | |
display: inline-block; | |
} | |
/* sprite button slicing style information */ | |
#wmd-button-bar #wmd-bold-button {left: 0px; background-position: 0px 0;} | |
#wmd-button-bar #wmd-italic-button {left: 25px; background-position: -20px 0;} | |
#wmd-button-bar #wmd-spacer1 {left: 50px;} | |
#wmd-button-bar #wmd-link-button {left: 75px; background-position: -40px 0;} | |
#wmd-button-bar #wmd-quote-button {left: 100px; background-position: -60px 0;} | |
#wmd-button-bar #wmd-code-button {left: 125px; background-position: -80px 0;} | |
#wmd-button-bar #wmd-image-button {left: 150px; background-position: -100px 0;} | |
#wmd-button-bar #wmd-spacer2 {left: 175px;} | |
#wmd-button-bar #wmd-olist-button {left: 200px; background-position: -120px 0;} | |
#wmd-button-bar #wmd-ulist-button {left: 225px; background-position: -140px 0;} | |
#wmd-button-bar #wmd-heading-button {left: 250px; background-position: -160px 0;} | |
#wmd-button-bar #wmd-hr-button {left: 275px; background-position: -180px 0;} | |
#wmd-button-bar #wmd-spacer3 {left: 300px;} | |
#wmd-button-bar #wmd-undo-button {left: 325px; background-position: -200px 0;} | |
#wmd-button-bar #wmd-redo-button {left: 350px; background-position: -220px 0;} | |
#wmd-button-bar #wmd-help-button {right: 0px; background-position: -240px 0;} | |
.wmd-prompt-background | |
{ | |
background-color: Black; | |
} | |
.wmd-prompt-dialog | |
{ | |
border: 1px solid #999999; | |
background-color: #F5F5F5; | |
} | |
.wmd-prompt-dialog > div { | |
font-size: 0.8em; | |
font-family: arial, helvetica, sans-serif; | |
} | |
.wmd-prompt-dialog > form > input[type="text"] { | |
border: 1px solid #999999; | |
color: black; | |
} | |
.wmd-prompt-dialog > form > input[type="button"]{ | |
border: 1px solid #888888; | |
font-family: trebuchet MS, helvetica, sans-serif; | |
font-size: 0.8em; | |
font-weight: bold; | |
} | |
/* Miniatury */ | |
.thumbdiv { | |
float:left; | |
position:relative; | |
} | |
.thumbdiv .title { | |
position:absolute; | |
padding:2px; | |
font-size:1.0em; | |
color:#fff; | |
background:#000; | |
border-top:solid 1px #000; | |
opacity:0.8; | |
bottom:14px; | |
left:8px; | |
right:9px; | |
} | |
/* VIEWBOX */ | |
#viewbox { | |
position:fixed; | |
height:100%; | |
width:100%; | |
top:0; | |
left:0; | |
background:#383739; | |
z-index:2190; | |
overflow:auto; | |
} | |
.vb_wrap { | |
position:absolute; | |
padding:10px; | |
height:20px; | |
width:20px; | |
background-image:url(../images/viewbox/ViewBox_bg.png); | |
background-color:#0f0e0e; | |
overflow:visible; | |
z-index:2200; | |
margin:0 auto; | |
top:0; | |
left:0; | |
border-radius:10px; | |
box-shadow: 4px 4px 7px #000; | |
} | |
.vb_wrap .content { | |
position:relative; | |
overflow:visible; | |
} | |
.vb_wrap .number { | |
position:absolute; | |
top:-32px; | |
left:1px; | |
font-size:0.9em; | |
color:#0c0c0c; | |
} | |
.vb_wrap .close { | |
position:absolute; | |
top:-40px; | |
right:-7px; | |
background:url(../images/viewbox/viewbox_close.png) top left no-repeat; | |
height:30px; | |
width:30px; | |
} | |
* html .vb_wrap .close { | |
top:-26px; | |
right:7px; | |
} | |
.vb_wrap .next { | |
position:absolute; | |
right:-60px; | |
background:url(../images/viewbox/ViewBox_next.png) top left no-repeat; | |
height:50px; | |
width:50px; | |
z-index:2190; | |
} | |
.vb_wrap .prev { | |
position:absolute; | |
left:-59px; | |
background:url(../images/viewbox/ViewBox_prev.png) top right no-repeat; | |
height:50px; | |
width:50px; | |
z-index:2190; | |
} | |
.vb_wrap .close a, .vb_wrap .next a, .vb_wrap .prev a { | |
display:block; | |
height:100%; | |
width:100%; | |
text-indent:-777em; | |
outline:none; | |
} | |
.vb_wrap h1 { | |
margin:5px 0px 8px; | |
padding-bottom:3px; | |
letter-spacing:1.3px; | |
font-family:Arial, Helvetica, sans-serif; | |
font-size:0.9em; | |
color:#cdcdcd; | |
border-bottom:solid 1px #7e7e7e; | |
} | |
.vb_wrap p { | |
font-family:Arial, Helvetica, sans-serif; | |
font-size:0.8em; | |
text-align:justify; | |
color:#e5e5e5; | |
} | |
.vb_wrap .text { | |
position:absolute; | |
background: url(../images/viewbox/ViewBox_bg.png) top left repeat; | |
border-top:solid 1px #121212; | |
bottom:0; left:0; | |
padding:5px; | |
width:99%; | |
z-index:2110; | |
} | |
* html .vb_wrap .text { | |
background-image:none; | |
background-color:#0f0e0e; | |
} | |
.vb_wrap .image { | |
z-index:2220; | |
} | |
.vb_wrap .text h1 { | |
margin:2px; | |
padding:1px; | |
color:#919191; | |
z-index:2230; | |
} | |
.vb_wrap .text .description { | |
position:relative; | |
bottom:0px; | |
left:0px; | |
padding:2px 2px; | |
font-family:Arial, Helvetica, sans-serif; | |
font-size:0.8em; | |
z-index:2260; | |
color:#949494; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment