Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.91 KB | None | 0 0
  1. /*
  2. Luna Theme.css
  3. by Soarin'Wonder
  4. soarinwonder@hotmail.com
  5.  
  6. Font: Alex Brush ~ http://www.fontspace.com/typesetit/alex-brush
  7. Images:
  8.        Background BR Corner: http://img716.imageshack.us/img716/7128/lunacorner2.png
  9.        Background Gradient: http://img822.imageshack.us/img822/8744/bggradient2.png
  10.        Background UL Corner: http://img72.imageshack.us/img72/166/moon1e.png
  11.        Background Stars: http://img69.imageshack.us/img69/9457/stars2m.png
  12. */
  13.  
  14. @-moz-document domain("mlpchan.net")
  15.  
  16. {
  17.  
  18. body {
  19.     background: url("http://img716.imageshack.us/img716/7128/lunacorner2.png") no-repeat right bottom fixed, url("http://img822.imageshack.us/img822/8744/bggradient2.png") repeat-x bottom fixed, url("http://img69.imageshack.us/img69/9457/stars2m.png") top repeat-x, url("http://img72.imageshack.us/img72/166/moon1e.png") no-repeat top 200px left 50px #070024 !important;
  20.     color: #d7e5ff !important;
  21.     font-family: fantasy !important;
  22.     font-size: 12pt !important;
  23.     margin: 0 8px;
  24.     padding-left: 5px;
  25.     padding-right: 5px;
  26. }
  27. table * {
  28.     margin: 0;
  29. }
  30. a, a:visited {
  31.     text-decoration: underline;
  32.     color: #be78ff !important;
  33. }
  34. a:hover, p.intro a.post_no:hover {
  35.     color: white !important;
  36. }
  37. a.post_no {
  38.     text-decoration: none;
  39.     margin: 0;
  40.     padding: 0;
  41. }
  42. p.intro a.post_no {
  43.     color: inherit;
  44. }
  45. p.intro a.post_no, p.intro a.email {
  46.     margin: 0;
  47. }
  48. p.intro a.email span.name {
  49.     color: #4840fd !important;
  50. }
  51. p.intro a.email:hover span.name {
  52.     color: white !important;
  53. }
  54. p.intro label {
  55.     display: inline;
  56. }
  57. h2 {
  58.     color: #AF0A0F;
  59.     font-size: 11pt;
  60.     margin: 0;
  61.     padding: 0;
  62. }
  63. header {
  64.     margin: 1em 0;
  65. }
  66. h1 {
  67.     font-family: Cigno !important;
  68.     letter-spacing: 1px !important;
  69.     font-size: 42pt !important;
  70.     margin: 0;
  71. }
  72. header div.subtitle, h1 {
  73.     color: #d7e5ff !important;
  74.     text-align: center;
  75. }
  76. header div.subtitle {
  77.     font-size: 10pt !important;
  78. }
  79. form[name='post'] {
  80.     margin-bottom: 4em;
  81. }
  82. form table {
  83.     margin: auto;
  84. }
  85. form table input {
  86.     height: auto;
  87. }
  88. input[type="text"], input[type="password"], textarea {
  89.     border: 2px solid #a9a9a9;
  90.     text-indent: 0;
  91.     text-shadow: none;
  92.     text-transform: none;
  93.     word-spacing: normal;
  94. }
  95. form table tr td {
  96.     text-align: left;
  97.     margin: 0;
  98.     padding: 0;
  99. }
  100. form table.mod tr td {
  101.     padding: 2px;
  102. }
  103. form table tr th {
  104.     text-align: left;
  105.     padding: 4px;
  106.     border: 1px #737bb8 solid;
  107. }
  108. form table tr th {
  109.     background: #210f6e !important;
  110. }
  111. form table tr td div {
  112.     text-align: left;
  113.     float: left;
  114.     padding-left: 3px;
  115. }
  116. form table tr td div input {
  117.     display: block;
  118.     margin: 2px auto 0 auto;
  119. }
  120. form table tr td div label {
  121.     font-size: 10px;
  122. }
  123. .unimportant, .unimportant * {
  124.     font-size: 10px;
  125. }
  126. p.fileinfo {
  127.     display: block;
  128.     margin: 0;
  129.     padding-right: 7em;
  130. }
  131. div.banner {
  132.     background-color: #300087 !important;
  133.     font-size: 12pt;
  134.     font-weight: bold;
  135.     text-align: center;
  136.     margin: 1em 0;
  137.     color: #d7e5ff !important;
  138. }
  139. div.banner, div.banner a {
  140.     color: white;
  141. }
  142. div.banner a:hover {
  143.     color: #EEF2FF;
  144.     text-decoration: none;
  145. }
  146. img.banner {
  147.     float: none;
  148.     border: 1px solid #a9a9a9;
  149.     margin: 12px auto 0 auto;
  150. }
  151. img {
  152.     display: block;
  153.     float: left;
  154.     margin: 10px 20px;
  155.     border: none;
  156. }
  157. div.post img {
  158.     padding: 5px;
  159.     margin: 5px 20px 0 0;
  160. }
  161. div.post img.icon {
  162.     display: inline;
  163.     float: none;
  164.     margin: 0 5px;
  165.     padding: 0;
  166. }
  167. div.post.op {
  168.     margin-right: 20px;
  169.     margin-bottom: 5px;
  170. }
  171. div.post.op hr {
  172.     border-color: #D9BFB7;
  173. }
  174. p.intro {
  175.     margin: 0.5em 0;
  176.     padding: 0;
  177.     padding-bottom: 0.2em;
  178. }
  179. input.delete {
  180.     float: left;
  181.     margin: 1px 6px 0 0;
  182. }
  183. p.intro span.subject {
  184.     color: #a646ff !important;
  185.     font-weight: bold;
  186. }
  187. p.intro span.name {
  188.     color: #a7e0fd !important;
  189.     font-weight: bold;
  190. }
  191. p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  192.     color: #F00000;
  193.     margin-left: 0;
  194. }
  195. p.intro a {
  196.     margin-left: 8px;
  197. }
  198. div.delete {
  199.     float: right;
  200. }
  201. div.post.reply p {
  202.     margin: 0.3em 0 0 0;
  203. }
  204. div.post.reply p.body {
  205.     margin-left: 1.8em;
  206.     margin-top: 0.8em;
  207.     padding-right: 3em;
  208.     padding-bottom: 0.3em;
  209. }
  210. div.post.reply.highlighted {
  211.     background: url("") bottom repeat-x #180b90 !important
  212. }
  213. div.post.reply p.body a {
  214.     color: #D00;
  215. }
  216. div.post {
  217.     max-width: 97%;
  218. }
  219. div.post p.body {
  220.     word-wrap: break-word;
  221.     white-space: pre-wrap;
  222. }
  223. div.post.reply {
  224.     background: #16094b !important;
  225.     margin: 0.2em 16px;
  226.     padding: 0.2em 0.3em 0.5em 0.6em;
  227.     border-width: 2px !important;
  228.     border-style: none solid solid none !important;
  229.     border-color: #737bb8 !important;
  230.     display: inline-block;
  231. }
  232. div.hidetext {
  233.     background: #182563 !important;
  234. }
  235. span.trip {
  236.     color: #37b3dc !important;
  237. }
  238. span.quote {
  239.     color: #37b3dc !important;
  240. }
  241. span.omitted {
  242.     display: block;
  243.     margin-top: 1em;
  244. }
  245. br.clear {
  246.     clear: left;
  247.     display: block;
  248. }
  249. span.controls {
  250.     float: right;
  251.     margin: 0;
  252.     padding: 0;
  253.     font-size: 80%;
  254. }
  255. span.controls.op {
  256.     float: none;
  257.     margin-left: 10px;
  258. }
  259. span.controls a {
  260.     margin: 0;
  261. }
  262. div#wrap {
  263.     width: 900px;
  264.     margin:0 auto;
  265. }
  266. div.ban {
  267.     background: white;
  268.     border: 1px solid #98E;
  269.     max-width: 700px;
  270.     margin: 30px auto;
  271. }
  272. div.ban p, div.ban h2 {
  273.     padding: 3px 7px;
  274. }
  275. div.ban h2 {
  276.     background: #98E;
  277.     color: black;
  278.     font-size: 12pt;
  279. }
  280. div.ban p {
  281.     font-size: 12px;
  282.     margin-bottom: 12px;
  283. }
  284. div.ban p.reason {
  285.     font-weight: bold;
  286. }
  287. span.heading {
  288.     color: black !important;
  289.     font-size: 11pt;
  290.     font-weight: bold;
  291.     display: block;
  292. }
  293. span.spoiler {
  294.     background: #485ebe !important;
  295.     color: #485ebe !important;
  296. }
  297. div.post.reply p.body span.spoiler a {
  298.     color: black;
  299. }
  300. span.spoiler:hover, div.post.reply p.body span.spoiler:hover a {
  301.     color: white !important;
  302. }
  303. div.styles {
  304.     float: right;
  305.     padding-bottom: 20px;
  306. }
  307. div.styles a {
  308.     margin: 0 10px;
  309. }
  310. div.styles a.selected {
  311.     text-decoration: none;
  312. }
  313. table.test {
  314.     width: 100%;
  315. }
  316. table.test td, table.test th {
  317.     text-align: left;
  318.     padding: 5px;
  319. }
  320. table.test tr.h th {
  321.     background: #98E;
  322. }
  323. table.test td img {
  324.     margin: 0;
  325. }
  326. fieldset label {
  327.     display: block;
  328. }
  329. div.pages {
  330.     color: #004ed0 !important;
  331.     background: none !important;
  332.     display: inline;
  333.     padding: 8px;
  334.     border-right: 1px none #B7C5D9 !important;
  335.     border-bottom: 1px none #B7C5D9 !important;
  336. }
  337. div.pages a.selected {
  338.     color: black;
  339.     font-weight: bolder;
  340. }
  341. div.pages a {
  342.     text-decoration: none;
  343. }
  344. div.pages form {
  345.     margin: 0;
  346.     padding: 0;
  347.     display: inline;
  348. }
  349. div.pages form input {
  350.     margin: 0 5px;
  351.     display: inline;
  352. }
  353. hr {
  354.     border: none;
  355.     border-top: 1px solid #B7C5D9;
  356.     height: 0;
  357.     clear: left;
  358. }
  359. div.boardlist {
  360.     color: #004ed0 !important;
  361.     font-size: 9pt;
  362.     margin-top: 3px;
  363. }
  364. div.boardlist.bottom {
  365.     margin-top: 20px;
  366. }
  367. div.boardlist a {
  368.     text-decoration: none;
  369. }
  370. div.report {
  371.     color: #333;
  372. }
  373. table.modlog {
  374.     margin: auto;
  375.     width: 100%;
  376. }
  377. table.modlog tr td {
  378.     text-align: left;
  379.     margin: 0;
  380.     padding: 4px 15px 0 0;
  381. }
  382. table.modlog tr th {
  383.     text-align: left;
  384.     padding: 4px 15px 5px 5px;
  385.     white-space: nowrap;
  386. }
  387. table.modlog tr th {
  388.     background: #98E;
  389. }
  390. td.minimal, th.minimal {
  391.     width: 1%;
  392.     white-space: nowrap;
  393. }
  394. div.top_notice {
  395.     text-align: center;
  396.     margin: 5px auto;
  397. }
  398. span.public_ban {
  399.     display: block;
  400.     color: red;
  401.     font-weight: bold;
  402.     margin-top: 15px;
  403. }
  404. span.toolong {
  405.     display: block;
  406.     margin-top: 15px;
  407. }
  408. div.blotter {
  409.     color: #bcc9ff !important;
  410.     font-weight: bold;
  411.     text-align: center;
  412. }
  413. table.mod.config-editor {
  414.     font-size: 9pt;
  415.     width: 100%;
  416. }
  417. table.mod.config-editor td {
  418.     text-align: left;
  419.     padding: 5px;
  420.     border-bottom: 1px solid #98e;
  421. }
  422. table.mod.config-editor input[type="text"] {
  423.     width: 98%;
  424. }
  425. .homepage header h1 {
  426.     font-size: 40pt;
  427.     text-shadow: 0 0 0.25em rgb(136,136,136);
  428. }
  429. .homepage header .subtitle {
  430.     font-size: 16pt;
  431. }
  432. .homeblock {
  433.     margin: 1em auto;
  434.     font-size: 110%;
  435.     width: 75%;
  436.     min-width: 300px;
  437.     border: 1px solid rgb(160,160,160);
  438.     padding: 1em;
  439.     border-radius: 3px;
  440. }
  441. .mainhomeblock {
  442.     font-size: 140%;
  443. }
  444. .hashtag {
  445.     display: inline-block;
  446.     background: #232b2b;
  447.     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNDc1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzIzMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  448.     margin-right: 0.5em;
  449.     padding: 0.2em 0.5em;
  450.     border-width: 1px;
  451.     border-style: none solid solid none;
  452.     border-color: #111;
  453.     box-shadow: 1px 1px 3px #6600cc !important;
  454.     color: #d7e5ff !important;
  455. }
  456.  
  457. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement