Advertisement
Guest User

Untitled

a guest
Sep 28th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.30 KB | None | 0 0
  1. /*  
  2. Theme Name: Discuss 1 (Broken)
  3. Theme URI: http://html5reset.org
  4. Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
  5. Author: Monkey Do!
  6. Author URI: http://monkeydo.biz
  7. Version:
  8. */
  9.  
  10. /*
  11.     HTML5 Reset Wordpress Theme :: style.css
  12.     ----------------------------------------------------------
  13.     We have learned much from/been inspired by/taken code where offered from:
  14.    
  15.     Eric Meyer                  :: http://ericmeyer.com
  16.     HTML5 Doctor                :: http://html5doctor.com
  17.     and the HTML5 Boilerplate   :: http://html5boilerplate.com
  18.    
  19.     Special thanks: The Wordpress theme owes its start to an empty theme authored
  20.         by Chris Coyier & Jeff Starr: http://digwp.com
  21.    
  22. -------------------------------------------------------------------------------*/
  23.  
  24. /* Let's default this puppy out
  25. -------------------------------------------------------------------------------*/
  26.  
  27. html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  28.     margin: 0;
  29.     padding: 0;
  30.     border: 0;
  31.     outline: 0;
  32.     font-size: 100%;
  33.     vertical-align: baseline;
  34.     background: transparent;
  35. }                                  
  36.  
  37. article, aside, figure, footer, header, hgroup, nav, section {display: block;}
  38.  
  39. /* Responsive images and other embedded objects
  40.    Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers.
  41.    There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
  42. img,
  43. object,
  44. embed {max-width: 100%;}
  45.  
  46. /* force a vertical scrollbar to prevent a jumpy page */
  47. html {overflow-y: scroll;}
  48.  
  49. /* we use a lot of ULs that aren't bulleted.
  50.     don't forget to restore the bullets within content. */
  51. ul {list-style: none;}
  52.  
  53. blockquote, q {quotes: none;}
  54.  
  55. blockquote:before,
  56. blockquote:after,
  57. q:before,
  58. q:after {content: ''; content: none;}
  59.  
  60. a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
  61.  
  62. del {text-decoration: line-through;}
  63.  
  64. abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
  65.  
  66. /* tables still need cellspacing="0" in the markup */
  67. table {border-collapse: collapse; border-spacing: 0;}
  68. th {font-weight: bold; vertical-align: bottom;}
  69. td {font-weight: normal; vertical-align: top;}
  70.  
  71. hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
  72.  
  73. input, select {vertical-align: middle;}
  74.  
  75. pre {
  76.     white-space: pre; /* CSS2 */
  77.     white-space: pre-wrap; /* CSS 2.1 */
  78.     white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  79.     word-wrap: break-word; /* IE */
  80. }
  81.  
  82. input[type="radio"] {vertical-align: text-bottom;}
  83. input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
  84. .ie6 input {vertical-align: text-bottom;}
  85.  
  86. select, input, textarea {font: 99% sans-serif;}
  87.  
  88. table {font-size: inherit; font: 100%;}
  89.  
  90. /* Accessible focus treatment
  91.     people.opera.com/patrickl/experiments/keyboard/test */
  92. a:hover, a:active {outline: none;}
  93.  
  94. small {font-size: 85%;}
  95.  
  96. strong, th {font-weight: bold;}
  97.  
  98. td, td img {vertical-align: top;}
  99.  
  100. /* Make sure sup and sub don't screw with your line-heights
  101.     gist.github.com/413930 */
  102. sub, sup {font-size: 75%; line-height: 0; position: relative;}
  103. sup {top: -0.5em;}
  104. sub {bottom: -0.25em;}
  105.  
  106. /* standardize any monospaced elements */
  107. pre, code, kbd, samp {font-family: monospace, sans-serif;}
  108.  
  109. /* hand cursor on clickable elements */
  110. .clickable,
  111. label,
  112. input[type=button],
  113. input[type=submit],
  114. button {cursor: pointer;}
  115.  
  116. /* Webkit browsers add a 2px margin outside the chrome of form elements */
  117. button, input, select, textarea {margin: 0;}
  118.  
  119. /* make buttons play nice in IE */
  120. button {width: auto; overflow: visible;}
  121.  
  122. /* scale images in IE7 more attractively */
  123. .ie7 img {-ms-interpolation-mode: bicubic;}
  124.  
  125. /* prevent BG image flicker upon hover */
  126. .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
  127.  
  128. /* let's clear some floats */
  129. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
  130. .clearfix:after { clear: both; }  
  131. .clearfix { zoom: 1; }  
  132.  
  133.  
  134.  
  135. /* Ok, this is where the fun starts.
  136. -------------------------------------------------------------------------------*/
  137.  
  138. /* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
  139. body {font: 13px Helmet, Freesans, sans-serif;}
  140.  
  141. /* using local fonts? make sure to read up on Paul Irish's
  142.     Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
  143.  
  144. /* we like off-black for text */
  145. body, select, input, textarea {color: #333;}
  146.  
  147. a {color: #03f;}
  148. a:hover {color: #69f;}
  149.  
  150. /* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
  151. ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
  152. ::selection {background: #fcd700; color: #fff; text-shadow: none;}
  153.  
  154. /*  j.mp/webkit-tap-highlight-color */
  155. a:link {-webkit-tap-highlight-color: #fcd700;}
  156.  
  157. ins {background-color: #fcd700; color: #000; text-decoration: none;}
  158. mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
  159.  
  160.  
  161.  
  162. /* And here begins the Wordpress fun.
  163. -------------------------------------------------------------------------------*/
  164.  
  165. ::selection {
  166.    background: #7e7e7e; /* Text-selection color */
  167.    }
  168.  
  169. body {background: #ffffff; font-size: 13pt; font-family: Helvetica;}
  170.  
  171. #page-wrap {width: 100%; margin: 0px auto;}
  172.  
  173. a:link {color: #c41230; text-decoration: none;}
  174. a:visited {color: #c41230; text-decoration: none;}
  175.  
  176. #header {display: none;}
  177.  
  178. #newheader {background: #c41230; height: 110px; width: 100%; margin-top: 0px;}
  179.  
  180. img.center {display: block; margin-left: auto; margin-right: auto;}
  181.  
  182. #commentspage {width: 80%; margin-left: auto; margin-right: auto; margin-top: 150px;}
  183.  
  184. .author-vcard {float: right;}
  185.  
  186. .post {}
  187.  
  188. .entry-content {}
  189. .entry-content a {}
  190. .entry-content a:hover {}
  191.  
  192. #meta {}
  193. .postmetadata {}
  194.  
  195. #sidebar {}
  196.  
  197. .navgation {}
  198. .next-posts {}
  199. .prev-posts {}
  200.  
  201. #searchform {}
  202. #s {}
  203. #searchsubmt {}
  204.  
  205. .entry-content {margin-bottom: 50px;}
  206. #respond {margin-top: 200px;}
  207.  
  208. .author-meta {margin-top: 10px; font-style: italic; float: right;}
  209. .comment-text {background: #f7f7f7; padding: 10px; padding-bottom: 50px; -webkit-border-radius: 5px; border: 1px solid #7e7e7e;}
  210. .comment-text .comment-author-admin {background: black;}
  211. .reply {float: right; margin-top: 18px; background: #c41230; color: white; padding: 5px; -webkit-border-radius: 5px;}
  212.     .reply a:link {color: white;}
  213.     .reply a:visited {color:white;}
  214.    
  215. .replyimg {display: none;}
  216.    
  217. ol.commentlist {list-style: none;}
  218. ol.commentlist li {}
  219. ol.commentlist li.alt {}
  220. ol.commentlist li.bypostauthor {}
  221. ol.commentlist li.byuser {}
  222. ol.commentlist li.comment-author-admin {background: #c41230;}
  223. ol.commentlist li.comment {padding: 10px; margin-bottom: 20px;}
  224. ol.commentlist li.comment div.comment-author {}
  225. ol.commentlist li.comment div.vcard {}
  226. ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
  227. ol.commentlist li.comment div.vcard cite.fn a.url {}
  228. ol.commentlist li.comment div.vcard img.avatar {}
  229. ol.commentlist li.comment div.vcard img.avatar-32 {}
  230. ol.commentlist li.comment div.vcard img.photo {}
  231. ol.commentlist li.comment div.vcard span.says {}
  232. ol.commentlist li.comment div.commentmetadata {}
  233. ol.commentlist li.comment div.comment-meta {font-size: 10px;}
  234. ol.commentlist li.comment div.comment-meta a {color: #ccc;}
  235. ol.commentlist li.comment p {}
  236. ol.commentlist li.comment ul {}
  237. ol.commentlist li.comment div.reply {font-size: 10pt;}
  238. ol.commentlist li.comment div.reply a {font-weight: bold;}
  239. ol.commentlist li.comment ul.children {list-style: none; margin-left: 2em; margin-top: 2.5em;}
  240. ol.commentlist li.comment ul.children li {background: white;}
  241. ol.commentlist li.comment ul.children li.alt {}
  242. ol.commentlist li.comment ul.children li.bypostauthor {}
  243. ol.commentlist li.comment ul.children li.byuser {}
  244. ol.commentlist li.comment ul.children li.comment {}
  245. ol.commentlist li.comment ul.children li.comment-author-admin {}
  246. ol.commentlist li.comment ul.children li.depth-2 {width: 95%;}
  247. ol.commentlist li.comment ul.children li.depth-3 {width: 80%;}
  248. ol.commentlist li.comment ul.children li.depth-4 {width: 80%;}
  249. ol.commentlist li.comment ul.children li.depth-5 {width: 80%;}
  250. ol.commentlist li.comment ul.children li.odd {}
  251. ol.commentlist li.even {}
  252. ol.commentlist li.odd {}
  253. ol.commentlist li.parent {}
  254. ol.commentlist li.thread-alt {}
  255. ol.commentlist li.thread-even {}
  256. ol.commentlist li.thread-odd {}
  257.  
  258.  
  259. /* Print styles!
  260. -------------------------------------------------------------------------------*/
  261. @media print {
  262.  
  263.  
  264.  
  265. }
  266.  
  267.  
  268. /* Media queries!
  269. -------------------------------------------------------------------------------*/
  270.  
  271. /* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
  272. @media screen and (max-device-width: 480px) {
  273.    
  274.        
  275. }
  276.  
  277. @media all and (orientation: portrait) {
  278.    
  279. }
  280.  
  281. @media all and (orientation: landscape) {
  282.    
  283. }
  284.  
  285.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement