Guest User

Untitled

a guest
Nov 19th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.06 KB | None | 0 0
  1. #header {
  2.     background: url(http://javaw.ru/logo.png) no-repeat;
  3.     background-size: 66%;
  4. }
  5.  
  6. #header #logo {
  7.     background: #fff;
  8.     border: 1px solid #a0a0a0 ;
  9.     border-bottom: 1px solid transparent;
  10.     border-left: 1px solid transparent;
  11.     border-radius: 10px;
  12.     border-right: 1px solid transparent;
  13.     border-top: 1px solid transparent;
  14.     color: #808080 ;
  15.     display: none;
  16.     float: left;
  17.     height: 45px;
  18.     overflow: hidden;
  19.     padding: 5px 5px;
  20.     text-decoration: none;
  21.     width: 155px;
  22. }
  23.  
  24. #header #menu {
  25.     background: #fff;
  26.     border: 1px solid #a0a0a0 ;
  27.     border-bottom: 1px solid transparent;
  28.     border-left: 1px solid transparent;
  29.     border-radius: 10px;
  30.     border-right: 1px solid transparent;
  31.     border-top: 1px solid transparent;
  32.     color: #808080 ;
  33.     display: inline-block;
  34.     float: right;
  35.     overflow: hidden;
  36.     padding: 5px 5px;
  37.     position: relative;
  38.     text-decoration: none;
  39. }
  40.  
  41. #icons {
  42.     width: 100%;
  43. }
  44.  
  45. #icons .icon {
  46.     -webkit-border-radius: 7px ;
  47.     background: #aaa;
  48.     border: 3px solid #131 ;
  49.     border-radius: 7px;
  50.     color: #222 ;
  51.     /* Safari, Chrome */
  52.     /* CSS3 */
  53.     padding: 4px 4px;
  54.     text-align: center;
  55.     text-decoration: none;
  56.     width: 30%;
  57. }
  58.  
  59. #icons .icon:hover {
  60.     -moz-border-radius: 7px;
  61.     -webkit-border-radius: 7px ;
  62.     background: #fff;
  63.     border: 3px solid #483 ;
  64.     border-radius: 7px;
  65.     box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  66.     color: #808080 ;
  67.     /* Firefox */
  68.     /* Safari, Chrome */
  69.     /* CSS3 */
  70.     padding: 4px 4px;
  71.     text-align: center;
  72.     text-decoration: none;
  73.     text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  74.     width: 30%;
  75. }
  76.  
  77. #icons a span {
  78.     display: block;
  79.     text-align: center;
  80.     width: 100%;
  81. }
  82.  
  83. #logo {
  84.     display: none;
  85. }
  86.  
  87. #logo img {
  88.     display: none;
  89. }
  90.  
  91. .ad_block {
  92.     border: 1px solid #cfcfcf;
  93.     line-height: 180%;
  94.     margin: 4px 0px;
  95.     padding: 4px;
  96.     text-align: center;
  97. }
  98.  
  99. .ad_block h4 {
  100.     color: #dd0000;
  101.     font-size: 11px;
  102.     margin: 0px;
  103.     padding: 0px;
  104. }
  105.  
  106. .add_info {
  107.     color: #3a3a3a;
  108.     font-style: italic;
  109. }
  110.  
  111. .admin {
  112.     color: #dd0000;
  113. }
  114.  
  115. .avatar .icon {
  116.     float: left;
  117.     margin: 0.5em;
  118.     margin-top: 0;
  119. }
  120.  
  121. .back_nav {
  122.     -moz-border-radius: 5px ;
  123.     -webkit-border-radius: 5px ;
  124.     background: #2f2d2d ;
  125.     border: 3px solid #3c3c3c ;
  126.     border-radius: 5px ;
  127.     padding-bottom: 5px;
  128. }
  129.  
  130. .back_nav ul {
  131.     font-size: 0px;
  132.     list-style: none;
  133.     margin: 0px;
  134.     padding: 0px;
  135.     text-align: center;
  136. }
  137.  
  138. .back_nav ul li {
  139.     display: inline-block;
  140.     font-size: 11pt;
  141.     margin: 5px 2% 0px 5px;
  142.     width: 45%;
  143.     zoom: 1;
  144. }
  145.  
  146. .back_nav ul li a {
  147.     -moz-border-radius: 5px;
  148.     -webkit-border-radius: 5px ;
  149.     background: #505050 ;
  150.     border: 1px solid #5f5f5f ;
  151.     border-radius: 5px;
  152.     color: #a0a0a0 ;
  153.     /* Firefox */
  154.     /* Safari, Chrome */
  155.     /* CSS3 */
  156.     padding: 2px 0px;
  157.     text-align: center;
  158.     text-decoration: none;
  159.     width: 100%;
  160. }
  161.  
  162. .back_nav ul li a:focus {
  163.     background: #57575f ;
  164. }
  165.  
  166. .back_nav ul li a:hover, .back_nav ul li a:focus {
  167.     background: #5d5f5d ;
  168. }
  169.  
  170. .big_page {
  171.     border-top: 1px dashed #e7e9e9;
  172.     margin-top: 1em;
  173.     padding-top: 1em;
  174. }
  175.  
  176. .block {
  177.     margin: 0.5em 0px;
  178.     padding: 5px 0;
  179. }
  180.  
  181. .block .item {
  182.     -moz-border-radius: 5px ;
  183.     -webkit-border-radius: 5px ;
  184.     background: #191919 ;
  185.     border: 1px solid #2e2e2e ;
  186.     border-radius: 5px ;
  187.     line-height: 140%;
  188.     margin: 2px ;
  189.     padding: 6px ;
  190.     word-wrap: break-word ;
  191. }
  192.  
  193. .block .item .actions {
  194.     border-top: 1px dotted #1e1e1e ;
  195.     padding: 0;
  196.     text-align: right;
  197. }
  198.  
  199. .block .item .actions a {
  200.     background: none;
  201.     display: inline-block;
  202.     margin-left: 1em;
  203.     padding: 0;
  204.     position: relative;
  205.     text-align: center;
  206.     zoom: 1;
  207. }
  208.  
  209. .block .item .actions a img {
  210.     vertical-align: middle;
  211. }
  212.  
  213. .block .item .actions a:focus, .block .item .actions a:hover {
  214.     background: #41b368;
  215.     color: #fefefe;
  216. }
  217.  
  218. .block .item a {
  219.     padding: 5px 2px;
  220.     text-decoration: underline;
  221. }
  222.  
  223. .block .item:nth-child(even) {
  224.     background: #0f0f0f ;
  225. }
  226.  
  227. .button {
  228.     -moz-border-radius: 10px;
  229.     -webkit-border-radius: 10px ;
  230.     background: #505050 ;
  231.     border: 1px solid transparent;
  232.     border-radius: 10px;
  233.     color: #c0c0c0 ;
  234.     /* Firefox */
  235.     /* Safari, Chrome */
  236.     /* CSS3 */
  237.     display: inline-block;
  238.     line-height: 180%
  239.     border:1px solid #6cfe70;
  240.     overflow: hidden;
  241.     padding: 2px 0px;
  242.     text-decoration: none;
  243.     zoom: 1;
  244. }
  245.  
  246. .button:focus {
  247.     background: #57575f ;
  248. }
  249.  
  250. .button:hover, .button:focus {
  251.     background: #5d5f5d ;
  252. }
  253.  
  254. .button_block {
  255.     font-size: 0px;
  256.     padding-bottom: 5px;
  257.     text-align: center;
  258. }
  259.  
  260. .button_block .button {
  261.     -moz-box-shadow: 0 1px 1px 1px #5f5f5f ;
  262.     -webkit-box-shadow: 0 1px 1px 1px #5f5f5f ;
  263.     border-bottom: 1px solid #5f5f5f ;
  264.     box-shadow: 0 1px 1px 1px #5f5f5f ;
  265.     font-size: 11pt;
  266.     margin: 2px 2%;
  267.     width: 45%;
  268. }
  269.  
  270. .button_block .button:active {
  271.     -moz-box-shadow: 0 0px 0px 0px #005300;
  272.     -webkit-box-shadow: 0 0px 0px 0px #005300;
  273.     box-shadow: 0 0px 0px 0px #005300;
  274. }
  275.  
  276. .button_block input.button {
  277.     padding: 1px 0px;
  278.     vertical-align: top;
  279. }
  280.  
  281. .button_grey {
  282.     -moz-border-radius: 5px;
  283.     -webkit-border-radius: 5px ;
  284.     background: #505050 ;
  285.     border: 1px solid #a0a0a0 ;
  286.     border-radius: 5px;
  287.     color: #a0a0a0 ;
  288.     /* Firefox */
  289.     /* Safari, Chrome */
  290.     /* CSS3 */
  291.     display: inline-block;
  292.     font-size: 11pt;
  293.     padding: 5px 5px;
  294.     text-align: center;
  295.     text-decoration: none;
  296.     zoom: 1;
  297. }
  298.  
  299. .date {
  300.     color: #8b8b00 ;
  301.     font-size: small;
  302. }
  303.  
  304. .field_info {
  305.     color: #030303;
  306.     font-size: small;
  307. }
  308.  
  309. .input_error {
  310.     border: 1px solid #dd0000;
  311. }
  312.  
  313. .left {
  314.     float: left;
  315. }
  316.  
  317. .link_w_background {
  318.     -moz-border-radius: 3px;
  319.     -webkit-border-radius: 3px ;
  320.     background: #dfdfdf;
  321.     border: 1px solid #cfcfcf;
  322.     border-radius: 3px;
  323.     color: #030303;
  324.     /* Firefox */
  325.     /* Safari, Chrome */
  326.     /* CSS3 */
  327.     font-size: 11px;
  328.     padding: 1px 4px;
  329.     text-align: center;
  330.     text-decoration: none;
  331. }
  332.  
  333. .links .item a {
  334.     background-attachment: scroll;
  335.     background-clip: border-box;
  336.     background-color: transparent;
  337.     background-image: url("/img/arr_item.png");
  338.     background-origin: padding-box;
  339.     background-position: 100% 50%;
  340.     background-repeat: no-repeat;
  341.     background-size: auto;
  342.     display: block;
  343.     padding-bottom: 5px;
  344.     padding-left: 2px;
  345.     padding-right: 30px;
  346.     padding-top: 5px;
  347.     text-decoration: none;
  348. }
  349.  
  350. .list .item .action {
  351.     vertical-align: top;
  352. }
  353.  
  354. .list .item .action a {
  355.     background-position: center center;
  356.     display: block;
  357.     height: 100%;
  358.     position: relative;
  359. }
  360.  
  361. .list .item .action:hover, .list .item .action:focus {
  362.     background: #41b368;
  363. }
  364.  
  365. .list .item .avatar {
  366.     background: none;
  367.     padding: 0;
  368.     text-align: center;
  369.     vertical-align: top;
  370.     width: 55px;
  371. }
  372.  
  373. .list .item .avatar .nick {
  374.     font-size: small;
  375.     text-decoration: underline;
  376. }
  377.  
  378. .list .item .avatar .preview_image {
  379.     margin: 0;
  380. }
  381.  
  382. .list .item .avatar a {
  383.     background: none;
  384.     padding: 0;
  385.     vertical-align: top;
  386. }
  387.  
  388. .list .item .comment {
  389.     padding: 0px 3px;
  390. }
  391.  
  392. .list .item .comment a {
  393.     background: none;
  394.     color: #808080 ;
  395.     display: inline;
  396.     margin: 0;
  397.     padding: 0;
  398.     text-decoration: underline;
  399. }
  400.  
  401. .list .item a.reply {
  402.     background: url(/img/reply.png) 0% 50% no-repeat transparent;
  403.     line-height: 16px;
  404.     padding-left: 20px;
  405. }
  406.  
  407. .list .item table {
  408.     width: 100%;
  409. }
  410.  
  411. .main {
  412.     margin: 0.5em 0px;
  413. }
  414.  
  415. .moder {
  416.     color: #17893A;
  417. }
  418.  
  419. .notification {
  420.     margin-bottom: 0;
  421. }
  422.  
  423. .notification table {
  424.     border: none;
  425.     margin: 0px;
  426.     width: 100%;
  427. }
  428.  
  429. .notification table td {
  430.     background: #2d2f2d ;
  431.     font-size: 11px;
  432.     position: relative;
  433.     text-align: center;
  434. }
  435.  
  436. .notification table td img {
  437.     vertical-align: middle;
  438. }
  439.  
  440. .pagination {
  441.     -moz-border-radius: 5px ;
  442.     -webkit-border-radius: 5px ;
  443.     background: #2f2f2d ;
  444.     border-radius: 5px ;
  445.     padding: 5px 2%;
  446.     text-align: center;
  447. }
  448.  
  449. .pagination .back {
  450.     -moz-border-radius: 10px;
  451.     -webkit-border-radius: 10px ;
  452.     background: #505050 ;
  453.     border: 1px solid transparent;
  454.     border-radius: 10px;
  455.     color: #a0a0a0;
  456.     /* Firefox */
  457.     /* Safari, Chrome */
  458.     /* CSS3 */
  459.     display: inline-block;
  460.     float: left;
  461.     line-height: 180%
  462.     border:1px solid #5f5f5f ;
  463.     overflow: hidden;
  464.     padding: 0.5em 1em;
  465.     text-decoration: none;
  466.     zoom: 1;
  467. }
  468.  
  469. .pagination .jump {
  470.     padding: 0.5em 0;
  471.     width: 50px;
  472. }
  473.  
  474. .pagination .next {
  475.     -moz-border-radius: 10px;
  476.     -webkit-border-radius: 10px ;
  477.     background: #505050 ;
  478.     border: 1px solid transparent;
  479.     border-radius: 10px;
  480.     color: #a0a0a0;
  481.     /* Firefox */
  482.     /* Safari, Chrome */
  483.     /* CSS3 */
  484.     display: inline-block;
  485.     float: right;
  486.     line-height: 180%
  487.     border:1px solid #5f5f5f ;
  488.     overflow: hidden;
  489.     padding: 0.5em 1em;
  490.     text-decoration: none;
  491.     zoom: 1;
  492. }
  493.  
  494. .pagination form {
  495.     clear: both;
  496. }
  497.  
  498. .profile {
  499.     border-bottom: 1px dashed #6c6e70;
  500.     margin-bottom: 5px;
  501.     padding: 0 5px;
  502. }
  503.  
  504. .status_offline {
  505.     color: #8b0000 ;
  506. }
  507.  
  508. .status_online {
  509.     color: #008b00 ;
  510. }
  511.  
  512. .subtitle {
  513.     -moz-border-radius: 5px ;
  514.     -webkit-border-radius: 5px ;
  515.     background: #2f2f2d ;
  516.     border-radius: 5px ;
  517.     border-top: 1px solid #3c3c3c ;
  518.     color: #007b00 ;
  519.     font-weight: bold;
  520.     line-height: 180%;
  521.     text-align: center;
  522. }
  523.  
  524. .text {
  525.     padding: 0 5px;
  526. }
  527.  
  528. .title {
  529.     -moz-border-radius: 5px ;
  530.     -webkit-border-radius: 5px ;
  531.     background: #2f2d2d ;
  532.     border: 1px solid #3c3c3c ;
  533.     border-radius: 5px ;
  534.     color: #9A9A9F ;
  535.     font-size: 14pt;
  536.     font-weight: bold;
  537.     line-height: 150%;
  538.     margin-bottom: 0.5em;
  539.     text-align: center;
  540. }
  541.  
  542. .user_icon {
  543.     -moz-border-radius: 5px;
  544.     -webkit-border-radius: 5px ;
  545.     border: 1px solid #e7e9e9;
  546.     border-radius: 5px;
  547.     /* Firefox */
  548.     /* Safari, Chrome */
  549.     /* CSS5 */
  550.     overflow: hidden;
  551. }
  552.  
  553. .validation {
  554.     background: #fffacf;
  555.     border: 1px solid #cccccc;
  556.     color: #030303;
  557.     margin: 3px;
  558.     padding: 5px;
  559. }
  560.  
  561. .validation.error {
  562.     background: #aa8080 ;
  563.     border: 1px solid #dd0000 ;
  564.     color: #8b0000 ;
  565. }
  566.  
  567. .validation.notice {
  568.     background: #80aa80 ;
  569.     border: 1px solid #18853F ;
  570.     color: #008b00 ;
  571. }
  572.  
  573. a {
  574.     color: #808080 ;
  575.     text-decoration: none ;
  576. }
  577.  
  578. a.button {
  579.     color: #cccccc;
  580. }
  581.  
  582. a.green {
  583.     color: #008b00 ;
  584. }
  585.  
  586. a.red {
  587.     color: #8b0000 ;
  588. }
  589.  
  590. a:hover, a:focus {
  591.     color: #9a9a9f ;
  592. }
  593.  
  594. body {
  595.     background-attachment: fixed ;
  596.     color: #eaefff ;
  597.     font: normal 11pt Helvetica, Arial, sans-serif;
  598.     margin: 0 auto;
  599.     max-width: 960px;
  600. }
  601.  
  602. /* Mpak (by liTil) + фоновая картинка + кастом лого и меню фикс*/
  603.  
  604. /*notification*/
  605.  
  606. /*notification*/
  607.  
  608. /*actions*/
  609.  
  610. /* Mpak (by liTil)*/
  611.  
  612. div.ad_block {
  613.     display: none;
  614. }
  615.  
  616. div.clear, .clear {
  617.     clear: both;
  618.     font-size: 0;
  619.     height: 1px ;
  620.     line-height: 1px ;
  621.     margin: 0;
  622.     padding: 0;
  623. }
  624.  
  625. div.d0 {
  626.     background-color: #616161;
  627.     color: #ffffff;
  628. }
  629.  
  630. div.d0 a {
  631.     color: #e6e6e6;
  632. }
  633.  
  634. div.d1 {
  635.     background-color: #2e2e2e;
  636. }
  637.  
  638. div.d1 a {
  639.     color: #d6d6d6;
  640. }
  641.  
  642. div.icon {
  643.     -moz-box-shadow: 0 1px 1px 1px #5f5f5f ;
  644.     -webkit-box-shadow: 0 1px 1px 1px #5F5F5F ;
  645.     border-bottom: 1px solid #5F5F5F ;
  646.     box-shadow: 0 1px 1px 1px #5F5F5F ;
  647.     font-size: 11pt ;
  648.     margin: 2px 2% pxpxpx;
  649.     width: 100%;
  650. }
  651.  
  652. div.icon a img {
  653.     background-color: #000000;
  654.     display: none;
  655. }
  656.  
  657. div.icon a span {
  658.     background: #505050 ;
  659.     border-color: #000;
  660.     color: #d0d0d0 ;
  661.     padding: 2px 0 px;
  662.     text-align: center ;
  663.     text-decoration: none ;
  664.     width: 100%;
  665. }
  666.  
  667. div.plus1-ad {
  668.     display: none;
  669. }
  670.  
  671. div.quote {
  672.     border-color: #a1a1a1;
  673. }
  674.  
  675. div.subtitle {
  676.     color: #a19ea1;
  677. }
  678.  
  679. form .row {
  680.     background: #2d2d2f ;
  681.     margin: 0;
  682.     padding: 0 5px;
  683. }
  684.  
  685. h1 {
  686.     font-size: 16pt;
  687. }
  688.  
  689. h2 {
  690.     font-size: 14pt;
  691. }
  692.  
  693. h3 {
  694.     font-size: 12pt;
  695. }
  696.  
  697. h4 {
  698.     font-size: 12pt;
  699.     font-weight: normal;
  700. }
  701.  
  702. html {
  703.     background: url(http://javaw.ru/bkgr.jpg);
  704.     background-attachment: fixed ;
  705. }
  706.  
  707. input, textarea, select {
  708.     background: #a0a0a0 ;
  709.     box-sizing: border-box;
  710. }
  711.  
  712. input.password {
  713.     padding: 0.5em 0;
  714.     width: 100%;
  715. }
  716.  
  717. input.text_input {
  718.     padding: 0.5em 0;
  719.     width: 100%;
  720. }
  721.  
  722. input.text_input.text {
  723.     background-color: #191919;
  724.     border-color: #7a7a7a;
  725.     color: #ffffff;
  726. }
  727.  
  728. select {
  729.     padding: 0.5em 0;
  730.     width: 100%;
  731. }
  732.  
  733. small {
  734.     color: #cdcfff ;
  735.     font-style: italic ;
  736. }
  737.  
  738. textarea {
  739.     background: #a0a0a0 ;
  740.     width: 100%;
  741. }
Advertisement
Add Comment
Please, Sign In to add comment