Advertisement
Guest User

Untitled

a guest
Feb 1st, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.64 KB | None | 0 0
  1. /*
  2. Theme Name: EduPress
  3. Theme URI: http://www.wpzoom.com/themes/edupress
  4. Description: Theme by <a href="http://www.wpzoom.com">WPZOOM</a>
  5. Version: 1.0.2
  6. Author: WPZOOM
  7. Author URI: http://www.wpzoom.com
  8. */
  9.  
  10. html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,input, textarea {margin: 0; padding: 0; font-size: 100%;}
  11. ul {list-style: none;}
  12. img, fieldset {border: 0;}
  13. em {font-style: italic;}
  14. strong {font-weight: bold;}
  15.  
  16. body {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size: 62.5%; text-align:center; background: #f2f2f2 url(images/back_header.png) repeat-x top left; color: #444; }
  17. a {text-decoration:none; color: #2f4c6c; }
  18. a:hover {text-decoration:underline; color: #cb0e3d; cursor: pointer; }
  19. h1,h2,h3,h4,h5,h6 {font-weight: normal; margin:0; padding:0; color: #222; }
  20. h3 a:hover {text-decoration: none; }
  21. p {margin: 0 0 16px; }
  22.  
  23. #container {width:100%; text-align:center; margin-bottom: 20px; font-size: 12px; line-height: 18px; }
  24. #container div.wrapper {margin: 0 auto; text-align: left; width: 980px; }
  25. #container div.cleaner {clear: both; font-size:1px; height: 1px; margin:0; line-height: 1px; }
  26. #container div.cleaner-head {clear: right;}
  27. #container div.sep {font-size:1px; height: 1px; margin:0; line-height: 1px; margin: 3px 0; background-color: #ccc; }
  28.  
  29. div.box-nopadd {padding: 0; border-top: none; }
  30.  
  31. #header {padding: 25px 0 15px; min-height: 60px; }
  32. #logo {float: left; display: inline; margin-left: 20px; }
  33.  
  34. #callInfo {float: right; display: inline; font-size: 12px; color: #cbddf4; margin: 0 14px 20px 0; }
  35. #navigation {float: right; display: inline; line-height: 24px; font-size: 11px; text-transform: uppercase; color: #cbddf4; }
  36. #navigation p a {color: #fff;}
  37. #nav {display: block; margin: 0 3px; }
  38. #nav li {float: left; display: inline; padding: 0 12px; border-left: solid 1px #385e8a; }
  39. #nav li:first-child {border-left: none; }
  40. #nav a {color: #fff; text-decoration: none; text-shadow: #444 1px 1px 0; }
  41. #nav a:hover {color: #cbddf4;}
  42. #nav li li {padding: 0; }
  43.  
  44. #frame {padding: 10px 20px; background: transparent url(images/back_frame.png) repeat-y top left; min-height: 400px; }
  45. .frameShadow {height: 10px; width: 980px; padding:0; margin:0; line-height: 1px; font-size: 1px; }
  46. .frameBottom {background: transparent url(images/back_frame_bottom.png) no-repeat bottom left;}
  47.  
  48. #crumbs {color: #777; font-size: 12px; line-height: 30px; background: #fff url(images/back_crumbs.png) repeat-x bottom left; margin-bottom: 20px; padding-left: 10px; }
  49.  
  50. /* Main */
  51. #main {float: right; display: inline; margin-left: 20px; width: 680px; }
  52.  
  53. #featPosts {margin-bottom: 20px; min-height: 200px; position:relative; clear:both;}
  54. #featPosts ul.posts li {position: relative; }
  55. #featPosts .postcontent {position: absolute; bottom: 0; left: 0; width: 660px; padding: 10px; font-size: 12px; line-height: 18px; background: transparent url(images/back_feat_posts.png) repeat top left; }
  56. #featPosts .postcontent p {margin: 0;}
  57. #featPosts .postcontent h2 {font-size: 14px; font-weight: bold; margin-bottom: 6px;  }
  58.  
  59. #postsSmall {width: 680px; }
  60. #postsSmall li {display: inline; }
  61. #postsSmall a {float: left; display: inline; padding: 0 5%; line-height: 30px; background-color: #2f4c6c; color: #fff; font-size: 11px; text-align: center; width: 15%; }
  62. #postsSmall a:hover, #postsSmall li.active a {color: #fff; background-color: #34557a;}
  63.  
  64. /* Required */
  65. .container { overflow:hidden; position:relative; }
  66. .slides { position:absolute; top:0; left:0; }
  67. .slides li.slide { position:absolute; top:0; width:680px; min-height: 300px; display:none; }
  68.  
  69. h1 {font-size: 28px; font-weight: bold; line-height: 36px; margin-bottom: 12px; }
  70. h1 a:hover {text-decoration: none;}
  71. p.postmetadata {font-size: 12px; margin:0; color: #999; }
  72. .single {font-size: 14px; line-height: 20px; overflow: hidden; }
  73. .home .single {font-size: 12px; line-height: 18px; }
  74. div.sep {margin: 10px 0 !important; }
  75. .single h2, .single h3, .single h4, .single h5, .single h6 {font-weight: bold; margin-bottom: 12px; }
  76. #container .single h2, h2.title {font-size: 26px; line-height: 30px; }
  77. #container .single h3 {font-size: 24px; line-height: 28px; }
  78. .single h4 {font-size: 22px; line-height: 28px; }
  79. .single h5 {font-size: 18px; line-height: 24px; }
  80. .single h6 {font-size: 14px; line-height: 20px; }
  81. .single p {margin-bottom: 14px; }
  82. .single img {margin-bottom: 10px; max-width: 680px; height: auto; }
  83. .single ul, .single ol {margin: 0 0 14px 14px; }
  84. .single li ul, .single li ol {margin-bottom: 0; }
  85. .single li {list-style-position: outside; margin-left: 20px;}
  86. .single ul li {list-style-type: square;}
  87. .single ol li {list-style-type: decimal; }
  88. .single blockquote {font-style: italic; font-size: 18px; line-height: 24px; border-left: solid 5px #ddd; background-color: #eee; padding: 10px 15px 1px; margin: 10px; display: block; float: none; clear: both; }
  89. .single a {text-decoration:none; color: #cb0e3d; }
  90. .single a:hover {text-decoration:underline; color: #2f4c6c; cursor: pointer; }
  91.  
  92. .page-right #main {float: left; display: inline; margin-right: 20px; margin-left: 0; }
  93. .page-full #main {margin: 0; width: 940px; }
  94. .page-full .single img {max-width: 940px; }
  95.  
  96. .archive h2.title {font-size: 16px; font-weight: bold; line-height: 20px; }
  97. .archive p.postmetadata {margin: 6px 0; }
  98. .archive ul.posts li {padding: 15px 0 0; border-bottom: solid 1px #ccc; }
  99. .archive ul.posts > li:first-child {padding-top:0; }
  100.  
  101. #homeColumns .column {float: left; display: inline; width: 330px; margin-right: 20px;}
  102. #homeColumns .column-last {margin-right: 0; }
  103. #homeColumns .column-wide {width: 680px; margin-right: 0; }
  104. h3.title, .wpzoomWidget h3 {color: #fff; padding-left: 10px; margin-bottom: 10px; }
  105. h3.title a, .wpzoomWidget h3 a {color: #fff; text-decoration: none; }
  106. h3.title a:hover, .wpzoomWidget h3 a:hover {text-decoration: underline; }
  107. #homeColumns ul.posts div.cover, .archive div.cover, .wpzoomWidget div.cover {float: left; display: inline; margin: 0 15px 5px 0; }
  108. #homeColumns ul.posts div.cover img, .archive div.cover img, .wpzoomWidget div.cover img { padding: 5px; background: #fff; box-shadow: 0 0 5px #aaa; -moz-box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; }
  109. #homeColumns ul.posts h2, .wpzoomWidget h2 {font-size: 14px; font-weight: bold; margin-bottom: 10px;}
  110. #homeColumns ul.posts p, .wpzoomWidget p {margin: 0;}
  111. #homeColumns ul.posts p.postmetadata, .wpzoomWidget p.postmetadata {margin: 6px 0; font-size: 11px; }
  112. #homeColumns ul.posts li, .wpzoomWidget ul.posts li {padding-bottom: 10px; border-bottom: solid 1px #ddd; margin-bottom: 10px;  }
  113.  
  114. /* Comments */
  115. #main ol.normalComments {clear: left; padding: 1em 0; margin:0; }
  116. #main ol.normalComments div.comment-body {position: relative; }
  117. #main ol.normalComments div.reply {position: absolute; top: 0; right: 0; }
  118. #main ol.normalComments li {clear: left; list-style-type: none; margin: 0 0 1em; padding: 10px 15px 5px; font-size: 11px; line-height: 16px; min-height: 80px; }
  119. #main ol.normalComments li ul.children {padding: 10px 0 0; }
  120. #main ol.normalComments li ul.children li {clear: left; margin: 0 10px 10px 10px; }
  121. #main ol.normalComments li p {margin-bottom: 0;}
  122.  
  123. #main ol.normalComments img.avatar { float: left; display: inline; margin: 0 15px 20px 0; }
  124. #main ol.normalComments cite {font-size: 12px; line-height: 18px; font-weight: bold; font-style: normal; float: left; display: inline; margin-right: 10px;  }
  125. #main ol.normalComments .commentmetadata {line-height: 18px; font-size: 11px; margin-bottom: 5px; }
  126. #main ol.normalComments blockquote {font-size: 12px; line-height: 18px; }
  127. #main ol.normalComments span.says {display: none; }
  128.  
  129. .reply a, .cancel-comment-reply a { padding: 2px 5px; margin-bottom: 5px; font-weight: normal; text-transform: uppercase; font-size: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; }
  130. .reply a:hover, .cancel-comment-reply a:hover { text-decoration: none; }
  131.  
  132. #respond {clear: left; margin-top: 10px; }
  133. .cancel-comment-reply {margin: 10px 0 5px; }
  134. #respond div.sep {display: none; }
  135. li #respond div.sep {display: block; }
  136. #respond {padding: 10px; }
  137. li #respond {padding: 10px; }
  138.  
  139. #commentform {margin-top: 15px; clear: left; }
  140. #commentform code {font-size: 11px; }
  141. #commentform p {margin: 0 0 5px; font-size: 12px;}
  142. #commentform #formLabels {float: left; display: inline; width: 45%; }
  143. #commentform #formContent {float: left; display: inline; width: 50%; text-align: center; }
  144. #commentform label {text-align: left; font-weight:bold; line-height: 2.0em; font-size: 11px; display: block; text-transform: uppercase; }
  145. #commentform input {width: 90%; padding: 8px 0 8px 7px; font-size: 14px; margin-bottom: 10px; }
  146. #commentform textarea { width: 100%; height: 110px; padding: 4px; margin-bottom: 10px; font-size: 14px; line-height: 20px;  }
  147. #commentspost p {font-size: 12px; line-height: 24px;}
  148.  
  149. #main label, #commentform label {font-weight:bold; line-height: 2.0em; font-size: 11px; display: block; text-transform: uppercase; }
  150. #main #submit, #commentform #submit {background:none; font-size: 14px; text-transform: lowercase; padding: 5px 7px; width: auto; cursor: pointer; }
  151.  
  152. #main ol.normalComments img.avatar {border: solid 4px #ddd; }
  153. #main #submit, #commentform #submit {background:none; background-color: #27629c; color: #fff; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 6px 15px;}
  154. #main #submit:hover, #commentform #submit:hover {background-color: #444; }
  155.  
  156. /* Comments */
  157. #content .reply a, #content .cancel-comment-reply a { background-color: #555; color: #fff; }
  158. #content .reply a:hover, #content .cancel-comment-reply a:hover {background-color: #27629c; }
  159.  
  160. #main .normalComments li.comment {background-color: #f1f1f1; border-top: solid 1px #ccc; }
  161. #main .normalComments li.bypostauthor { background-color: #fff; }
  162. #main input, #main textarea, #commentform input, #commentform textarea {background-color: #f1f1f1; border: 1px solid #ccc; color: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  163. #main .content h2.title {clear: left; }
  164.  
  165. /* Sidebar */
  166. #sidebar {float: left; display: inline; width: 240px; }
  167. #sidebar .widget {margin: 0 0 10px; font-size: 12px; line-height: 18px; }
  168.  
  169. #navSide li a, #sidebar .widget h3, h3.title {line-height: 26px; background: #333 url(images/title_black.png) repeat-x top left; font-size: 12px; font-weight: bold; border-bottom: solid 1px #555; }
  170. #navSide li:last-child {border-bottom: none;}
  171. #navSide li a {color: #fff; padding-left: 10px; display: block; border-bottom: none; }
  172. #navSide li ul li {font-weight: normal; border-bottom: none; margin-bottom: 1px; background: none; background-color: #f2f2f2; }
  173. #navSide li ul li a {color: #333; font-weight: normal; padding-left: 20px; display:block; background: #f4f4f4 url(images/icon_menu.png) no-repeat top left; margin: 0; }
  174. #navSide li ul li a:hover {background-color: #eee; }
  175. #navSide li ul {border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd;}
  176. #navSide li ul ul {border:none; padding-left: 10px; }
  177. #navSide li ul li li {border-top: solid 1px #fff; }
  178. #navSide li ul li:hover li {border-right: none; }
  179. #sidebar .widget h3 {line-height: 26px; background: #325e84 url(images/back_side_widget.png) repeat-x top left; font-size: 12px; font-weight: bold; padding-left: 10px; color: #fff; margin-bottom: 10px; }
  180.  
  181. h3.black {background-image: url(images/title_black.png); border-bottom-color: #111;}
  182. h3.blue {background-image: url(images/title_blue.png); border-bottom-color: #02254a;}
  183. h3.blue2 {background-image: url(images/title_blue2.png); border-bottom-color: #183f60;}
  184. h3.blue3 {background-image: url(images/title_blue3.png); border-bottom-color: #005a94;}
  185. h3.brown {background-image: url(images/title_brown.png); border-bottom-color: #493e33;}
  186. h3.gold {background-image: url(images/title_gold.png); border-bottom-color: #896220;}
  187. h3.green {background-image: url(images/title_green.png); border-bottom-color: #527937;}
  188. h3.grey {background-image: url(images/title_grey.png); border-bottom-color: #414141;}
  189. h3.pink {background-image: url(images/title_pink.png); border-bottom-color: #bd146a;}
  190. h3.purple {background-image: url(images/title_purple.png); border-bottom-color: #69115b;}
  191. h3.red {background-image: url(images/title_red.png); border-bottom-color: #a71a1a;}
  192. h3.teal {background-image: url(images/title_teal.png); border-bottom-color: #248891;}
  193.  
  194. /* Footer */
  195. #footer {margin: 10px 20px; text-align: left; color: #777; }
  196. #footer p {margin:0; line-height: 18px; font-size: 11px;  }
  197.  
  198. #footer div.column {float: left; display: inline-block; width: 260px; margin-right: 30px; border-right: solid 1px #e5e5e5; padding-right: 30px; line-height: 18px; font-size: 11px;}
  199. #footer div.column-last {margin-right: 0; padding-right: 0; border-right: none; width: 298px; }
  200. #footer div.column h3 {display: none; }
  201. #footer div.column p {display: block; margin: 0 0 16px; }
  202. #footer div.widget {margin: 5px 0 10px; }
  203.  
  204. #footer div.column-last p.copy {font-size: 11px; margin: 0 0 8px; }
  205. #footer p.wpzoom {line-height: 18px; margin:0; }
  206. #footer p.wpzoom img {display: inline; margin: 0 0 -3px 3px;}
  207. #footer p.wpzoom a {color: #777; text-decoration: none;}
  208. #footer p.wpzoom a:hover { }
  209.  
  210. .alignright {   float: right; display:inline; margin: 0 0 10px 10px; }
  211. .alignleft {    float: left; display: inline; margin: 0 10px 10px 0; }
  212. img.wp-smiley  { padding: 0; border: none; }
  213.  
  214. /* WPZOOM Gallery Widget */
  215. .widget ul.gallery {padding: 0; margin:5px 0 5px 20px;}
  216. .widget ul.gallery li {list-style-type: none; float: left; display: inline; padding:0; margin: 0 15px 10px 0; }
  217. .widget ul.gallery li.last {margin-right: 0;}
  218. .widget ul.gallery li img {padding: 1px; margin: 0; }
  219.  
  220. .single .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;  margin:10px; }
  221. .single .gallery { margin: auto; text-align:center; clear:both; }
  222. .single .gallery img, .widget ul.gallery img { border: solid 4px #eee;}
  223. .single .gallery-caption { margin-left: 0; }
  224. .single div.gallery img:hover, .widget ul.gallery li img:hover {border: solid 4px #9acdea; }
  225.  
  226. /* Search widget */
  227. #searchform label {font-weight: bold; font-size: 11px; display: none; }
  228. #searchform input {float: left; display: inline; height: 18px; padding: 4px; border: solid 1px #ccc;}
  229. #searchform input#s {width: 230px; margin-bottom: 5px; }
  230. #searchform input#searchsubmit {font-size: 11px; font-weight: bold; height: 28px; width: 60px; padding:0; margin-bottom: 5px; background-color:#444; border: none; color: #fff; cursor: pointer; }
  231. #searchform input#searchsubmit:hover {background-color: #a71a1a; }
  232.  
  233. /* Shortcodes */
  234. .checklist li {padding-left: 20px; background: transparent url(images/icon_tick.png) no-repeat top left; list-style-type: none !important; }
  235. .arrowlist li {padding-left: 20px; background: transparent url(images/icon_arrow.png) no-repeat top left; list-style-type: none !important; }
  236. .deletelist li {padding-left: 20px; background: transparent url(images/icon_delete.png) no-repeat top left; list-style-type: none !important; }
  237. .scBox {padding: 10px; text-shadow: none !important; color: #444; margin: 10px 0; }
  238. .notice {background-color: #f8f0af; }
  239. .warning {background-color: #f8c0c0; }
  240. .update {background-color: #c0e5f8; }
  241. .highlight {padding: 3px 5px; text-shadow: none; background-color: #f8f0af; color: #333; }
  242. .half {float:left;width:47%;margin:10px 0;margin-right:6%;}
  243. .third {float:left;width:30%;margin:10px 0;margin-right:5%; overflow: hidden;}
  244. .last {margin-right:0}
  245.  
  246. #sidebar .social li { display: inline; width: 47%; float: left; padding: 0; margin-right: 6px; margin-bottom: 10px; line-height: 16px;}
  247. #sidebar .social a { font-size: 12px; font-weight: bold; }
  248. #sidebar .social a span { font-size: 11px; display: block; font-weight: normal; }
  249. #sidebar .widget a:hover {text-decoration: none; }
  250. #sidebar .social img { float: left; margin-right: 7px; }
  251. .widget li.comment {margin-bottom: 6px; font-size: 11px; line-height: 16px; }
  252. .widget img.avatar {float: left; display: inline; margin: 0 10px 5px 0; }
  253.  
  254. /*********************************************************************************************
  255.  
  256. 5. Carousel Widget      
  257.  
  258. *********************************************************************************************/  
  259.  
  260. .jcarousel { font-size: 11px; font-weight: normal; text-transform: uppercase; clear: both; margin: 10px 0 20px; border: solid 1px #e1e1e1; width: 656px; padding: 15px 10px 15px 12px; background: transparent url(images/back_highlights.png) repeat-x bottom left;}
  261. .jcarousel ul { height: 82px;}
  262. .jcarousel img { float: left; border: solid 1px #777; width: 100px; height:80px; }
  263. .jcarousel li a { color: #0060B6; }
  264. .jcarousel a:hover { text-decoration: underline; }
  265. .jcarousel-item { width: 102px; overflow: hidden; margin-right: 8px; position: relative; }
  266. .jcarousel-prev { float: left; }
  267. .jcarousel-next { float: right; }
  268. .jcarousel-prev, .jcarousel-next { color: #003f62; margin-top: 8px; }
  269. .jcarousel-prev:hover, .jcarousel-next:hover { text-decoration: underline; cursor: pointer; }
  270.  
  271. #sidebar .jcarousel {width: 220px; }
  272. #sidebar .jcarousel-item {width: 102px; margin-right: 15px;}
  273.  
  274. /********************************************************************************
  275.                 Tabber CSS
  276. ********************************************************************************/
  277.  
  278. .tabberlive .tabbertabhide { display: none; }
  279. ul.tabbernav { margin: 0; padding: 0; float: left; width: 100%; display: inline; list-style-type: none; border-bottom: 1px solid #d7d7d7; margin-bottom: 10px; }
  280. ul.tabbernav li { float: left; margin: 0 1px 0 0; padding: 0; line-height: 28px; margin-bottom: -1px; overflow: hidden; position: relative; }
  281. *html  ul.tabbernav { padding: 2px 0; /* ie6 only */ }
  282. *+html  ul.tabbernav { padding: 2px 0; /* ie7 only */ }
  283. ul.tabbernav li { list-style-type: none; display: inline; background-color: #888; }
  284. ul.tabbernav li a { text-decoration: none; /* inactive tabs */ color: #fff; display: block; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0 10px; outline: none; }
  285. ul.tabbernav li.tabberactive { background-color: #333; /* active tab */ }
  286. ul.tabbernav li.tabberactive a { color: #fff; }
  287. .tabbertabs .recent_comments li img, .tabbertabs .recent_news li img { float: left; margin: 0 7px 5px 0; }
  288. .tabberlive .tabbertab { padding: 5px 0 0; float: left; width: 100%; }
  289. .tabbertab .widgettitle { display: none; }
  290. #sidebar .tabbertabs ul.posts li {float: none; display: block; width: 100%; }
  291.  
  292. /* Navigation & WP PageNavi Plugin */
  293. div.navigation { float: left; width: 100%; }
  294. div.navigation p,  div.wp-pagenavi { margin: 0; font-size: 11px; font-weight: bold; text-align: center; }
  295. div.navigation a.current { background-color: #444; color: #fff; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; border: none; }
  296. div.navigation a:hover { background-color: #a71a1a; color: #fff; text-decoration: none; }
  297. div.navigation a { font-size: 11px; font-weight: bold; color: #a71a1a; padding: 6px 10px; line-height: 50px; margin-right: 10px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; border: none; }
  298. div.navigation span.current { padding: 6px 10px; background-color: #444; color: #fff; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; border: none; margin-right: 10px; }
  299. div.navigation a:hover { background-color: #a71a1a; color: #fff; text-decoration: none; }
  300. div.navigation span.pages { margin-right: 10px; display: none; }
  301. div.navigation .nextpostslink:hover { background-color: #a71a1a; }
  302. div.navigation .previouspostslink:hover { background-color: #a71a1a; }
  303. div.navigation .extend { border: none; }
  304. div.navigation .alignleft, div.navigation .alignright { margin: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement