body {
color: #102654;
background: #e8d1fc url(http://xiaofrog.com/style/images/background.gif);
margin: 0px auto;
padding: 0px;
font-family: verdana, verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
font-smooth: always;
line-height: 1.4em;
text-align: center;
}
#header {
background: url(http://xiaofrog.com/style/images/titlebar-bg.png);
height: 110px;
width: 700px;
padding: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#title {
font-size: 25px;
color: #4e7e1e;
text-align: right;
position: absolute;
margin-top: 15px;
margin-right: 10px;
height: 30px;
}
* html #title {
width: 240px;
font-weight: 900;
}
#title[id] {
width: 690px;
font-weight: 700;
}
#logo {
height: 110px;
width: 200px;
position: static;
top: 0px;
left: 0px;
float: left;
padding: 0px;
margin: 0px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://xiaofrog.com/style/images/logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#logo[id] {
background: transparent url(http://xiaofrog.com/style/images/logo.png) no-repeat;
}
#tagline {
position: relative;
margin-right: 5px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #1e3e1e;
top: 82px;
text-align: right;
}
#toolbar {
background: #ececec url(http://xiaofrog.com/style/images/toolbar.png) repeat-x;
width: 700px;
height: 24px;
margin-right: auto;
margin-left: auto;
position: relative;
}
* html #toolbar {
top: 7px;
}
#toolbar[id] {
top: -7px;
}
#menu {
}
#menu li {
float: left;
display: table-cell;
background: url(http://xiaofrog.com/style/images/button.png) no-repeat;
width: 70px;
height: 26px;
padding-top: 3px;
text-align: center;
}
a:link {
color: #5a4a79;
background-color: none;
text-decoration: none;
}
#content a:hover {
color: #56737c;
background-color: #dfe9f8;
}
#menu li a {
color: #FFFFFF;
background-color: none;
text-decoration: none;
}
#menu li a:hover {
color: #FFFFFF;
background-color: none;
text-decoration: underline;
}
#sidebar {
width: 200px;
float: left;
margin: 5px;
display: table;
text-align: justify;
padding: 0em;
}
#sidebar li {
float: left;
clear: left;
display: table-cell;
margin: 0px;
padding-left: 1.1em;
font-weight: bold;
}
#sidebar li ul {
padding-left: 1.2em;
margin: 0;
}
#sidebar li ul li {
width: 140px;
padding-left: 1.3em;
font-weight: normal;
margin: 0px;
}
#border {
width: 700px;
margin-left: auto;
margin-right: auto;
}
#border[id] {
margin-top: 0px;
}
* html #border {
margin-top: 12px;
}
/* hide from IE5-mac \*/
* html #top-border {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed, src='http://xiaofrog.com/style/images/top-border.png');
height: 6px;
}
* html #bottom-border {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed, src='http://xiaofrog.com/style/images/bottom-border.png');
height: 6px;
}
/* end hide from IE5-mac */
#top-border[id] {
background: url(http://xiaofrog.com/style/images/top-border.png);
height: 10px;
}
#bottom-border[id] {
background: #ececec url(http://xiaofrog.com/style/images/bottom-border.png);
height: 10px;
}
#content {
background: #ececec none;
width: 686px;
border-left: 2px #000 solid;
border-right: 2px #000 solid;
padding: 5px;
text-align: justify;
margin-left: auto;
margin-right: auto;
}
/* hide from IE5-mac \*/
* html #content {
width:700px;
}
/* end hide from IE5-mac */
#content * {
font-family: Verdana, sans-serif;
}
#footer {
background: url(http://xiaofrog.com/style/images/footer-bg.png) repeat;
clear: none;
text-align: center;
height: 35px;
width: 700px;
padding: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
top: 8px;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
h1, h2, h3, h4, h5 {
font-family: Verdana, sans-serif;
font-weight: bold;
}
/*
XiaoFrog Gallery Theme
Copyright 2007 John Ryland
Based on the Siriux theme by Nico Kaiser.
*/
body.gallery {
text-align: center;
}
hr {
color: #fff;
height: 1px;
border: none;
border-bottom: 1px solid #ddd;
margin: 0;
padding: 0;
clear: both;
}
.clear {
clear: both;
}
.breadcrumb {
float: right;
color: #333;
font-size: 0.9em;
}
.gallery h2 {
clear: both;
margin: 1.5em 0;
padding-bottom: 0.2em;
border-bottom: 1px solid #ddd;
font-size: 1.5em;
}
.gallery h3 {
clear: both;
margin: 1.5em 0 1em 0;
font-size: 1.2em;
}
/* -- Gallery thumbnails ------------------ */
.gallery-thumb {
margin: 5px;
float: left;
text-align: center;
}
.gallery-thumb img {
background-color: #f3f3f3;
border: 1px solid #ddd;
padding: 7px;
margin: 1px;
-moz-border-radius: 3px;
}
.gallery-thumb a img {
border-color: #ccc;
}
.gallery-thumb a:hover img {
border-width: 2px;
border-color: #38c;
margin: 0;
-moz-border-radius: 5px;
}
/* -- Gallery Album listing --------------- */
.gallery-albums {
clear: both;
}
.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
margin: 10px 0 0 0;
font-size: 1.1em;
}
.gallery-albums .gallery-thumb {
margin-right: 5px !important;
}
.gallery-album {
width: 46%; /* Change to 96% if you want 1 Album per line */
padding-right: 3%;
display: block;
float: left;
overflow: hidden;
}
.gallery-album p {
font-size: 1em;
}
.gallery-album .meta {
margin-top: 3px;
color: #999;
font-size: 0.9em;
}
/* -- Gallery Items ----------------------- */
.gallery-items {
margin: 0;
clear: both;
}
.gallery-empty {
padding: 0.5em 1.5em;
margin: 1.5em 3em;
border: 1px solid #ddd;
background-color: #ffe;
font-size: 1.2em;
}
/* -- Gallery Photo (detail page) --------- */
div.gallery-photo {
text-align: center;
}
img.gallery-photo {
background-color: #f3f3f3;
border: 1px solid #ddd;
padding: 7px;
-moz-border-radius: 3px;
}
#prevArrow img, #nextArrow img {
border-style: none;
}
/* -- Navigator --------------------------- */
.block-core-Navigator {
float: right;
margin: 1.5em 0;
font-size: 0.9em;
color: #333;
}
.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
display: inline;
}
.block-core-Navigator .current {
margin: 0 0.5em;
}
/* -- ExifInfo ---------------------------- */
.block-exif-ExifInfo div {
font-size: 0.8em;
color: #999;
margin: 1em 0;
}
table.gbDataTable {
width: 100%;
border-collapse: collapse;
}
table.gbDataTable td {
padding: 0.2em 0.5em 0.2em 0;
border-bottom: 1px solid #eee;
}
table.gbDataTable td.gbEven {
font-weight: bold;
}
.gbBusy {
background-color: #ae9 !important;
}
/* -- System- / Item-Links ---------------- */
.gbSystemLinks, .block-core-ItemLinks {
clear: both;
border-top: 3px solid #9c9;
border-bottom: 1px solid #9c9;
background-color: #efe;
margin: 1.5em 0;
padding: 0.5em;
}
.block-core-SystemLink { font-weight: bold; }
.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
display: block;
padding: 0.3em;
}
/* -- Admin ------------------------------- */
.gallery-admin {
font-size: 0.9em;
}
.gallery-admin h2 {
font-size: 1.2em;
margin-top: 2em;
overflow: hidden;
}
.gallery-admin h4 {
margin-bottom: 0.5em;
}
.giSuccess, .giWarning, .giError {
font-weight: bold;
}
.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }
.gallery-admin .gbBlock {
margin: 1.5em 0 2em 0;
}
#gsSidebar {
width: 13em;
overflow: hidden;
padding-right: 1em;
}
#gsSidebarCol {
width: 1%;
}
#gsSidebar ul {
padding: 0.2em 0 1.5em 0;
margin: 0;
font-weight: bold;
}
#gsSidebar ul ul {
font-weight: normal;
}
#gsSidebar li.gbAdminLink {
list-style: none;
padding: 0.2em 0;
margin: 0;
}
.gbTabBar {
padding: 0.2em 0;
border-bottom: 1px solid #ccc;
}
.gbTabBar a {
border: 1px solid #ccc;
padding: 0.2em 1em;
background-color: #eee;
margin: 0 0.2em;
}
.gbTabBar .giSelected {
margin: 0 0.2em;
padding: 0.2em 1em;
border: 1px solid #ccc;
border-bottom: 1px solid #fff;
font-weight: bold;
background-color: #fff;
}
.giUpdated, .giNew {
font: normal 9px Arial;
text-transform: uppercase;
color: #222;
background-color: #ffea88;
padding: 0 3px;
margin-left: 3px;
}
.autoCompleteShadow {
background-color: #a0a0a0 !important;
}
.autoCompleteContainer {
border: 1px solid #404040;
background-color: #fff;
border-top: 0px;
border-bottom: 1px dotted rgb(0, 172, 0);
margin-bottom: -1px;
margin-top: 0px;
}
.autoCompleteContainer li.yui-ac-highlight {
background-color: #38c;
color: #fff;
}
/*
WordPress
Theme Name: XiaoFrog
Theme URI: http://www.xiaofrog.com/
Version: 1.0
Description:
Author: John Ryland
Author URI: http://www.xiaofrog.com/
*/
input, textarea {
background: #F3F6ED;
border: #E1D6C6 1px solid;
}
acronym, abbr {
border-bottom: 1px dotted #0C6BF0;
}
acronym, abbr, span.caps {
cursor: help;
letter-spacing: .07em;
}
code {
font-size: 1em;
font-style: italic;
color: #D48B00;
font-family: Verdana, sans-serif;
padding-left: 2px;
padding-right: 2px;
}
blockquote, cite {
background: url(img/blockquote.gif) #F3F6ED no-repeat left top;
margin: 15px 30px 0 10px;
padding: 0 10px 20px 45px;
}
img {
border: none;
}
p {
line-height: 1.5em;
margin: 0 0 1em;
padding: 0;
}
hr {
border-top: #BBC4A3 1px solid;
}
#content ul li {
background: url(img/bullet.gif) no-repeat 0 7px;
padding-left: 1.5em;
}
.post , .page {
margin: 0 0 30px 0;
}
.page {
margin: 25px -5px 0 27px;
}
.post-info, .page-info {
color: #333333;
font: 0.85em Verdana, Arial, Sans-Serif;
margin: 0;
padding: 0;
}
.page-info {
text-align: center;
}
.post-info a {
color: #990000;
}
.post-info a:hover {
color: #000000;
}
.post-content, .page-content {
border-top: #BBC4A3 1px solid;
font: 12px Georgia, Verdana, Arial, serif;
margin: 3px 0;
padding: 10px 0;
}
.page-content {
}
.post-title, .page-title {
font: bold 1.3em Georgia, Arial, Serif;
margin: 0;
}
.page-title {
font-size: 1.6em;
font-weight: normal;
}
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
color: #676E04;
text-decoration: none;
}
.post-date {
background: #C7CBBE;
color: #9BA483;
float: left;
font: bold 0.9em/1em Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
margin: 0px 10px 0 0;
padding: 0px 3px;
text-align: center;
width: 55px;
}
.commentlist {
font-size: 1em;
font-weight: normal;
}
#commentform {
margin: 0 0 0 40px;
}
#commentform textarea {
width: 80%;
}
#commentform p {
margin: 0 0 1em;
}
#comments,#respond {
color: #676E04;
font: 0.9em verdana, helvetica, sans-serif;
margin: 3em 0 1em 40px;
text-transform: uppercase;
}
.commentlist li {
background: url(img/comments_bottom.jpg) #F3F6ED repeat-x bottom;
border: #E1D6C6 1px solid;
margin: 5px 0;
padding: 10px 10px 20px 10px;
}
.commentlist .alt {
}
/************/
/* Calendar */
/************/
#calendar {
width: 170px;
padding: 0px;
float: left;
}
#wp-calendar {
background: url(img/sidenav_bottom.jpg) #F3F6ED no-repeat bottom;
border: #E1D6C6 1px solid;
border-top: #F3F6ED 1px solid;
empty-cells: show;
font-size: 0.9em;
margin: 0px;
padding: 3px;
padding-bottom: 3em;
text-align: center;
width: 170px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar a:hover {
background: #E0E6E0;
color: #333333;
}
#wp-calendar caption {
border: #E1D6C6 1px solid;
color: #676E04;
font-size: 1em;
font-weight: bold;
padding: 2px;
width: 170px;
text-align: center;
}
#wp-calendar caption a, #wp-calendar caption a:hover {
background: transparent;
color: #000000;
}
#wp-calendar td {
color: #CCCCCC;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
background: #FFFFFF;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #EEEEEE;
color: #BBBBBB;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar .today {
background: #EEEEEE;
font-weight: bold;
}
/* Text and Image Alignment */
.center {
text-align: center;
}
.left {
float: left;
}
.right {
float: right;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}