Advertisement
Guest User

Untitled

a guest
Jul 14th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.58 KB | None | 0 0
  1. /*
  2. cloudsdale.css for MLPchan.net
  3. By Pegasi - 2012 (pegasi@derpymail.com)
  4. Clouds vectors taken from various dA galleries
  5.    
  6. *--------------------*
  7. | ~!!!IMPORTANT !!!~ |
  8. *--------------------*
  9.    
  10. This style sheet document uses custom resources that you will
  11. have to upload to your server manually, to make the theme work as intended.
  12.    
  13. Celestia-font: http://www.mediafire.com/?2g7587vl8sxm8le
  14. Background: http://img24.imageshack.us/img24/2262/cloudsgradiant.png
  15.    
  16. Please note that the background is currently using the image hosted at imageshack and not a local placeholder. Consider changing the background url to a local directory once you (hopefully) decided to host the image by yourself. Thank you!
  17. */
  18.  
  19.  
  20.  
  21. body
  22. {
  23.     background: url("http://img24.imageshack.us/img24/2262/cloudsgradiant.png") repeat-x scroll 50% 0 #D7F0FF;
  24.     color: black;
  25.     font-family: arial,helvetica,sans-serif;
  26.     font-size: 10pt;
  27.     margin: 0 8px;
  28.     padding-left: 5px;
  29.     padding-right: 5px;
  30. }
  31.  
  32. table *
  33. {
  34.     margin: 0;
  35. }
  36.  
  37. a, a:visited
  38. {
  39.     color: #6666ff;
  40.     text-decoration: underline;
  41. }
  42.  
  43. a:hover, p.intro a.post_no:hover
  44. {
  45.     color: #0000ff;
  46. }
  47.  
  48. a.post_no
  49. {
  50.     margin: 0;
  51.     padding: 0;
  52.     text-decoration: none;
  53. }
  54.  
  55. p.intro a.post_no
  56. {
  57.     color: inherit;
  58. }
  59.  
  60. p.intro a.post_no, p.intro a.email
  61. {
  62.     margin: 0;
  63. }
  64.  
  65. p.intro a.email span.name
  66. {
  67.     color: #2222ff;
  68. }
  69.  
  70. p.intro a.email:hover span.name
  71. {
  72.     color: #3333ff;
  73. }
  74.  
  75. p.intro label
  76. {
  77.     display: inline;
  78. }
  79.  
  80. h2
  81. {
  82.     color: #1111aa;
  83.     font-size: 11pt;
  84.     margin: 0;
  85.     padding: 0;
  86. }
  87.  
  88. header
  89. {
  90.     margin: 1em 0;
  91. }
  92.  
  93. h1
  94. {
  95.     font-family: CELESTIA, arial;
  96.     font-size: 30pt;
  97.     letter-spacing: -2px;
  98.     margin: 0;
  99. }
  100.  
  101. header div.subtitle, h1
  102. {
  103.     color: #000;
  104.     text-align: center;
  105. }
  106.  
  107. header div.subtitle
  108. {
  109.     font-size: 8pt;
  110. }
  111.  
  112. form[name="post"]
  113. {
  114.     margin-bottom: 4em;
  115. }
  116.  
  117. form table
  118. {
  119.     margin: auto;
  120. }
  121.  
  122. form table input
  123. {
  124.     height: auto;
  125. }
  126.  
  127. input[type="text"], input[type="password"], textarea
  128. {
  129.     border: 1px solid #ccc;
  130.     padding: 4px;
  131.     text-indent: 0;
  132.     text-shadow: none;
  133.     text-transform: none;
  134.     word-spacing: normal;
  135.     font-family: arial;
  136. }
  137.  
  138. form table tr td
  139. {
  140.     margin: 0;
  141.     padding: 0;
  142.     text-align: left;
  143. }
  144.  
  145. form table.mod tr td
  146. {
  147.     padding: 2px;
  148. }
  149.  
  150. form table tr th
  151. {
  152.     padding: 4px;
  153.     text-align: left;
  154. }
  155.  
  156. form table tr th
  157. {
  158.     background: none repeat scroll 0 0 #F0FFFF;
  159.     border-style: solid;
  160.     border-width: 1px;
  161.     border-color: #ccc;
  162. }
  163.  
  164. form table tr td div
  165. {
  166.     float: left;
  167.     padding-left: 3px;
  168.     text-align: center;
  169. }
  170.  
  171. form table tr td div input
  172. {
  173.     display: block;
  174.     margin: 2px auto 0;
  175. }
  176.  
  177. form table tr td div label
  178. {
  179.     font-size: 10px;
  180. }
  181.  
  182. .unimportant, .unimportant *
  183. {
  184.     font-size: 10px;
  185. }
  186.  
  187. p.fileinfo
  188. {
  189.     display: block;
  190.     margin: 0;
  191.     padding-right: 7em;
  192. }
  193.  
  194. div.banner
  195. {
  196.     color: black;
  197.     font-size: 12pt;
  198.     font-weight: bold;
  199.     margin: 1em 0;
  200.     text-align: center;
  201. }
  202.  
  203. div.banner, div.banner a
  204. {
  205.     color: black;
  206. }
  207.  
  208. div.banner a:hover
  209. {
  210.     color: #4444ff;
  211.     text-decoration: none;
  212. }
  213.  
  214. img.banner
  215. {
  216.     border: 1px solid #A9A9A9;
  217.     float: none;
  218.     margin: 12px auto 0;
  219. }
  220.  
  221. img
  222. {
  223.     border: medium none;
  224.     display: block;
  225.     float: left;
  226.     margin: 10px 20px;
  227. }
  228.  
  229. div.post img
  230. {
  231.     margin: 5px 20px 0 0;
  232.     padding: 5px;
  233. }
  234.  
  235. div.post img.icon
  236. {
  237.     display: inline;
  238.     float: none;
  239.     margin: 0 5px;
  240.     padding: 0;
  241. }
  242.  
  243. div.post.op
  244. {
  245.     margin-bottom: 5px;
  246.     margin-right: 20px;
  247. }
  248.  
  249. div.post.op hr
  250. {
  251.     border-color: #D9BFB7;
  252. }
  253.  
  254. p.intro
  255. {
  256.     margin: 0.5em 0;
  257.     padding: 0 0 0.2em;
  258. }
  259.  
  260. input.delete
  261. {
  262.     float: left;
  263.     margin: 1px 6px 0 0;
  264. }
  265.  
  266. p.intro span.subject
  267. {
  268.     color: #000;
  269.     font-weight: bold;
  270.     font-size: 14px;
  271. }
  272.  
  273. p.intro span.name
  274. {
  275.     color: #4444ff;
  276.     font-weight: bold;
  277.     font-size: 13px;
  278. }
  279.  
  280. p.intro span.capcode, p.intro a.capcode, p.intro a.nametag
  281. {
  282.     color: #F00000;
  283.     font-weight: bold;
  284.     margin-left: 0;
  285. }
  286.  
  287. p.intro a
  288. {
  289.     margin-left: 8px;
  290. }
  291.  
  292. div.delete
  293. {
  294.     float: right;
  295. }
  296.  
  297. div.post.reply p
  298. {
  299.     margin: 0.3em 0 0;
  300. }
  301.  
  302. div.post.reply p.body
  303. {
  304.     margin-left: 1.8em;
  305.     margin-top: 0.8em;
  306.     padding-bottom: 0.3em;
  307.     padding-right: 3em;
  308. }
  309.  
  310. div.post.reply.highlighted
  311. {
  312.     background: none repeat scroll 0 0 #D6BAD0;
  313. }
  314.  
  315. div.post.reply p.body a
  316. {
  317.     color: #6666ff;
  318. }
  319.  
  320. div.post
  321. {
  322.     max-width: 97%;
  323. }
  324.  
  325. div.post p.body
  326. {
  327.     white-space: pre-wrap;
  328.     word-wrap: break-word;
  329. }
  330.  
  331. div.post.reply
  332. {
  333.     background: none repeat scroll 0 0 #F0FFFF;
  334.     border-color: #B7C5D9;
  335.     border-style: solid solid solid solid;
  336.     border-width: 1px;
  337.     display: inline-block;
  338.     margin: 0.2em 16px;
  339.     padding: 0.2em 0.3em 0.5em 0.6em;
  340.     border-top-left-radius: 5px;
  341.     border-bottom-right-radius: 3px;
  342.     //font-size: 13px;
  343. }
  344.  
  345. span.trip
  346. {
  347.     color: #6666ff;
  348. }
  349.  
  350. span.quote
  351. {
  352.     color: #789922;
  353. }
  354.  
  355. span.omitted
  356. {
  357.     display: block;
  358.     margin-top: 1em;
  359. }
  360.  
  361. br.clear
  362. {
  363.     clear: left;
  364.     display: block;
  365. }
  366.  
  367. span.controls
  368. {
  369.     float: right;
  370.     font-size: 80%;
  371.     margin: 0;
  372.     padding: 0;
  373. }
  374.  
  375. span.controls.op
  376. {
  377.     float: none;
  378.     margin-left: 10px;
  379. }
  380.  
  381. span.controls a
  382. {
  383.     margin: 0;
  384. }
  385.  
  386. div#wrap
  387. {
  388.     margin: 0 auto;
  389.     width: 900px;
  390. }
  391.  
  392. div.ban
  393. {
  394.     background: none repeat scroll 0 0 white;
  395.     border: 1px solid #9988EE;
  396.     margin: 30px auto;
  397.     max-width: 700px;
  398. }
  399.  
  400. div.ban p, div.ban h2
  401. {
  402.     padding: 3px 7px;
  403. }
  404.  
  405. div.ban h2
  406. {
  407.     background: none repeat scroll 0 0 #9988EE;
  408.     color: black;
  409.     font-size: 12pt;
  410. }
  411.  
  412. div.ban p
  413. {
  414.     font-size: 12px;
  415.     margin-bottom: 12px;
  416. }
  417.  
  418. div.ban p.reason
  419. {
  420.     font-weight: bold;
  421. }
  422.  
  423. span.heading
  424. {
  425.     color: #AF0A0F;
  426.     display: block;
  427.     font-size: 11pt;
  428.     font-weight: bold;
  429. }
  430.  
  431. span.spoiler
  432. {
  433.     background: none repeat scroll 0 0 black;
  434.     color: black;
  435. }
  436.  
  437. div.post.reply p.body span.spoiler a
  438. {
  439.     color: black;
  440. }
  441.  
  442. span.spoiler:hover, div.post.reply p.body span.spoiler:hover a
  443. {
  444.     color: white;
  445. }
  446.  
  447. div.styles
  448. {
  449.     float: right;
  450.     padding-bottom: 20px;
  451. }
  452.  
  453. div.styles a
  454. {
  455.     margin: 0 10px;
  456. }
  457.  
  458. div.styles a.selected
  459. {
  460.     text-decoration: none;
  461. }
  462.  
  463. table.test
  464. {
  465.     width: 100%;
  466. }
  467.  
  468. table.test td, table.test th
  469. {
  470.     padding: 5px;
  471.     text-align: left;
  472. }
  473.  
  474. table.test tr.h th
  475. {
  476.     background: none repeat scroll 0 0 #9988EE;
  477. }
  478.  
  479. table.test td img
  480. {
  481.     margin: 0;
  482. }
  483.  
  484. fieldset label
  485. {
  486.     display: block;
  487. }
  488.  
  489. div.pages
  490. {
  491.     /*background: none repeat scroll 0 0 #D6DAF0;*/
  492.     color: #8899AA;
  493.     margin-left: 17px;
  494.     margin-top: 10px;
  495. }
  496.  
  497. div.pages a.selected
  498. {
  499.     color: black;
  500.     font-weight: bolder;
  501. }
  502.  
  503. div.pages a
  504. {
  505.     text-decoration: none;
  506. }
  507.  
  508. div.pages form
  509. {
  510.     display: inline;
  511.     margin: 0;
  512.     padding: 0;
  513. }
  514.  
  515. div.pages form input
  516. {
  517.     display: inline;
  518.     margin: 0 5px;
  519. }
  520.  
  521. hr
  522. {
  523.     -moz-border-bottom-colors: none;
  524.     -moz-border-image: none;
  525.     -moz-border-left-colors: none;
  526.     -moz-border-right-colors: none;
  527.     -moz-border-top-colors: none;
  528.     border-color: #B7C5D9 -moz-use-text-color -moz-use-text-color;
  529.     border-right: medium none;
  530.     border-style: solid none none;
  531.     border-width: 1px medium medium;
  532.     clear: left;
  533.     height: 0;
  534. }
  535.  
  536. div.boardlist
  537. {
  538.     color: #8899AA;
  539.     font-size: 12pt;
  540.     margin-top: 3px;
  541. }
  542.  
  543. div.boardlist.bottom
  544. {
  545.     margin-top: 20px;
  546. }
  547.  
  548. div.boardlist a
  549. {
  550.     text-decoration: none;
  551. }
  552.  
  553. div.report
  554. {
  555.     color: #333333;
  556. }
  557.  
  558. table.modlog
  559. {
  560.     margin: auto;
  561.     width: 100%;
  562. }
  563.  
  564. table.modlog tr td
  565. {
  566.     margin: 0;
  567.     padding: 4px 15px 0 0;
  568.     text-align: left;
  569. }
  570.  
  571. table.modlog tr th
  572. {
  573.     padding: 4px 15px 5px 5px;
  574.     text-align: left;
  575.     white-space: nowrap;
  576. }
  577.  
  578. table.modlog tr th
  579. {
  580.     background: none repeat scroll 0 0 #9988EE;
  581. }
  582.  
  583. td.minimal, th.minimal
  584. {
  585.     white-space: nowrap;
  586.     width: 1%;
  587. }
  588.  
  589. div.top_notice
  590. {
  591.     margin: 5px auto;
  592.     text-align: center;
  593. }
  594.  
  595. span.public_ban
  596. {
  597.     color: red;
  598.     display: block;
  599.     font-weight: bold;
  600.     margin-top: 15px;
  601. }
  602.  
  603. span.toolong
  604. {
  605.     display: block;
  606.     margin-top: 15px;
  607. }
  608.  
  609. div.blotter
  610. {
  611.     color: #1111aa;
  612.     font-weight: bold;
  613.     text-align: center;
  614. }
  615.  
  616. table.mod.config-editor
  617. {
  618.     font-size: 9pt;
  619.     width: 100%;
  620. }
  621.  
  622. table.mod.config-editor td
  623. {
  624.     border-bottom: 1px solid #9988EE;
  625.     padding: 5px;
  626.     text-align: left;
  627. }
  628.  
  629. table.mod.config-editor input[type="text"]
  630. {
  631.     width: 98%;
  632. }
  633.  
  634. .homepage header h1
  635. {
  636.     font-size: 40pt;
  637.     text-shadow: 0 0 0.25em #888888;
  638. }
  639.  
  640. .homepage header .subtitle
  641. {
  642.     font-size: 16pt;
  643. }
  644.  
  645. .homeblock
  646. {
  647.     border: 1px solid #A0A0A0;
  648.     border-radius: 3px 3px 3px 3px;
  649.     font-size: 110%;
  650.     margin: 1em auto;
  651.     min-width: 300px;
  652.     padding: 1em;
  653.     width: 75%;
  654. }
  655.  
  656. .mainhomeblock
  657. {
  658.     font-size: 140%;
  659. }
  660.  
  661. .hashtag
  662. {
  663.     background: -moz-linear-gradient(center top , #43475E 0%, #232B2B 49%, #1C1C1C 100%) repeat scroll 0 0 transparent;
  664.     border-color: #111111;
  665.     border-style: none solid solid none;
  666.     border-width: 1px;
  667.     box-shadow: 1px 1px 3px #555555;
  668.     color: #EEDDCC;
  669.     display: inline-block;
  670.     margin-right: 0.5em;
  671.     padding: 0.2em 0.5em;
  672. }
  673.  
  674. input[type="submit"]
  675. {
  676.     padding: 2px;
  677. }
  678.  
  679. input[value="New Topic"]
  680. {
  681.     margin-bottom: -1px;
  682.     padding: 1px;
  683.     margin-top: -0px;
  684.     height: 27px;
  685. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement