0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
soulsymbols
/
templates
/
soulsymbols
/
css
/
[
Home
]
File: css3.css
div.cdub_main { -webkit-border-radius: 5px; border-radius: 5px; } #header div.search input[type="text"] { -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } #header div.search input[type="submit"] { border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; } /* #login input { -webkit-border-radius:10px; border-radius: 10px; } #login input[type="submit"] { -webkit-text-shadow:-1px -1px 0 #777; text-shadow:-1px -1px 0 #777; } */ .random-image { margin:50px 0 0 0; } /* Drop-down on main-nav */ /* #main-nav { border-bottom-left-radius:25px; -webkit-border-bottom-left-radius:25px; } #main-nav li:first-child a { border-bottom-left-radius:25px; -webkit-border-bottom-left-radius:25px; } */ #main-nav .parent ul { /*box-shadow: 2px 3px 4px #222; border-radius:0;*/ } /*#main-nav ul li:first-child a { border-radius:0; }*/ /* All Images inside main-content */ /*.main-content img { box-shadow: 3px 4px 5px #666; }*/ /* PAGINATION - Start/End Prev/Next Category Blog */ /*.pagination li .pagenav, li.pagination-prev a, li.pagination-start a, li.pagination-next a, li.pagination-end a { font-weight:lighter; border-radius:7px; -webkit-border-radius:7px; }*/ .pagenav { font-weight:lighter; border-radius:7px; -webkit-border-radius:7px; box-shadow:1px 1px 3px #666; } /* BOX SHADOWS */ #login input[type="submit"] { box-shadow: 0 2px 2px 0 #666; } /**/ div.login-panel { box-shadow:0 2px 6px #555; -webkit-box-shadow:0 2px 6px #555; } /* GENERIC CSS3 */ .shadowed { -moz-box-shadow:0 2px 5px #444; -webkit-box-shadow:0 2px 5px #444; box-shadow:0 2px 5px #444; } .shadowed2 { -moz-box-shadow:0 2px 2px 0 #666; -webkit-box-shadow:0 2px 2px 0 #666; box-shadow: 0 2px 2px 0 #666; } .rounded { -webkit-border-radius:15px; border-radius:15px; } .rounded-top { -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; border-top-left-radius:15px; border-top-right-radius:15px; } .rounded-bottom { -webkit-border-bottom-left-radius:15px; -webkit-border-bottom-right-radius:15px; border-bottom-left-radius:15px; border-bottom-right-radius:15px; }