CSS fine tune in cave descr

This commit is contained in:
aiora 2011-11-16 15:40:36 +00:00
parent 9e51832c90
commit 4b6d9ca362
2 changed files with 29 additions and 8 deletions

View File

@ -59,10 +59,14 @@ dd {
h1, h2, h3, h4 {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}
h1 { text-align: center; font-size: 210%;
line-height: 100%; margin: 35px 0 55px;}
h1 {
text-align: center;
font-size: 210%;
line-height: 100%;
margin: 35px 0 55px;
}
h2, h3, h4 {
color: #008787;
color: #005151;
}
h2#tophead {
text-align: center;
@ -104,7 +108,7 @@ ul#links {
/*background-image: url(../images/style/menu-second.png);
border-color: #C8E1E2;
border-style: dotted;*/
top: 20px /*300px; to be set once the menu is in all pages*/
top: 15px /*300px; to be set once the menu is in all pages*/
}
ul#links a {
text-decoration: none;
@ -232,8 +236,15 @@ body .ui-widget {
font-size: inherit;
}
body .ui-widget-content a {
color: inherit;
color: #008787;
}
body .ui-widget-content a:hover,
body .ui-widget-content a:visited:hover {
color: #d7442b;
}
body .ui-widget-content a:visited {
color: #636363;
}
body .ui-widget-content {
color: inherit;
}
@ -241,7 +252,7 @@ body .ui-tabs-nav li {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}
body .ui-widget-header {
background: url("images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #5C9CCC;
background: url("../images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #85bdbe;
border: 1px solid #85bdbe;
color: #FFFFFF;
}
@ -252,8 +263,18 @@ body .ui-widget-content {
}
body .ui-tabs {
padding: 0;
border-radius: 0;
border-radius: 0 !important;
}
body .ui-tabs-nav {
border-radius: 0;
border-radius: 0 !important;
}
body .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #008787;
text-decoration: none;
}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
border: 1px solid #85bdbe;
background: #85bdbe url("../images/style/ui-bg_glass_green.png") 50% 50% repeat-x;
font-weight: bold;
color: #008787;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B