diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/images/bighand.png | bin | 0 -> 2153 bytes | |||
-rw-r--r-- | public/images/littlehand.png | bin | 0 -> 1113 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 2 | ||||
-rw-r--r-- | public/stylesheets/theme.css | 75 |
4 files changed, 76 insertions, 1 deletions
diff --git a/public/images/bighand.png b/public/images/bighand.png Binary files differnew file mode 100644 index 000000000..92a4a6105 --- /dev/null +++ b/public/images/bighand.png diff --git a/public/images/littlehand.png b/public/images/littlehand.png Binary files differnew file mode 100644 index 000000000..f7ec82045 --- /dev/null +++ b/public/images/littlehand.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 28b2762ab..5710e719c 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1238,4 +1238,4 @@ div.lang { div#user_locale_switcher { margin: 5px; -}
\ No newline at end of file +} diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index e7d36e1a7..b75540828 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -12,6 +12,13 @@ h2, dt { font-weight:normal; } +h3 { + color: #6B3C6A; + font-size: 22px; + font-family: DeliciousRoman; + font-weight: bold; +} + dd { margin:18px 0px 36px 0px; width:auto; @@ -58,6 +65,7 @@ body { position:absolute; left:0px; top:70px; + z-index: 100; } #navigation_search { @@ -418,4 +426,71 @@ ul.no_bullets li { #frontpage_search { background:transparent; +} + + +div.frontpage-box { + background: url(/images/stripes.png); + border: 1px solid #DEBEDD; + border-radius:5px; + font-family:DeliciousRoman; + color: #6B3C6A; + font-size:18px; + padding:15px 12px 0; + text-align:center; + width: 255px; + height: 210px; + float: left; +} + +#frontpage-box-1 { + margin-right: 10px; + vertical-align: middle; +} + +#frontpage-box-2 { + margin-right: 10px; +} + + +#bighand { + padding: 0; + margin: 0; + height: 210px; + background: url(/images/bighand.png) no-repeat scroll 0 bottom transparent; +} + +#littlehand { + padding: 0; + margin: 0; + height: 210px; + background: url(/images/littlehand.png) repeat-x scroll 10px bottom transparent; +} + +#frontpage-box-3 { +} + +#frontpage-box-3 #search_form input[type=text] { + width: 10em; +} + +#frontpage_examples p, +#frontpage_examples ul { + text-align: left; +} +#examples_1 ul li { + border-bottom: 1px solid #ddd; + padding: 5px 0 5px 0; +} + +#frontpage_examples .excerpt { + cursor: hand; + cursor: pointer; + background: url(/images/quote-marks.png) no-repeat; + padding: 0px 0px 0px 40px; + font-size:12px; + color:#444; + line-height:18px; + min-height: 30px; + font-style: italic; }
\ No newline at end of file |