Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.95 KB | None | 0 0
  1. /*УБИРАЕТ РАМКУ У НОМЕРА ПОСТА*/
  2. .de-link-parent {
  3.     outline: none !important;
  4. }
  5.  
  6.  
  7.  
  8.  
  9.  
  10. /*ЦВЕТ ИКОНОК*/
  11. .de-btn-expthr, .de-btn-fav, .de-btn-fav-sel, .de-btn-hide, .de-btn-hide-user, .de-btn-rep, .de-btn-sage, .de-btn-src, .de-btn-stick, .de-btn-stick-on {
  12. color: #6983AA;
  13. }
  14.  
  15.  
  16.  
  17.  
  18.  
  19. /*УБИРАЕТ >>*/
  20. .doubledash {
  21.     display: none;
  22. }
  23.  
  24.  
  25.  
  26.  
  27.  
  28. /*АДМИНБАР*/
  29.  
  30. .adminbar {
  31.  
  32.     background: #fff;
  33.  
  34.     border-bottom: 10px solid;
  35.  
  36.     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  37.  
  38.     clear: both;
  39.  
  40.     padding: 8px 0 !important;
  41.  
  42.     text-align: center !important;
  43.  
  44.     width: 100%;
  45.  
  46. }
  47.  
  48. .doubledash{
  49.  
  50.     display:none;
  51.  
  52. }
  53.  
  54. .adminbar a {
  55.  
  56.     color: #333 !important;
  57.  
  58.     text-decoration: none !important;
  59.  
  60. }
  61.  
  62. .adminbar a:hover {
  63.  
  64.     color: #6681A4 !important;
  65.  
  66. }
  67.  
  68. .logo {
  69.  
  70.     margin-top: 20px;
  71.  
  72.     clear: both;
  73.  
  74.     color: #6681A4 !important;
  75.  
  76.     font-size: 40px !important;
  77.  
  78.     font-weight: lighter !important;
  79.  
  80.     text-align: center;
  81.  
  82.     width: 100%;
  83.  
  84.     display: inline-block;
  85.  
  86. }
  87.  
  88. .logo::-moz-selection {
  89.  
  90.     background:  rgba(220, 220, 220, 0.7);
  91.  
  92. }
  93.  
  94. .banner, .greeting img {
  95.  
  96.     border-radius: 3px;
  97.  
  98.     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  99.  
  100.     margin-top: 10px;
  101.  
  102. }
  103.  
  104. hr{
  105.  
  106.     margin: 8px 10px;
  107.  
  108.     border: 0;
  109.  
  110.     height: 1px;
  111.  
  112.     background: #333;
  113.  
  114.     background: -webkit-linear-gradient(left, #ccc, #6681A4, #ccc);
  115.  
  116.     background:    -moz-linear-gradient(left, #ccc, #6681A4, #ccc);
  117.  
  118.     background:     -ms-linear-gradient(left, #ccc, #6681A4, #ccc);
  119.  
  120.     background:      -o-linear-gradient(left, #ccc, #6681A4, #ccc);
  121. }
  122.  
  123.  
  124.  
  125.  
  126. /*ФОРМА ОТВЕТА*/
  127.  
  128. input:focus{
  129.  
  130.     outline: none!important;
  131.  
  132. }
  133.  
  134. .postarea, #de-pform {
  135.  
  136.     background: rgba(255, 255, 255, 0.75);
  137.  
  138.     margin: 15px auto;
  139.  
  140.     padding: 10px;
  141.  
  142.     width: 706px;
  143.  
  144.     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  145.  
  146. }
  147.  
  148. table{
  149.  
  150.     margin-bottom:10px;
  151.  
  152. }
  153.  
  154. .postblock {
  155.  
  156.     background: #a5b9d7 !important;
  157.  
  158.     color: #333 !important;
  159.  
  160.     font-weight: lighter !important;
  161.  
  162.     padding: 2px 15px;
  163.  
  164. }
  165.  
  166. input[name="nya2"], textarea{
  167.  
  168.     width:540px;
  169.  
  170. }
  171.  
  172. input[name="nya3"]{
  173.  
  174.     width:438px;
  175.  
  176. }
  177.  
  178. input[name="captcha"]{
  179.  
  180.     width:218px;
  181.  
  182. }
  183.  
  184. input[name="password"]{
  185.  
  186.     width:420px;
  187.  
  188. }
  189.  
  190. input[type="submit"]{
  191.  
  192.     -webkit-transition: 0.5s;
  193.  
  194.     transition: 0.5s;
  195.  
  196.     background: #eee !important;
  197.  
  198.     border: 1px solid #ccc;
  199.  
  200.     font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
  201.  
  202.     font-size:15px;
  203.  
  204.     padding: 1px 7px;
  205.  
  206.     color: #444!important;
  207.  
  208.     float:right;
  209.  
  210. }
  211.  
  212. input[type="submit"]:hover{
  213.  
  214.     -webkit-transition: 0.5s;
  215.  
  216.     transition: 0.5s;
  217.  
  218.     background: #92C9E3 !important;
  219.  
  220. }
  221.  
  222. input[type="submit"]:active{
  223.  
  224.     -webkit-transition: 0.5s;
  225.  
  226.     transition: 0.5s;
  227.  
  228.     font-size:15px;
  229.  
  230.     padding: 1px 7px!important;
  231.  
  232.     border: 1px solid #ccc!important;
  233.  
  234.     background: #92C9E3 !important;
  235.  
  236.     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
  237.  
  238.     font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
  239.  
  240. }
  241.  
  242. input[name="nya2"],input[name="nya3"], input[name="captcha"], input[name="password"], textarea{
  243.  
  244.     font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
  245.  
  246.     font-size:15px;
  247.  
  248.     -webkit-transition: 0.5s;
  249.  
  250.     transition: 0.5s;
  251.  
  252.     color: #444!important;
  253.  
  254.     border: 1px solid #ccc;
  255.  
  256.     padding: 2px 6px;
  257.  
  258. }
  259.  
  260. textarea{
  261.  
  262.     resize:vertical;
  263.  
  264.     padding: 6px !important;
  265.  
  266. }
  267.  
  268. textarea:focus{
  269.  
  270.     outline: none;
  271.  
  272. }
  273.  
  274. input[name="nya2"]:hover,input[name="nya3"]:hover, input[name="captcha"]:hover, input[name="password"]:hover, textarea:hover{
  275.  
  276.     -webkit-transition: 0.5s;
  277.  
  278.     transition: 0.5s;
  279.  
  280.     box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  281.  
  282.     outline: 0px none;
  283.  
  284. }
  285.  
  286. input[name="nya2"]:focus,input[name="nya3"]:focus, input[name="captcha"]:focus, input[name="password"]:focus, textarea:focus{
  287.  
  288.     -webkit-transition: 0.5s;
  289.  
  290.     transition: 0.5s;
  291.  
  292.     box-shadow: 0 0 6px 0 #7da1d8, 0 0 6px 0 rgba(0, 0, 0, 0.2) inset;
  293.  
  294. }
  295.  
  296. .rules{
  297.  
  298.     background: #fafafa;
  299.  
  300.     border:1px solid #ccc
  301.  
  302. }
  303.  
  304. .rules a{
  305.  
  306.     color: #26A0DA !important;
  307.  
  308.     text-decoration: none !important;
  309. }
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316. /*ТРЕД*/
  317.  
  318. .filesize a{
  319.  
  320.     color: #657EA6; !important;
  321.  
  322.     text-decoration: none !important;
  323.  
  324.  
  325. }
  326.  
  327. .thumbnailmsg{
  328.  
  329.     color: #333!important;
  330.  
  331. }
  332.  
  333.  
  334. .filetitle{
  335.  
  336.     color: #6983AA !important;
  337.  
  338. }
  339. .postername, .commentpostername{
  340.  
  341.     color: #657EA6 !important;
  342.  
  343. }
  344.  
  345. .reflink a{
  346.  
  347.     color: #333 !important;
  348.  
  349. }
  350.  
  351. .spoiler{
  352.  
  353.     background: #ddd !important;
  354.  
  355.     color: #ddd !important;
  356.  
  357. }
  358.  
  359. .spoiler:hover{
  360.  
  361.     background: #ddd !important;
  362.  
  363.     color: #333 !important;
  364.  
  365. }
  366.  
  367. .reply, .userdelete{
  368.  
  369.     background: #E3EBED !important;
  370.  
  371.     border:1px solid #ccc;
  372.  
  373.     margin-bottom:20px !important;
  374.  
  375.     color:#333 !important;
  376.  
  377.     box-shadow: 0 0 4px 0 #ccc;
  378.  
  379.     border-radius: 4px;
  380.  
  381. }
  382.  
  383. .replytitle{
  384.  
  385.     color:#666 !important;
  386.  
  387. }
  388.  
  389.  
  390.  
  391. .theader{
  392.  
  393.     background: none !important;
  394.  
  395.     width:668px !important;
  396.  
  397.     color: #333 !important;
  398.  
  399.     font-size:18px;
  400.  
  401.     margin: 10px auto -15px;
  402.  
  403.     line-height: 30px;
  404.  
  405.     height: 0;
  406.  
  407.     border-right: 25px solid transparent;
  408.  
  409.     border-left: 25px solid transparent;
  410.  
  411.     border-bottom: 30px solid rgba(105, 131, 170,0.6);
  412.  
  413. }
  414.  
  415. .highlight{
  416.  
  417.     background:  rgba(200, 215, 239,0.6) !important;
  418.  
  419.     color: #333 !important;
  420.  
  421.     border: 9px dashed rgba(0, 0, 0, 0.3) !important;
  422.  
  423. }
  424.  
  425.  
  426.  
  427.  
  428.  
  429. /*ФУТЕР*/
  430.  
  431. table, td{
  432.  
  433.     border: none !important;
  434.  
  435. }
  436.  
  437. .userdelete input[name="password"]{
  438.  
  439.     width:120px;
  440.  
  441. }
  442.  
  443. .footer{
  444.  
  445.     display:none
  446.  
  447. }
  448.  
  449.  
  450. body {
  451.  
  452.     background-color:#fdfdfd!important;
  453.  
  454.     font-family: Verdana,Tahoma,Arial,Verdana,sans-serif;
  455.     font-size: 15px;
  456.  
  457.     color: #333 !important;
  458.  
  459.  
  460. }
  461.  
  462.  
  463. a {
  464.     color: #657EA6; !important;
  465.  
  466. }
  467.  
  468. * a:visited {
  469.     color: #657EA6; !important;
  470. }
  471.  
  472.  
  473.  
  474. /*DOLLFIX*/
  475.  
  476. #de-qarea{
  477.  
  478.     width:760px !important;
  479.  
  480. }
  481.  
  482. #de-qarea.reply{
  483.  
  484.     background: none !important;
  485.  
  486.     border:none !important;
  487.  
  488.     margin: 0 0 0px 0px !important;
  489.  
  490.     box-shadow: 0 0 0px 0 #ccc !important;
  491.  
  492.     border-radius: 0px !important;
  493.  
  494. }
  495.  
  496. #de-txt-panel{
  497.  
  498.     float:left !important;
  499.  
  500.     margin-top:3px;
  501.  
  502. }
  503.  
  504. #de-cfg-common textarea{
  505.  
  506.     width:360px !important;
  507.  
  508. }
  509.  
  510. #de-spell-div textarea{
  511.  
  512.     width:330px !important;
  513.  
  514. }
  515.  
  516. #de-panel, #de-cfg-bar, #de-cfg-head, #de-panel{
  517.  
  518.     background: #6880A6 !important;
  519.  
  520. }
  521.  
  522. .de-cfg-tab-back {
  523.  
  524.     border-color: #6880A6 !important;
  525.  
  526. }
  527.  
  528. #de-content-hid, #de-content-fav{
  529.  
  530.     background: rgba(240,240,240,1) !important;
  531.  
  532. }
  533.  
  534. .postarea, #de-pform {
  535.  
  536.     padding: 8px 14px 0 0 !important;
  537.  
  538. }
  539.  
  540. .de-img-full{
  541.  
  542.     border-radius: 3px;
  543.  
  544.     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0)!important;
  545.  
  546.     border: 1px solid #ccc !important;
  547.  
  548. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement