W3C CSS Validator results for http://geekblog.oneandoneis2.org/skins/112/style.css (CSS level 2.1)

Sorry! We found the following errors (6)

URI : http://geekblog.oneandoneis2.org/rsc/css/basic.css

225 Unknown pseudo-element or pseudo-class :last-child
292 Unknown pseudo-element or pseudo-class :last-child
292 Unknown pseudo-element or pseudo-class :last-child
292 Unknown pseudo-element or pseudo-class :last-child

URI : http://geekblog.oneandoneis2.org/skins/112/style.css

42 div.heading Property box-shadow doesn't exist in CSS level 2.1 but exists in [css3] : 5px 5px 20px #cfc
43 div.heading Property border-radius doesn't exist in CSS level 2.1 but exists in [css3] : 5px

↑ Top

Warnings (11)

URI : http://geekblog.oneandoneis2.org/rsc/css/basic.css

112 Property -webkit-text-size-adjust is an unknown vendor extension
197 .sf-menu a Same color for background-color and border-top-color
197 .sf-menu a Same color for background-color and border-right-color
197 .sf-menu a Same color for background-color and border-bottom-color
197 .sf-menu a Same color for background-color and border-left-color
344 Property -moz-border-radius-bottomleft is an unknown vendor extension
345 Property -moz-border-radius-topright is an unknown vendor extension
346 Property -webkit-border-top-right-radius is an unknown vendor extension
347 Property -webkit-border-bottom-left-radius is an unknown vendor extension
641 Property -moz-border-radius is an unknown vendor extension
642 Property -webkit-border-radius is an unknown vendor extension

↑ Top

Valid CSS information

@import url('../../rsc/css/basic.css');
@import url('basic_styles.css');
code {
font-size : 107%;
}
.nobr, .nowrap, .line {
white-space : nowrap;
}
.left {
text-align : left;
}
.center {
text-align : center;
}
.right {
text-align : right;
}
.top {
vertical-align : top;
}
.middle {
vertical-align : middle;
}
.bottom {
vertical-align : bottom;
}
.floatleft {
float : left;
}
.floatright {
float : right;
}
.clear {
clear : both;
}
.inline {
display : inline;
}
.border {
border : #000 solid 1px;
}
.small {
font-size : 84%;
}
.small_details {
font-size : 84%;
color : #555;
}
.note, .notes, .dimmed {
font-size : 84%;
color : #999;
font-weight : normal;
}
.red {
color : #f00;
}
.green {
color : #0c0;
}
acronym, abbr {
border-bottom : 1px dotted #000;
cursor : help;
}
del {
color : #999999;
}
ins {
color : #009999;
text-decoration : none;
}
.expanded li {
margin-top : 1ex;
margin-bottom : 1ex;
}
a.discreet {
text-decoration : none;
}
img.leftmargin {
float : left;
margin-right : 1ex;
margin-top : 0.2ex;
margin-bottom : 0.2ex;
}
img.rightmargin, div.rightmargin {
float : right;
margin-left : 1ex;
margin-top : 0.2ex;
margin-bottom : 0.2ex;
}
#recycle_bin {
float : right;
}
.ui-effects-transfer {
border : red solid 2px;
}
body {
padding : 0;
margin : 0;
}
img {
border : none;
}
img.icon {
vertical-align : bottom;
}
img.flag {
vertical-align : middle;
border : #000 solid 1px;
}
img.flagtop {
vertical-align : top;
border : #000 solid 1px;
}
div.single_image_zone {
overflow : hidden;
}
div.multi_image_zone {
overflow : hidden;
background-color : #eee;
border : #ccc solid 1px;
}
div.image_block {
text-align : center;
}
div.multi_image_zone div.image_block {
margin : 1ex;
float : left;
}
div.image_block img {
margin : 1ex;
}
div.image_legend {
font-size : 84%;
color : #aaa;
margin : 1ex;
}
.shrinkwrap {
width : 1%;
white-space : nowrap;
text-align : center;
}
.filename {
font-family : monospace;
font-size : larger;
}
.block {
margin : 1ex;
white-space : nowrap;
}
a.selected {
font-weight : bold;
}
img.avatar_before_login {
margin-right : 2px;
vertical-align : top;
}
div#evo_toolbar {
background-color : ThreeDFace;
color : ButtonText;
border-top : 1px solid ThreeDHighlight;
border-bottom : 1px solid ThreeDShadow;
text-align : left;
margin : 0;
font-size : 11px;
font-family : "Microsoft sans serif", sans-serif, Arial, Helvetica;
position : fixed;
z-index : 99;
left : 0;
top : 0;
height : 21px;
width : 100%;
}
div.skin_wrapper_loggedin {
margin-top : 22px;
padding-top : 1px;
}
div#evo_toolbar .actions_left {
padding : 1px 4px;
}
div#evo_toolbar .actions_right {
padding : 1px 4px;
float : right;
}
div#evo_toolbar img {
position : relative;
top : -2px;
vertical-align : top;
}
.sf-menu, .sf-menu * {
margin : 0;
padding : 0;
list-style : none;
}
.sf-menu {
line-height : 1.0;
}
.sf-menu ul {
position : absolute;
top : -999em;
width : 25ex;
}
.sf-menu ul li {
width : 100%;
}
.sf-menu li:hover {
visibility : inherit;
}
.sf-menu li {
float : left;
position : relative;
}
.sf-menu a {
display : block;
position : relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left : 0;
top : 19px;
z-index : 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top : -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left : 25ex;
top : 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top : -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left : 25ex;
top : 0;
}
.sf-menu {
margin-bottom : 1em;
}
.sf-menu a {
border : ThreeDFace solid 1px;
background-color : ThreeDFace;
padding : 3px 1ex;
text-decoration : none;
color : ButtonText;
}
.sf-menu-right a {
padding : 3px 1ex 0;
}
.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
color : ButtonText;
}
.sf-menu li li {
background : ThreeDFace;
}
.sf-menu li li a {
padding : 6px 2ex;
border : none;
border-left : 1px solid ThreeDHighlight;
border-right : 1px solid ThreeDShadow;
}
.sf-menu li li:first-child > a {
border-top : 1px solid ThreeDHighlight;
}
.sf-menu li.separator {
padding : 0;
margin : 0;
height : 10px;
overflow : hidden;
}
.sf-menu li.separator div {
padding : 4px 2px;
margin : 0;
}
.sf-menu li.separator div:hover {
background-color : ThreeDFace;
}
.sf-menu hr {
height : 0;
display : block;
padding : 0;
margin : 0;
border : none;
border-top : 1px solid ThreeDShadow;
border-bottom : 1px solid ThreeDHighlight;
width : 100%;
}
.evo_toolbar_msie hr {
position : relative;
top : -6px;
margin : 6px 0 0;
height : 2px;
}
.sf-menu a.disabled, .sf-menu a.disabled:hover {
color : GrayText;
}
.sf-menu a.noborder {
border : none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-decoration : none;
outline : 0;
border-top-color : ThreeDHighlight;
border-left-color : ThreeDHighlight;
border-bottom-color : ThreeDShadow;
border-right-color : ThreeDShadow;
color : ButtonText;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
border : none;
background-color : Highlight;
color : HighlightText;
}
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
border-left : 1px solid ThreeDHighlight;
border-right : 1px solid ThreeDShadow;
}
.sf-menu li li:first-child > a:focus, .sf-menu li li:first-child > a:hover, .sf-menu li li:first-child > a:active {
border-top : 1px solid ThreeDHighlight;
}
.sf-menu a.sf-with-ul {
padding-right : 2.25em;
min-width : 1px;
}
.sf-sub-indicator {
position : absolute;
display : block;
right : 0.75em;
top : 6px;
width : 10px;
height : 10px;
text-indent : -999em;
overflow : hidden;
background : url('../img/superfish-arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {
top : 4px;
background-position : 0 -100px;
}
li li a > .sf-sub-indicator {
top : 6px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position : -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
background-position : -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position : 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position : -10px 0;
}
.sf-shadow ul {
background : url('../img/superfish-shadow.png') no-repeat bottom right;
padding : 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
background : transparent;
}
form {
margin : 0;
padding : 0;
}
fieldset.input {
margin : 0;
padding : 0;
border : 0;
}
input[type="checkbox"] {
margin : 1px;
}
fieldset div.notes {
margin : 0 0 1ex 3ex;
}
div.right_icons, div.fieldset_icons {
text-align : right;
}
span.right_icons, span.fieldset_icons {
float : right;
}
span.label_field_required {
color : #f00;
font-weight : bold;
margin-right : 4px;
}
span.field_error {
display : block;
color : #f00;
}
input.field_error, select.field_error, textarea.field_error {
background : #fbf2ee;
border : #d99 solid 1px;
}
span.checkbox_error {
background : #fbf2ee;
border : #d99 solid 1px;
}
span.checkbox_error input.checkbox {
background : #fbf2ee;
}
span.checkbox_surround {
background : #fbf2ee;
border : #F825F1 solid 1px;
}
span.checkbox_surround input.checkbox {
background : #fbf2ee;
}
span.checkbox_surround_init {
padding : 1px;
}
input.large, textarea.large {
width : 97%;
margin-left : 0;
margin-right : 0;
}
label.radiooption {
margin-right : 1em;
}
.eform label {
font-weight : bold;
}
.fform fieldset {
border : #ddd solid 1px;
margin : 0 0 1ex 0;
background-color : #fff;
padding : 0.5ex 1ex;
}
legend {
font-weight : bold;
color : #888;
}
.fform fieldset fieldset {
border : none;
margin : 1ex;
padding : 0;
}
.fform fieldset.bordered {
border : #ddd solid 1px;
}
.fform div.label {
float : left;
width : 24%;
text-align : right;
font-weight : bold;
margin : 0;
padding-top : 0.5ex;
}
.fform div.input {
margin : 0 0 0 25%;
}
* html .fform div.input {
height : 1%;
margin : 0;
}
.fform fieldset.input {
margin : 0;
}
.fform div.info {
margin : 0 0 0 25%;
padding-top : 0.5ex;
}
input.invisible {
visibility : hidden;
}
body#body_mac.body_firefox input[type="text"], body#body_mac.body_firefox select, body#body_mac.body_firefox textarea {
border : #999 solid 1px;
}
div.log_container, div.action_messages {
margin : 1ex;
}
div.log_container ul, div.action_messages ul, div.log_container ol, div.action_messages ol {
list-style : square;
list-style-image : none;
margin : 1ex 0;
padding-left : 3ex;
}
div.log_container div, div.action_messages div {
border : #6287c2 solid 1px;
background : #ddd;
margin : 1ex auto;
padding : 1ex;
}
div.log_container div.log_success, div.action_messages div.log_success, div.success {
border : #9d9 solid 1px;
background : #f2fbee;
color : #0c0;
}
div.log_container div.log_error, div.action_messages div.log_error, div.error, td.error {
border : #d99 solid 1px;
background : #fbf2ee;
color : #e00;
}
div.log_container div.log_warning, div.action_messages div.log_warning, div.warning, td.warning {
border : #d99 solid 1px;
background : #fbf2ee;
color : #e00;
}
p.error, span.error, p.warning {
color : #e00;
font-weight : bold;
}
p.error {
margin : 1ex;
}
div.skin_error {
border : #d99 dotted 2px;
background : #fbf2ee;
color : #e00;
padding : 1em;
margin : 1em;
}
table.widget_grid {
margin : 8px auto 1px;
}
table.widget_grid td {
background-color : #ccc;
}
table.widget_grid td {
padding : 0;
}
div.debug_container {
border : #f00 solid 1px;
margin : 0;
padding : 0;
}
div.debug_container_name {
margin : 0;
padding : 0;
background-color : #fdd;
color : #f00;
font-size : 7pt;
text-align : left;
font-weight : normal;
}
span.debug_container_action {
float : right;
}
div.debug_widget {
border : #0000f8 solid 1px;
margin : 0;
padding : 0;
}
div.widget_in_cache {
border : #00f800 solid 1px;
}
div.widget_not_in_cache {
border : #f80000 solid 1px;
}
div.debug_widget_name {
margin : 0;
padding : 0;
background-color : #eef;
color : #0000f8;
font-size : 7pt;
text-align : left;
font-weight : normal;
}
div.widget_in_cache div.debug_widget_name {
background-color : #efe;
color : #00f800;
}
div.widget_not_in_cache div.debug_widget_name {
background-color : #fee;
color : #f80000;
}
.badge {
position : relative;
top : -1px;
background-color : red;
border : #fff solid 2px;
color : #fff;
font-size : 10px;
padding : 0 6px;
}
div.debug {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
border : #000 solid 2px;
padding : 1ex;
background-color : #ccc;
text-align : left;
color : #000;
}
div.debug h2, div.debug h3, div.debug h4 {
color : #0033FF;
}
div.debug code {
font-family : Monaco, "Courier New", Courier, monospace;
font-size : 9pt;
margin : 1ex;
display : block;
}
div.debug div.query_info {
background-color : #fff;
font-size : 12px;
margin : 1ex;
}
div.debug table {
border : #000 solid 1px;
border-collapse : collapse;
font-family : Monaco, "Courier New", Courier, monospace;
margin : 1ex;
}
div.debug table, div.debug th, div.debug td {
font-size : 8pt;
}
div.debug th {
background-color : #fff;
border : #000 solid 1px;
padding : 2px;
white-space : nowrap;
}
div.debug th span.type {
font-weight : normal;
color : #999;
}
div.debug td {
background-color : #ddd;
border : #000 solid 1px;
padding : 2px;
vertical-align : top;
white-space : nowrap;
}
div.debug td.odd {
background-color : #eee;
}
@import url('../../rsc/css/img.css');
@import url('../../rsc/css/blog_elements.css');
@import url('blog_base.css');
table.prevnext_post {
width : 95%;
margin : 0 auto;
}
table.prevnext_post a {
text-decoration : none;
}
div.featured_post {
border : #ccc solid 1px;
padding : 14px;
margin : 1ex 0;
}
div.featured_post h2 {
margin-top : 6px;
}
a.permalink_right {
float : right;
margin : 0 0 0 1em;
}
p.baseline a.contact_link, a.contact_link {
text-decoration : underline;
}
table.bCalendarTable caption {
font-size : 105%;
font-weight : bold;
margin : auto;
padding : 3px 0;
white-space : nowrap;
}
table.bCalendarTable {
margin : 0 auto 1em auto;
font-size : 77%;
border-collapse : separate;
border-spacing : 0;
}
tr.bCalendarRow {
text-align : center;
}
th.bCalendarHeaderCell {
color : #999;
font-size : 84%;
width : 4ex;
}
td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
width : 4ex;
padding : 2px 0;
}
.bCalendarLinkPost {
font-weight : bold;
}
#bCalendarToday {
background-color : #f6eeee;
border : #900 solid 1px;
}
td#prev, td#next {
font-weight : bold;
font-size : 105%;
padding : 0.5ex;
white-space : nowrap;
}
td#prev a, td#next a {
padding : 0.5ex;
}
td#prev {
text-align : left;
}
td#next {
text-align : right;
}
div.powered_by {
margin : 16px 0;
text-align : center;
}
div.error_404, div.error_additional_content {
margin : 1em;
}
div.bComment, form.bComment {
margin : 1ex 2ex;
padding : 0 1em 1em;
border : #999 dotted 1px;
}
#comment_preview {
background-color : #eee;
}
div.bCommentTitle {
margin : 1ex 0;
font-weight : bold;
}
div.bCommentSmallPrint {
clear : both;
font-size : 78%;
margin : 1ex 0;
}
.bCommentAvatar {
margin : 5px 10px 10px 0;
padding : 2px;
float : left;
border : #ccc solid 1px;
}
div.moderation_msg {
margin : 1ex 2ex;
padding : 0 1ex;
border : #fa9 dotted 1px;
color : #e70;
}
div.feedback_feed_msg {
margin : 2em 2ex;
text-align : right;
}
form.bComment fieldset {
border : none;
margin : 1em 0 0 0;
padding : 0;
}
form.bComment fieldset label {
font-weight : bold;
}
form.bComment fieldset div.label {
float : left;
width : 100px;
text-align : right;
font-weight : bold;
}
form.bComment fieldset div.input {
margin : 0 0 0 108px;
}
form.bComment fieldset.input {
margin : 0;
}
form.bComment fieldset div.info {
margin : 0 0 0 108px;
}
form.bComment fieldset div.label select {
width : 94%;
}
form.bComment fieldset div.avatartag {
float : left;
margin : 0 0.5em 0.5em 0;
padding : 0;
}
.comment_disabled_msg {
text-align : center;
color : #e00;
}
div.widget_core_coll_avatar {
margin-top : 1em;
margin-bottom : 1em;
text-align : center;
}
div.compact_search_form input.search_field {
width : 120px;
margin-right : 3px;
}
div.compact_search_form input.search_submit {
width : 69px;
}
div.container_menu_top div.widget_core_coll_search_form {
float : right;
}
div.container_menu_top input.search_field {
width : 160px;
}
div.tabs {
line-height : normal;
position : relative;
top : 2px;
margin : 0 14px 36px;
list-style : none;
}
div.tabs div.option, div.tabs div.selected {
padding : 0 0 0 6px;
margin : 5px;
float : left;
}
div.tabs div.selected {
font-weight : bold;
}
div.tabs div.option a:hover {
text-decoration : underline;
}
.action_icon {
margin : 0 2px;
font-weight : bold;
vertical-align : top;
}
div.section_requires_javascript p.ajax-loader {
text-align : center;
margin-top : 1em;
}
@import url('item_base.css');
@import url('basic_styles.css');
code {
font-size : 107%;
}
.nobr, .nowrap, .line {
white-space : nowrap;
}
.left {
text-align : left;
}
.center {
text-align : center;
}
.right {
text-align : right;
}
.top {
vertical-align : top;
}
.middle {
vertical-align : middle;
}
.bottom {
vertical-align : bottom;
}
.floatleft {
float : left;
}
.floatright {
float : right;
}
.clear {
clear : both;
}
.inline {
display : inline;
}
.border {
border : #000 solid 1px;
}
.small {
font-size : 84%;
}
.small_details {
font-size : 84%;
color : #555;
}
.note, .notes, .dimmed {
font-size : 84%;
color : #999;
font-weight : normal;
}
.red {
color : #f00;
}
.green {
color : #0c0;
}
acronym, abbr {
border-bottom : 1px dotted #000;
cursor : help;
}
del {
color : #999999;
}
ins {
color : #009999;
text-decoration : none;
}
.expanded li {
margin-top : 1ex;
margin-bottom : 1ex;
}
a.discreet {
text-decoration : none;
}
img.leftmargin {
float : left;
margin-right : 1ex;
margin-top : 0.2ex;
margin-bottom : 0.2ex;
}
img.rightmargin, div.rightmargin {
float : right;
margin-left : 1ex;
margin-top : 0.2ex;
margin-bottom : 0.2ex;
}
#recycle_bin {
float : right;
}
.ui-effects-transfer {
border : red solid 2px;
}
blockquote {
border : #ccc dotted 2px;
background-color : #eee;
margin : 1em 2em;
padding : 0 1ex;
}
pre {
overflow : hidden;
}
div.codeblock {
background-color : #eee;
border : #aaa dotted 1px;
margin : 1ex;
padding : 1ex;
overflow : auto;
}
div.codeblock pre {
margin : 0;
}
div.videoblock {
text-align : center;
margin : auto;
overflow : auto;
}
div.podplayer {
margin : 1em 0;
}
.bMore {
text-align : left;
}
.bMore a {
font-weight : bold;
}
span.NonExistentWikiWord {
border-bottom : 1px dotted #ccc;
}
@import url('../../rsc/css/forms.css');
@import url('../../rsc/css/comments.css');
body {
background : #fff;
color : #000;
font-family : Georgia, "Times New Roman", Times, serif;
margin-top : 10px;
}
div.wrapper {
margin : 0;
padding : 0;
}
div.wrapper2 {
background : #fff;
width : 110ex;
margin : 0 auto;
padding : 0;
border : 0;
}
div.heading {
width : 640px;
margin : 0 auto;
text-align : center;
border : dashed 1px;
line-height : 1em;
padding-top : 15px;
border : #CCC solid 1px;
}
div.pageHeader {
margin : 0;
padding : 0;
border-bottom : 1px dotted #000;
background-repeat : no-repeat;
background-position : right top;
}
.bPosts {
width : 80ex;
float : left;
}
.bSideBar {
width : 29ex;
float : right;
overflow : hidden;
border-left : 1px solid #ccc;
padding-bottom : 20px;
}
.blogroll {
line-height : 1;
}
.blogroll p {
margin-top : 0;
margin-bottom : 0;
padding : 2px;
}
.blogroll p:hover {
background-color : #eee;
border : #ccc dotted 1px;
padding : 1px;
}
div.clear {
clear : both;
}
div#pageFooter {
margin : 1ex 10px 1ex 1ex;
padding : 0;
border-top : 1px dotted #000;
color : #666;
}
p.baseline {
font-size : 70%;
text-align : center;
margin : 1ex;
}
a, a:visited {
color : #00f;
text-decoration : none;
}
a:first-letter {
color : #f00;
}
a:hover {
color : #f00;
text-decoration : underline;
}
h2 {
color : #000;
font-size : 180%;
margin : 1ex;
}
h3 {
color : #000;
font-size : 120%;
}
h4 {
color : #000;
font-size : 110%;
}
div.PageTop ul {
margin : 0 1ex;
padding : 0;
list-style-type : none;
padding : 0.5ex 0;
}
div.PageTop li {
display : inline;
padding-right : 1em;
}
div.PageTop a.selected {
color : #000;
font-weight : bold;
}
div.top_menu ul {
margin : 0;
padding : 0;
list-style-type : none;
padding : 0.5ex 0;
}
div.top_menu li {
display : inline;
padding-right : 1em;
}
div.top_menu a.selected {
color : #f09;
font-weight : bold;
}
div.pageHeader h1 {
font-size : 250%;
font-weight : bold;
margin : 0;
padding : 0;
}
div.pageHeader h1 a {
color : #000;
}
div.pageHeader h1 a:hover {
color : #c0c;
}
div.pageHeader div.widget_core_coll_tagline {
letter-spacing : 4px;
margin : 1ex 0;
font-size : 109%;
}
.bPost, .bPostpublished {
clear : both;
margin : 0 2.5ex;
padding : 0;
}
div.separator {
text-align : center;
margin : 2em 0;
border-bottom : 1px dotted;
}
.bSmallHead {
font-size : 78%;
margin : 2ex 0 1ex 0;
}
.bTitle {
color : #000;
margin : 1ex 0;
}
.bText {
margin-top : 0;
margin-bottom : 0;
text-align : justify;
}
.bSmallPrint {
clear : both;
font-size : 78%;
margin : 1ex 0 2ex 0;
}
input.bComment, textarea.bComment {
background-color : #eee;
border : #000 solid 1px;
width : 97%;
padding : 2px;
margin : 0;
}
select.bComment {
background-color : #eee;
border : #ccc solid 1px;
padding : 1px;
margin : 0;
}
.bSideItem {
font-size : 84%;
margin : 2ex;
padding : 0 0 2ex 0;
}
.bSideItemCenter {
text-align : center;
}
.bSideItem ul {
margin-left : 8px;
padding-left : 8px;
margin-top : 8px;
margin-bottom : 8px;
list-style-type : square;
}
.bSideItem ul ul {
margin-left : 8px;
padding-left : 8px;
margin-top : 0;
margin-bottom : 0;
}
.bSideItem form {
margin-top : 0;
margin-bottom : 0;
}
.dimmed {
color : #aaa;
font-size : 84%;
}
input.SearchField {
background-color : #eee;
border : #ccc solid 1px;
padding : 0.5ex;
width : 96%;
margin : 0;
}
.widget_plugin_evo_Calr, .widget_core_coll_title, .widget_core_coll_longdesc {
padding : 0;
}
.widget_core_coll_title a {
color : #000;
}
table.bCalendarTable caption {
border : #ccc solid 1px;
background-color : #eee;
border-bottom : 0;
}
table.bCalendarTable {
border : #ccc solid 1px;
border-collapse : separate;
}
table.bCalendarTable a {
color : #000;
}
table.bCalendarTable tfoot td {
background-color : #eee;
border-top : 1px solid #ccc;
}
table.bCalendarTable tfoot a {
text-decoration : none;
}
table.bCalendarTable tfoot a:hover {
background-color : #ccc;
}
th.bCalendarHeaderCell {
color : #ccc;
font-weight : normal;
}
#bCalendarToday {
background-color : #ccc;
}
form.bComment fieldset div.label, form.bComment fieldset div.input, form.bComment fieldset div.info {
font-size : 84%;
}
textarea.bComment, input.bComment, input.SearchField {
background-color : #eee;
}
.red {
color : #f00;
}
.orange {
color : #f90;
}
.yellow {
color : #ff0;
}
.green {
color : #0f0;
}
.blue {
color : #00f;
}
.purple {
color : #90f;
}
.rssHover {
position : relative;
z-index : 0;
}
.rssHover a span {
visibility : hidden;
position : absolute;
width : 200px;
padding : 2px;
padding-bottom : 5px;
top : 55px;
left : -1px;
border : dotted 1px;
color : black;
background-color : #000;
color : #fff;
text-decoration : none;
}
* html .rssHover a span {
top : 120px;
}
.rssHover:hover {
z-index : 50;
border-color : transparent;
}
.rssHover:hover span {
visibility : visible;
}
pre {
border : black dashed 1px;
background : #eee;
padding : 13px;
margin : 13px;
white-space : pre-wrap;
}
code {
background : #eee;
}

↑ Top