style.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. /******************************************************************
  2. Theme Name: Bones
  3. Theme URI: http://www.themble.com/bones
  4. Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="http://themble.com/bones/docs/" title="Bones Documentation">Bones Documentation</a> page. You can also view the conversation on Twitter by following the hashtag: <a href="http://twitter.com/#!/search/%23wpbones">#wpbones</a>.
  5. Author: Eddie Machado
  6. Author URI: http://www.themble.com/bones/
  7. Version: 1.08
  8. Tags: html5, css3, fixed, development, bones, h5bp
  9. License: GPL or whatever
  10. License URI: http://www.gnu.org/copyleft/gpl.html
  11. All Default Styles are in library/css/normalize.css
  12. I reccommend not editing those files and making all
  13. changes here. That way if something goes awry, you
  14. can easily revert back to the original, but that's
  15. totally up to you. Happy Developing!
  16. ******************************************************************/
  17. /******************************************************************
  18. GENERAL LAYOUT STYLES
  19. ******************************************************************/
  20. body { background: #fefefe; }
  21. /******************************************************************
  22. GRID STYLES
  23. ******************************************************************/
  24. /* 960 Grid System (http://960.gs/ ) */
  25. #container, .wrap {
  26. width: 940px;
  27. margin: 0 auto;
  28. padding: 0 10px;
  29. }
  30. /* layout options ( all have margins right & left of 2.1276596%) */
  31. .col60 { width: 6.3829787%; } /* width 60px / grid_1 */
  32. .col140 { width: 14.893617%; } /* width 140px / grid_2 */
  33. .col220 { width: 23.404255%; } /* width 220px / grid_3 */
  34. .col300 { width: 31.914894%; } /* width 300px / grid_4 */
  35. .col380 { width: 40.425532%; } /* width 380px / grid_5 */
  36. .col480 { width: 51.06383%; } /* width 480px / grid_6 */
  37. .col540 { width: 57.446809%; } /* width 540px / grid_7 */
  38. .col620 { width: 65.957447%; } /* width 620px / grid_8 */
  39. .col700 { width: 74.468085%; } /* width 700px / grid_9 */
  40. .col780 { width: 82.978723%; } /* width 780px / grid_10 */
  41. .col860 { width: 91.489362%; } /* width 860px / grid_11 */
  42. .col940 { width: 100.0%; } /* width 940px / grid_12 */
  43. /* layout & column defaults */
  44. .col60, .col140, .col220, .col300, .col380, .col480, .col540, .col620, .col700, .col780, .col860, .col940 {
  45. display: inline;
  46. float: left;
  47. position: relative;
  48. margin-left: 2.1276596%; /* 20px */
  49. margin-right: 2.1276596%; /* 20px */
  50. }
  51. /* default styles & fixes */
  52. .first { margin-left: 0; } /* fixes alignment */
  53. .last { margin-right: 0; } /* fixes alignment */
  54. /* To Use Another Grid System, simply visit:
  55. http://themble.com/bones/docs/grids
  56. There, you can check out how to replace this grid with other like:
  57. 960, Blueprint, and any other custom ones.
  58. */
  59. /******************************************************************
  60. COMMON & REUSABLE STYLES
  61. ******************************************************************/
  62. /* floats */
  63. .left { float: left; }
  64. .right { float: right; }
  65. /* text alignment */
  66. .text-left { text-align: left; }
  67. .text-center { text-align: center; }
  68. .text-right { text-align: right; }
  69. /* highlighting search term on search page */
  70. mark, .search-term { background: #EBE16F; }
  71. /* alerts & notices */
  72. .help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
  73. .help { border-color: #E0C618; background: #EBE16F; }
  74. .info { border-color: #92cae4; background: #d5edf8; }
  75. .error { border-color: #fbc2c4; background: #fbe3e4; }
  76. .success { border-color: #c6d880; background: #e6efc2; }
  77. /******************************************************************
  78. LINK STYLES
  79. ******************************************************************/
  80. a, a:visited { color: #f01d4f; }
  81. a:hover, a:focus { color: #f05e81; }
  82. a:active {} /* on click */
  83. a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }
  84. /******************************************************************
  85. TEXT SELECTION STYLES
  86. ******************************************************************/
  87. /* Highlighted Text */
  88. ::selection {
  89. background: #6fc2f6;
  90. color:#fff;
  91. text-shadow : none;
  92. }
  93. /* Firefox */
  94. ::-moz-selection {
  95. background: #6fc2f6;
  96. color:#fff;
  97. text-shadow : none;
  98. }
  99. /******************************************************************
  100. WORDPRESS BODY CLASSES
  101. want to style a page via body class? go ahead
  102. ******************************************************************/
  103. .rtl {}
  104. .home {} /* home page */
  105. .blog {}
  106. .archive {} /* archive page */
  107. .date {} /* date archive page */
  108. .date-paged-1 {} /* replace the number to the corresponding page number */
  109. .search {} /* search page */
  110. .search-results {} /* search result page */
  111. .search-no-results {} /* no results search page */
  112. .search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
  113. .error404 {} /* 404 page */
  114. .single {} /* single post page */
  115. .postid-1 {} /* individual post page by id (i.e. body.postid-73) */
  116. .single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
  117. .attachment {} /* attatchment page */
  118. .attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
  119. .attachment-mime-type {} /* style mime type pages */
  120. .author {} /* author page */
  121. .author-nicename {} /* user nicename (i.e. body.author-samueladams) */
  122. .author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
  123. .category {} /* category page */
  124. .category-1 {} /* individual category page (i.e. body.category-6) */
  125. .category-paged-1 {} /* replace the number to the corresponding page number */
  126. .tag {} /* tag page */
  127. .tag-slug {} /* individual tag page (i.e. body.tag-news) */
  128. .tag-paged-1 {} /* replace the number to the corresponding page number */
  129. .page-template {} /* custom page template page */
  130. .page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
  131. .page-paged-1 {} /* replace the number to the corresponding page number */
  132. .page-parent {}
  133. .page-child {}
  134. .parent-pageid-1 {} /* replace the number to the corresponding page number */
  135. .logged-in {} /* if user is logged in */
  136. .paged {} /* paged items like search results or archives */
  137. .paged-1 {} /* individual paged (i.e. body.paged-3) */
  138. /******************************************************************
  139. HEADLINES & TITLES
  140. ******************************************************************/
  141. h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-family: sans-serif; font-weight: 500; }
  142. h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
  143. h1, .h1 { font-size: 2.5em; line-height: 1.333em; }
  144. h2, .h2 { font-size: 1.75em; line-height: 1.4em; margin-bottom: 0.375em; }
  145. h3, .h3 { font-size: 1.125em; }
  146. h4, .h4 { font-size: 1.1em; font-weight: 700; }
  147. h5, .h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }
  148. /******************************************************************
  149. HEADER SYTLES
  150. ******************************************************************/
  151. header[role=banner] {}
  152. #logo { margin: 1.1em 0; }
  153. /******************************************************************
  154. NAVIGATION STYLES
  155. (Main Navigation)
  156. ******************************************************************/
  157. nav[role=navigation] {}
  158. nav[role=navigation] .menu {
  159. margin: 1.1em 0;
  160. }
  161. nav[role=navigation] .menu ul {
  162. background: #4598bb;
  163. }
  164. nav[role=navigation] .menu ul li {
  165. float: left;
  166. }
  167. nav[role=navigation] .menu ul li a {
  168. color: #fefefe;
  169. font-weight: 700;
  170. padding: 10px 20px;
  171. display: block;
  172. text-decoration: none;
  173. text-shadow: 0 -1px 1px rgba(0,0,0,0.33);
  174. }
  175. nav[role=navigation] .menu ul li a:hover {
  176. background: #4eabd2;
  177. color: #fff;
  178. }
  179. nav[role=navigation] .menu ul li:first-child a {}
  180. nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a {}
  181. /* sub menus */
  182. nav[role=navigation] .menu ul li ul, nav[role=navigation] .menu ul li ul li ul {
  183. background: #4598bb;
  184. position: absolute;
  185. left: -9999em;
  186. z-index: 9999;
  187. width: 200px;
  188. }
  189. nav[role=navigation] .menu ul li ul li ul {
  190. margin-left: 200px;
  191. top: auto;
  192. margin-top: -30px;
  193. }
  194. nav[role=navigation] .menu ul li ul li:hover ul, nav[role=navigation] .menu ul li:hover ul {
  195. left: auto;
  196. }
  197. nav[role=navigation] .menu ul li ul li a {
  198. width: 160px;
  199. }
  200. nav[role=navigation] .menu ul li ul li a {}
  201. nav[role=navigation] .menu ul li ul li a:hover {}
  202. nav[role=navigation] .menu ul li ul li:last-child a {}
  203. nav[role=navigation] .menu ul li ul li ul.sub-menu { }
  204. nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }
  205. /******************************************************************
  206. POSTS & CONTENT STYLES
  207. ******************************************************************/
  208. #content {}
  209. #main {}
  210. .hentry { padding: 2.2em 20px 0; }
  211. .single-title, .page-title { margin: 0 0 0.375em;}
  212. .single-title {}
  213. .page-title {}
  214. .archive_title { padding: 0 20px; margin: 1.1em 0 0.75em; }
  215. /* want to style individual post classes? Booya! */
  216. .post-id {} /* post by id (i.e. post-3) */
  217. .post {} /* general post style */
  218. .page {} /* general article on a page style */
  219. .attachment {} /* general style on an attatchment */
  220. .sticky {} /* sticky post style */
  221. .hentry {} /* hentry class */
  222. .category-slug {} /* style by category (i.e. category-videos) */
  223. .tag-slug {} /* style by tag (i.e. tag-news) */
  224. /* post meta */
  225. .meta { font-size:0.9em; letter-spacing:0.05em; line-height:1.75em; color: #999; margin: 0.875em 0; }
  226. .meta time {}
  227. /* post content */
  228. .post_content {}
  229. .post_content p { margin: 0 0 1.5em 0; line-height: 1.5em; }
  230. .post_content ul, .post_content ol, .post_content table, .post_content dl { margin: 1.5em 0; }
  231. .post_content ul, .post_content ol { list-style-position:outside; line-height:1.5; margin-left: 2.2em; margin-right: 2.2em; }
  232. .post_content li { margin-bottom: 0.75em; }
  233. .post_content ul li { list-style-type: disc; }
  234. .post_content ol li { list-style-type: decimal; }
  235. .post_content blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; }
  236. .post_content blockquote:before { font-family:Georgia, serif; content: "“"; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; } /* this adds the quote before the blockquote */
  237. .post_content dl { margin:1.75em 0 1.75em; }
  238. .post_content dt { margin-top: 1.25em; font-weight:700; }
  239. .post_content dd { font-style: italic; margin-top:0.5em; line-height:1.6em; }
  240. .post_content img { margin: 0 0 1.5em 0; max-width: 100%; }
  241. .alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
  242. .alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
  243. .aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
  244. .post_content video { margin: 1.5em 0; max-width: 100%; display: block; }
  245. .post_content object { display: block; margin: 1.5em 0; max-width: 100%; }
  246. .post_content pre, .post_content code { font-size: 0.9em; line-height: 1.7em; padding: 1em; background: #eee; border: 2px solid #cecece; }
  247. .wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
  248. .wp-caption img { border: 0 none; padding: 0; margin: 0; }
  249. .wp-caption .wp-caption-text { font-size:0.8em; font-style:italic; margin:.6em 0 -.2em; }
  250. /* image gallery styles */
  251. .gallery dl {}
  252. .gallery dt {}
  253. .gallery dd {}
  254. .gallery dl a {}
  255. .gallery dl img {}
  256. .gallery-caption {}
  257. .size-full {}
  258. .size-large {}
  259. .size-medium {}
  260. .size-thumbnail {}
  261. .hentry footer { clear: both; margin: 1.5em 0 0; padding-bottom: 2.2em; }
  262. /******************************************************************
  263. PAGE NAVI STYLES
  264. (Special Feature)
  265. ******************************************************************/
  266. /* page navigation */
  267. .page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; }
  268. .bones_page_navi, .wp-prev-next ul { }
  269. .bones_page_navi li { float: left; margin-left: 10px; }
  270. .bones_page_navi li a { padding: 3px 6px; display: block; text-decoration: none; position: relative; }
  271. .bones_page_navi li a:hover { color: #f01d4f; text-decoration: underline; }
  272. .bones_page_navi li.bpn-current { padding: 3px 6px; border-bottom: 2px solid #f01d4f; position: relative; } /* current page link */
  273. .bones_page_navi li.bpn-current:hover {}
  274. .bones_page_navi li.bpn-prev-link { } /* previous link */
  275. .bones_page_navi li.bpn-prev-link a { padding: 0; }
  276. .bones_page_navi li.bpn-prev-link a:hover { background: none; }
  277. .bones_page_navi li.bpn-next-link { font-weight: 700; } /* next page link */
  278. .bones_page_navi li.bpn-next-link a { padding: 0; }
  279. .bones_page_navi li.bpn-next-link a:hover { background: none; }
  280. .bones_page_navi li.bpn-last-page-link {} /* last page link */
  281. .bones_page_navi li.bpn-last-page-link a {}
  282. .bones_page_navi li.bpn-last-page-link a:hover { background: none; }
  283. .bones_page_navi li.bpn-first-page-link {} /* first page link */
  284. .bones_page_navi li.bpn-first-page-link a {}
  285. .bones_page_navi li.bpn-first-page-link a:hover { background: none; }
  286. /* fallback previous & next links */
  287. .wp-prev-next {}
  288. .wp-prev-next ul {}
  289. .wp-prev-next .prev-link { float: left; }
  290. .wp-prev-next .next-link { float: right; }
  291. /******************************************************************
  292. COMMENT STYLES
  293. ******************************************************************/
  294. #comments { margin: 0 20px 0.75em; }/* h3 comment title */
  295. #comments span { font-weight: 700; color: #1a90db; } /* number of comments span */
  296. .comment-nav {}
  297. .comment-nav ul {}
  298. .comment-nav ul li {}
  299. .commentlist { margin: 0 20px; }
  300. .commentlist li { position: relative; clear: both; list-style-type: none; margin-bottom: 1.5em; padding: 0.7335em 10px; }
  301. .commentlist li[class*=depth-] { padding-left: 20px; margin-top: 1.1em; }
  302. .commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
  303. .commentlist li:not(.depth-1) { margin-right: -10px; margin-top: 0; padding-bottom: 0; }
  304. .commentlist li.depth-2 {}
  305. .commentlist li.depth-3 {}
  306. .commentlist li.depth-4 {}
  307. .commentlist li.depth-5 {}
  308. .commentlist li:last-child { margin-bottom: 0; }
  309. .commentlist li ul.children li {}
  310. .commentlist li ul.children li.alt {}
  311. .commentlist li ul.children li.byuser {}
  312. .commentlist li ul.children li.comment {}
  313. .commentlist li ul.children li.depth-1 {} /* change number for different depth */
  314. .commentlist li ul.children li.bypostauthor {}
  315. .commentlist li ul.children li.comment-author-admin {}
  316. .commentlist li ul.children .alt {}
  317. .commentlist li ul.children .odd {}
  318. .commentlist li ul.children .even {}
  319. .commentlist .alt {}
  320. .commentlist .odd { background: #eee; }
  321. .commentlist .even { background: #fefefe; }
  322. .commentlist .parent {}
  323. .commentlist .comment {}
  324. .commentlist .children { border-left: 2px solid #6ac8d3; }
  325. .commentlist .pingback {}
  326. .commentlist .bypostauthor {}
  327. .commentlist .comment-author {}
  328. .commentlist .comment-author-admin {}
  329. .commentlist .thread-alt {}
  330. .commentlist .thread-odd {}
  331. .commentlist .thread-even {}
  332. .commentlist .vcard { margin-left: 55px; }
  333. .commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
  334. .commentlist .vcard time { float: right; }
  335. .commentlist .vcard time a { color: #999; text-decoration: none; }
  336. .commentlist .vcard time a:hover { text-decoration: underline; }
  337. .commentlist .vcard img.photo {}
  338. .commentlist .vcard img.avatar { position: absolute; left: 20px; padding: 2px; border: 1px solid #cecece; background: #fff; }
  339. .commentlist .vcard cite.fn a.url {}
  340. .commentlist .comment-meta {}
  341. .commentlist .comment-meta a {}
  342. .commentlist .commentmetadata {}
  343. .commentlist .commentmetadata a {}
  344. .commentlist li .comment_content { margin-left: 55px; }
  345. .commentlist li .comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
  346. .commentlist li ul { margin: 0; }
  347. .commentlist .comment-reply-link { text-decoration: none; float: right; background: #4598bb; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
  348. .commentlist a.comment-reply-link:hover { opacity: 1; }
  349. /******************************************************************
  350. COMMENT FORM STYLES
  351. ******************************************************************/
  352. .respond-form { margin: 1.5em 20px; padding-bottom: 2.2em; }
  353. #comment-form-title { margin: 0 0 1.1em; }
  354. #cancel-comment-reply {}
  355. #cancel-comment-reply a {}
  356. .respond-form form[method=post] { margin: 0.75em 0; }
  357. .comments-logged-in-as {}
  358. .respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 0.7335em; }
  359. .respond-form form[method=post] li label, .respond-form form[method=post] li small { display: none; }
  360. .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea { padding: 3px 6px; background: #efefef; border: 2px solid #cecece; line-height: 1.5em; }
  361. .respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { background: #fff; }
  362. .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { max-width: 400px; min-width: 250px; }
  363. #allowed_tags { margin: 1.5em 10px 0.7335em 0; }
  364. .respond-form textarea { resize: none; width: 97.3%; height: 150px; }
  365. #submit {}
  366. /* form validation */
  367. .respond-form input:invalid, .respond-form textarea:invalid { border-color: #fbc2c4; background: #fbe3e4; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f6e7eb; }
  368. /* no comments */
  369. .nocomments { margin: 0 20px 1.1em; }
  370. /******************************************************************
  371. SIDEBARS & ASIDES
  372. ******************************************************************/
  373. #sidebar1 { margin-top: 2.2em; }
  374. .widget { padding: 0 10px; margin: 2.2em 0; }
  375. .widget li { margin-bottom: 0.75em; }
  376. .widget li ul { margin-top: 0.75em; padding-left: 1em; }
  377. .widgettitle { border-bottom: 2px solid #444; margin-bottom: 0.75em; }
  378. /* links widget */
  379. .widget_links {}
  380. .widget_links ul {}
  381. .widget_links ul li {}
  382. .widget_links ul li a {}
  383. /* meta widget */
  384. .widget_meta {}
  385. .widget_meta ul {}
  386. .widget_meta ul li {}
  387. .widget_meta ul li a {}
  388. /* pages widget */
  389. .widget_pages {}
  390. .widget_pages ul {}
  391. .widget_pages ul li {}
  392. .widget_pages ul li a {}
  393. /* recent-posts widget */
  394. .widget_recent_entries {}
  395. .widget_recent_entries ul {}
  396. .widget_recent_entries ul li {}
  397. .widget_recent_entries ul li a {}
  398. /* archives widget */
  399. .widget_archive {}
  400. .widget_archive ul {}
  401. .widget_archive ul li {}
  402. .widget_archive ul li a {}
  403. .widget_archive select {}
  404. .widget_archive option {}
  405. /* tag-cloud widget */
  406. .widget_links {}
  407. .widget_links li:after {}
  408. .widget_links li:before {}
  409. .widget_tag_cloud {}
  410. .widget_tag_cloud a {}
  411. .widget_tag_cloud a:after {}
  412. .widget_tag_cloud a:before {}
  413. /* calendar widget */
  414. .widget_calendar {}
  415. #calendar_wrap {}
  416. #calendar_wrap th {}
  417. #calendar_wrap td {}
  418. #wp-calendar tr td {}
  419. #wp-calendar caption {}
  420. #wp-calendar a {}
  421. #wp-calendar #today {}
  422. #wp-calendar #prev {}
  423. #wp-calendar #next {}
  424. #wp-calendar #next a {}
  425. #wp-calendar #prev a {}
  426. /* category widget */
  427. .widget_categories {}
  428. .widget_categories ul {}
  429. .widget_categories ul li {}
  430. .widget_categories ul ul.children {}
  431. .widget_categories a {}
  432. .widget_categories select{}
  433. .widget_categories select#cat {}
  434. .widget_categories select.postform {}
  435. .widget_categories option {}
  436. .widget_categories .level-0 {}
  437. .widget_categories .level-1 {}
  438. .widget_categories .level-2 {}
  439. .widget_categories .level-3 {}
  440. /* recent-comments widget */
  441. .recentcomments {}
  442. #recentcomments {}
  443. #recentcomments li {}
  444. #recentcomments li a {}
  445. .widget_recent_comments {}
  446. /* search widget */
  447. #searchform {}
  448. .widget_search {}
  449. .screen-reader-text {}
  450. /* text widget */
  451. .textwidget {}
  452. .widget_text {}
  453. .textwidget p {}
  454. /******************************************************************
  455. FOOTER STYLES
  456. ******************************************************************/
  457. footer[role=contentinfo] { border-top: 1px solid #cecece; padding: 1.1em 0 3.3em; margin-top: 2.2em; }
  458. /* footer menu */
  459. footer[role=contentinfo] nav { float: left; margin: 1em 0; }
  460. .footer-links {}
  461. .footer-links ul { margin-top: 0; }
  462. .footer-links ul li { list-style-type: none; float: left; font-size: 0.9em; }
  463. .footer-links ul li a { margin-right: 10px; text-decoration: underline; }
  464. .footer-links ul li:last-child a { margin-right: 0; }
  465. .footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
  466. .footer-links ul li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
  467. .attribution { margin: 1em 0; float: right; color: #999; font-size: 0.9em; }
  468. /******************************************************************
  469. MEDIA QUERIES & DEVICE STYLES
  470. To use a responsive design, it's reccomended to use the responsive version of Bones. You can find it on github: https://github.com/eddiemachado/bones-responsive
  471. ******************************************************************/
  472. @media only screen and (min-width: 480px) {
  473. /* insert styles here */
  474. }
  475. @media only screen and (min-width: 768px) {
  476. /* insert styles here */
  477. }
  478. @media only screen and (min-width: 992px) {
  479. /* insert styles here */
  480. }
  481. @media only screen and (min-width: 1382px) {
  482. /* insert styles here */
  483. }
  484. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  485. /* insert styles here */
  486. }
  487. /******************************************************************
  488. PRINT STYLES
  489. (Handled by default, but if you want to edit it, feel free)
  490. ******************************************************************/
  491. @media print { }
  492. /******************************************************************
  493. IE SPECIFIC FIXES
  494. ******************************************************************/
  495. /*
  496. Thanks to the HTML5 Boilerplate there's an easier way
  497. to target IE specific bugs. Simply use the html class
  498. to target the specific version of IE.
  499. To target the .post_content area in IE6, use:
  500. html.ie6 .post_content { ... }
  501. To target the .post_content area in IE7, use:
  502. html.ie7 .post_content { ... }
  503. To target the .post_content area in IE8, use:
  504. html.ie8 .post_content { ... }
  505. To target the .post_content area in older IE use:
  506. html.oldie .post_content { ... }
  507. Much easier right? This way, you don't have to call
  508. any more stylesheets, you can leave it at the bottom
  509. and it will overwrite depending on the html class.
  510. */