1,393
edits
m |
m |
||
Line 44: | Line 44: | ||
padding: 1em; | padding: 1em; | ||
} | |||
/* Sidebars. */ | |||
#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore { | |||
position: relative; | |||
left: 4px; | |||
font-family: Verdana; | |||
width: 146px; | |||
color: #ffffff; | |||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); | |||
border-radius: 12px; | |||
-moz-border-radius: 12px; | |||
border: 1px solid rgba(120, 170, 255, 0.15); | |||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); | |||
background: rgba(0, 15, 35, 0.4); | |||
} | |||
#p-Navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-Information .pBody, #p-General_Categories .pBody, #p-Organizations .pBody, #p-Lore .pBody { | |||
border: none; | |||
font-size: 90%; | |||
border-bottom-right-radius: 12px; | |||
-moz-border-bottom-right-radius: 12px; | |||
border-bottom-left-radius: 12px; | |||
-moz-border-bottom-left-radius: 12px; | |||
box-shadow: 0px 0x 2px rgba(0, 0, 0, 0.5); | |||
background: rgba(0, 15, 35, 0.3); | |||
} | } | ||