Advertisement
Guest User

Lain css

a guest
Feb 28th, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.29 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3.  
  4.  
  5. @-moz-document domain("iichan.ru") {
  6.  
  7.  
  8.  
  9. /*Цвета Blacklain2.*/
  10.  
  11.  
  12.  
  13. html, body {
  14.  
  15.     background-color: #000000 !important;
  16.  
  17.     color: #669966 !important;
  18.  
  19. }
  20.  
  21. img {
  22.  
  23.     padding:3px !important;
  24.  
  25.     background-color:#003333 !important;
  26.  
  27. }
  28.  
  29. hr {
  30.  
  31.     height:2px !important;
  32.  
  33.     border-width: 0px !important;
  34.  
  35.     background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAACCAYAAACuai46AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFNJREFUSMft1bENgCAQQNGvUzgBNYahmImNaOxscBoa6G00mvyXXK665He3pFI2IAL72BEIPK8CbcwFtCPn8+6x3e9122yzzTbb/N2/Mq1IkqTf6wIAYwSRX1SDAAAAAElFTkSuQmCC") left no-repeat !important;
  36.  
  37. }
  38.  
  39. a {
  40.  
  41.     color:#006600 !important;
  42.  
  43. }
  44.  
  45. a:hover {
  46.  
  47.     color:#6699CC !important;
  48.  
  49. }
  50.  
  51. .logo {
  52.  
  53.     font-size: 1.5em !important;
  54.  
  55.     color:#339999 !important;
  56.  
  57.     text-align: center !important;
  58.  
  59. }
  60.  
  61. .userdelete {
  62.  
  63.     color:#339999 !important;
  64.  
  65. }
  66.  
  67. .theader, .passvalid {
  68.  
  69.     font-size: 1.5em !important;
  70.  
  71.     border: solid 1px #339999 !important;
  72.  
  73.     background: #111111 !important;
  74.  
  75.     color: #339999 !important;
  76.  
  77. }
  78.  
  79. .postblock {
  80.  
  81.     background:transparent !important;
  82.  
  83.     color:#339999 !important;
  84.  
  85. }
  86.  
  87. .managehead {
  88.  
  89.     background:#000000 !important;
  90.  
  91.     color:#669966 !important;
  92.  
  93. }
  94.  
  95. .unkfunc {
  96.  
  97.     color:#789922 !important;
  98.  
  99. }
  100.  
  101. .filetitle {
  102.  
  103.     color:#663366 !important;
  104.  
  105. }
  106.  
  107. .postername {
  108.  
  109.     color:#117743 !important;
  110.  
  111.     font-weight:bold !important;
  112.  
  113. }
  114.  
  115. .commentpostername {
  116.  
  117.     color:#117743 !important;
  118.  
  119.     font-weight:800 !important;
  120.  
  121. }
  122.  
  123. .postertrip {
  124.  
  125.     color:#D70000 !important;
  126.  
  127. }
  128.  
  129. .omittedposts {
  130.  
  131.     color:#999999 !important;
  132.  
  133. }
  134.  
  135. .reply {
  136.  
  137.     color:#669966 !important;
  138.  
  139.     background:#0A0A0A !important;
  140.  
  141.     border: solid 2px #003333 !important;
  142.  
  143. }
  144.  
  145. .replytitle {
  146.  
  147.     color: #6699CC !important;
  148.  
  149. }
  150.  
  151. .thumbnailmsg {
  152.  
  153.     font-size: .8em !important;
  154.  
  155.     color:#999999 !important;
  156.  
  157. }
  158.  
  159. .nothumb {
  160.  
  161.     background-color: #0A0A0A !important;
  162.  
  163. }
  164.  
  165. .abbrev {
  166.  
  167.     color:#999999 !important;
  168.  
  169. }
  170.  
  171. .highlight {
  172.  
  173.     background:#112534 !important;
  174.  
  175.     color:#669966 !important;
  176.  
  177. }
  178.  
  179. p.spoiler > span.warning {
  180.  
  181.     color: #6699CC !important;
  182.  
  183.     font-weight: bolder !important;
  184.  
  185. }
  186.  
  187. span.spoiler {
  188.  
  189.     background: #112534 !important;
  190.  
  191.     color: #365036 !important;
  192.  
  193. }
  194.  
  195. span.spoiler:hover {
  196.  
  197.     color: #669966 !important;
  198.  
  199. }
  200.  
  201. .oldpost, .notabene {
  202.  
  203.     color:#117743 !important;
  204.  
  205. }
  206.  
  207. dl.menu dt {
  208.  
  209.     background:#111111 !important;
  210.  
  211.     border: solid 1px #575757 !important;
  212.  
  213. }
  214.  
  215. dl.menu dd:hover {
  216.  
  217.     background: #575757 !important;
  218.  
  219. }
  220.  
  221.  
  222.  
  223. /*Полупрозрачность поля ввода ответа.*/
  224.  
  225.  
  226.  
  227. .postarea > form > table > tbody > tr {
  228.  
  229.     opacity: 0.5 !important;
  230.  
  231. }
  232.  
  233. .postarea > form > table > tbody > tr:hover {
  234.  
  235.     opacity: 1 !important;
  236.  
  237. }
  238.  
  239. html > body > table > tbody > tr > td:hover, html > body > table > tbody > tr > td:focus, html > body > table > tbody > tr > th:hover, html > body > table > tbody > tr > th:focus  {
  240.  
  241.     opacity: 1.0 !important;
  242.  
  243. }
  244.  
  245.  
  246.  
  247. /*Полупрозрачность поля ввода пароля для удаления.*/
  248.  
  249.  
  250.  
  251. .userdelete {
  252.  
  253.     opacity: 0.5 !important;
  254.  
  255. }
  256.  
  257. .userdelete:hover {
  258.  
  259.     opacity: 1 !important;
  260.  
  261. }
  262.  
  263.  
  264.  
  265. /*Частичная прозрачность постов.*/
  266.  
  267.  
  268.  
  269. .reply, .replyhl, .pages {
  270.  
  271.     opacity: 0.95 !important;
  272.  
  273. }
  274.  
  275.  
  276.  
  277. /*Полупрозрачность полоски "ответ", для любителей ставить форму ответа снизу.*/
  278.  
  279.  
  280.  
  281. .theader {
  282.  
  283.     opacity: 0.5 !important;
  284.  
  285. }
  286.  
  287.  
  288.  
  289. /*Перекрашенные кнопки.*/
  290.  
  291.  
  292.  
  293. input[type="button"]
  294.  
  295. {
  296.  
  297.     -moz-box-sizing: content-box !important;
  298.  
  299.     -moz-appearance: none !important;
  300.  
  301.     background-color: #3a3a3a !important;
  302.  
  303.     color: #CCCCCC !important;
  304.  
  305.     border: 2px solid #222222 !important;
  306.  
  307.     -moz-border-radius: 1em !important;
  308.  
  309. }
  310.  
  311. input[type="checkbox"]
  312.  
  313. {
  314.  
  315.     -moz-box-sizing: content-box !important;
  316.  
  317.     -moz-appearance: none !important;
  318.  
  319.     background-color: #3a3a3a !important;
  320.  
  321.     color: #CC0000 !important;
  322.  
  323.     border: 2px solid #222222 !important;
  324.  
  325.     -moz-border-radius: 1em !important;
  326.  
  327. }
  328.  
  329. input[type="submit"]
  330.  
  331. {
  332.  
  333.     -moz-box-sizing: content-box !important;
  334.  
  335.     -moz-appearance: none !important;
  336.  
  337.     background-color: #3a3a3a !important;
  338.  
  339.     color: #CCCCCC !important;
  340.  
  341.     border: 2px solid #222222 !important;
  342.  
  343.     -moz-border-radius: 1em !important;
  344.  
  345. }
  346.  
  347. select
  348.  
  349. {
  350.  
  351.     -moz-box-sizing: content-box !important;
  352.  
  353.     -moz-appearance: none !important;
  354.  
  355.     background-color: #2B2B2B !important;
  356.  
  357.     color: #FFFFFF !important;
  358.  
  359.     border: 1px solid #545454 !important;
  360.  
  361.     -moz-border-radius: 0.5em !important;
  362.  
  363. }
  364.  
  365.  
  366.  
  367. /*Перекрашенные поля ввода.*/
  368.  
  369.  
  370.  
  371. input[type="password"]
  372.  
  373. {
  374.  
  375.     -moz-box-sizing: content-box !important;
  376.  
  377.     -moz-appearance: none !important;
  378.  
  379.     color: #FFFFFF !important;
  380.  
  381.     border: 2px solid #545454 !important;
  382.  
  383.     background-color: #111111 !important;
  384.  
  385. }
  386.  
  387. input[type="file"]
  388.  
  389. {
  390.  
  391.     -moz-box-sizing: content-box !important;
  392.  
  393.     -moz-appearance: none !important;
  394.  
  395.     background-color: #111111 !important;
  396.  
  397.     color: #FFFFFF !important;
  398.  
  399. }
  400.  
  401. input[type="image"]
  402.  
  403. {
  404.  
  405.     -moz-box-sizing: content-box !important;
  406.  
  407.     -moz-appearance: none !important;
  408.  
  409.     background-color: #111111 !important;
  410.  
  411.     color: #FFFFFF !important;
  412.  
  413. }
  414.  
  415. input[type="text"]
  416.  
  417. {
  418.  
  419.     -moz-box-sizing: content-box !important;
  420.  
  421.     -moz-appearance: none !important;
  422.  
  423.     background-color: #111111 !important;
  424.  
  425.     color: #FFFFFF !important;
  426.  
  427.     border: 2px solid #545454 !important;
  428.  
  429.     -moz-border-radius: none !important;
  430.  
  431. }
  432.  
  433. textarea
  434.  
  435. {
  436.  
  437.     -moz-box-sizing: content-box !important;
  438.  
  439.     -moz-appearance: none !important;
  440.  
  441.     background-color: #111111 !important;
  442.  
  443.     color: #FFFFFF !important;
  444.  
  445.     border: 2px solid #545454 !important;
  446.  
  447.     -moz-border-radius: none !important;
  448.  
  449. }
  450.  
  451.  
  452.  
  453. /*Лэйн на бэкграунде.*/
  454.  
  455.  
  456.  
  457.     html, body {
  458.  
  459.     background: url("http://img695.imageshack.us/img695/9899/lainlogo.png") bottom right no-repeat fixed #000000 !important;
  460.  
  461. }
  462.  
  463. }
  464.  
  465.  
  466.  
  467. /*Это нужно чтобы убрать рисунок из фрейма-меню.*/
  468.  
  469.  
  470.  
  471. @-moz-document url("http://2-ch.ru/menu.html"),
  472.  
  473.  
  474.  
  475. url("http://www.2-ch.ru/menu.html") {
  476.  
  477.  
  478.  
  479. html, body {
  480.  
  481.     background-image: none !important;
  482.  
  483. }
  484.  
  485. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement