Advertisement
Guest User

Lamuelte

a guest
Jan 25th, 2020
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 23.07 KB | None | 0 0
  1. body {
  2.     color: black;
  3.     font-family : Tahoma, Verdana, Geneva, Kalimati, sans-serif;
  4.     font-size: 10pt;
  5.     margin: 0 8px;
  6.     padding-left: 5px;
  7.     padding-right: 5px;
  8.     background: linear-gradient(to bottom, rgba(209, 243, 157, 1) 0px,rgba(252,250,236,0) 260px); /* W3C */
  9.     background-color:#fcfaec;
  10.     background-repeat: no-repeat;
  11. }
  12. table * {
  13.     margin: 0;
  14. }
  15. a, a:visited {
  16.     text-decoration: underline;
  17.     color: #0D3D03;
  18. }
  19. a:hover{
  20.     color:red;
  21. }
  22. /*a:hover, p.intro a.post_no:hover {
  23.     color: #ff0000;
  24. }*/
  25. a.post_no {
  26.     text-decoration: none;
  27.     margin: 0;
  28.     padding: 0;
  29.     font-weight:bold;
  30. }
  31. /*p.intro a.post_no {
  32.     color: inherit;
  33. }*/
  34. p.intro a.post_no, p.intro a.email {
  35.     margin: 0;
  36. }
  37. p.intro a.email span.name {
  38.     color: #FF3434;
  39. }
  40. span.name .fa{
  41.     margin:0px !important;
  42. }
  43. p.intro a.email:hover span.name {
  44.     color: #ff0000;
  45. }
  46. p.intro label {
  47.     display: inline;
  48. }
  49. p.intro time, p.intro a.ip-link, p.intro a.capcode {
  50.     direction: ltr;
  51.     unicode-bidi: embed;
  52. }
  53. h2 {
  54.     color: #AF0A0F;
  55.     font-size: 11pt;
  56.     margin: 0;
  57.     padding: 0;
  58. }
  59. header {
  60.     margin: 1em 0;
  61.     margin-top:45px;
  62. }
  63. h1 {
  64.     font-family: tahoma;
  65.     letter-spacing: -2px;
  66.     font-size: 24pt;
  67.     margin: 0;
  68. }
  69. .board_name{
  70.     text-align:center;
  71.     font-size:13px;
  72.     clear:both;
  73.     font-weight:bold;
  74. }
  75. header div.subtitle, h1 {
  76.     color: #0f2e08;
  77.     text-align: center;
  78. }
  79. header div.subtitle {
  80.     font-size: 8pt;
  81.     padding-top: 10px;
  82. }
  83. #post_form {
  84.     margin-bottom: 4em;
  85. }
  86. form table {
  87.     margin: auto;
  88. }
  89. form table input {
  90.     height: auto;
  91. }
  92.  
  93. form table tr td {
  94.     text-align: left;
  95.     margin: 0;
  96.     padding: 0;
  97.     vertical-align: middle;
  98. }
  99. form table.mod tr td {
  100.     padding: 2px;
  101. }
  102. form table tr th {
  103.     text-align: left;
  104.     padding: 2px 4px 2px 4px;
  105. }
  106. form table tr th {
  107.     background: #99c26c;
  108.     border:1px solid #789955;
  109. }
  110. form table tr td div {
  111.     text-align: center;
  112.     float: left;
  113.     /*padding-left: 3px;*/
  114. }
  115. form table tr td div input {
  116.     display: block;
  117.     margin: 2px auto 0 auto;
  118. }
  119. form table tr td div label {
  120.     font-size: 10px;
  121. }
  122. .unimportant, .unimportant * {
  123.     font-size: 10px;
  124. }
  125. p.fileinfo {
  126.     display: block;
  127.     margin: 0;
  128.     padding-right: 7em;
  129.     padding-left:1em;
  130.     font-size:11px;
  131. }
  132. div.banner {
  133.     background-color: #E04000;
  134.     font-size: 12pt;
  135.     font-weight: bold;
  136.     text-align: center;
  137.     margin: 1em 0;
  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.     border: 1px solid #a9a9a9;
  148. }
  149. .banner_container{
  150.     margin:0 auto;
  151.     text-align:center;
  152.     margin-bottom:15px;
  153. }
  154. img.post-image {
  155.     display: block;
  156.     float: left;
  157.     margin: 10px 20px;
  158.     border: none;
  159. }
  160. div.post img.post-image {
  161.     padding: 5px;
  162.     margin: 5px 20px 0 0;
  163. }
  164. div.post img.icon {
  165.     display: inline;
  166.     margin: 0 5px;
  167.     padding: 0;
  168. }
  169. div.post i.fa {
  170.     margin: 0 4px;
  171.     font-size: 16px;
  172. }
  173. div.post.op {
  174.     margin-right: 20px;
  175.     margin-bottom: 5px;
  176. }
  177. div.post.op hr {
  178.     border-color: #D9BFB7;
  179. }
  180. p.intro {
  181.     margin: 0.5em 0;
  182.     padding: 0;
  183.     padding-bottom: 0.2em;
  184.     color: rgb(32, 49, 19);
  185.     font-size: 12px;
  186. }
  187. input.delete {
  188.     float: left;
  189.     margin: 1px 6px 0 0;
  190. }
  191. p.intro span.subject {
  192.     color: #0F0C5D;
  193.     font-weight: bold;
  194. }
  195. p.intro span.name {
  196.     color: #117743;
  197.     font-weight: bold;
  198. }
  199. p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  200.     color: #F00000;
  201.     margin-left: 0;
  202. }
  203. p.intro a {
  204.     margin-left: 8px;
  205. }
  206. div.delete {
  207.     float: right;
  208.     margin:1px;
  209. }
  210.  
  211. /*Reply*/
  212. div.post.reply p {
  213.     margin: 0.1em 0 0 0;
  214. }
  215. div.post.reply div.body {
  216.     margin-left: 1.8em;
  217.     margin-top: 0.8em;
  218.     padding-right: 3em;
  219.     padding-bottom: 0.3em;
  220. }
  221. div.post.reply.highlighted {
  222.     background: #cafda5;
  223. }
  224. div.post.reply div.body a {
  225.     color: #D00;
  226. }
  227. div.post {
  228.     max-width: 97%;
  229. }
  230. div.post div.body {
  231.     word-wrap: break-word;
  232.     white-space: pre-wrap;
  233.     margin-left: 2em;
  234. }
  235. div.post.reply {
  236.     background: #dfffce;
  237.     margin: 0.2em 16px;
  238.     padding: 0.2em 0.3em 0.5em 0.6em;
  239.     border-radius: 3px;
  240.     border-width: 1px;
  241.     border-style: none solid solid none;
  242.     border-color: #89A386;
  243.     display: inline-block;
  244. }
  245. span.trip {
  246.     color: #228854;
  247. }
  248. span.quote{
  249.     color: #26580A;
  250. }
  251. .rojito{
  252.     color:#E71C1C;
  253. }
  254. span.omitted {
  255.     display: inline-block;
  256.     padding-left: 20px;
  257.     margin-top: 1em;
  258. }
  259. br.clear {
  260.     clear: left;
  261.     display: block;
  262. }
  263. span.controls {
  264.     float: right;
  265.     margin: 0;
  266.     padding: 0;
  267.     font-size: 80%;
  268. }
  269. span.controls.op {
  270.     float: none;
  271.     margin-left: 10px;
  272. }
  273. span.controls a {
  274.     margin: 0;
  275. }
  276. div#wrap {
  277.     width: 900px;
  278.     margin:0 auto;
  279. }
  280. div.ban {
  281.     background: white;
  282.     border: 1px solid #98E;
  283.     max-width: 700px;
  284.     margin: 30px auto;
  285. }
  286. div.ban p, div.ban h2 {
  287.     padding: 3px 7px;
  288. }
  289. div.ban h2 {
  290.     background: #98E;
  291.     color: black;
  292.     font-size: 12pt;
  293. }
  294. div.ban p {
  295.     font-size: 12px;
  296.     margin-bottom: 12px;
  297. }
  298. div.ban p.reason {
  299.     font-weight: bold;
  300. }
  301. span.heading {
  302.     color: #AF0A0F;
  303.     font-size: 11pt;
  304.     font-weight: bold;
  305. }
  306. span.spoiler {
  307.     background: black;
  308.     color: black;
  309.     padding: 0px 1px;
  310. }
  311. div.post.reply div.body span.spoiler a {
  312.     color: black;
  313. }
  314. span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
  315.     color: white;
  316.     cursor:default;
  317. }
  318. div.styles {
  319.     float: right;
  320.     padding-bottom: 20px;
  321. }
  322. div.styles a {
  323.     margin: 0 10px;
  324. }
  325. div.styles a.selected {
  326.     text-decoration: none;
  327. }
  328. table.test {
  329.     width: 100%;
  330. }
  331. table.test td, table.test th {
  332.     text-align: left;
  333.     padding: 5px;
  334. }
  335. table.test tr.h th {
  336.     background: #98E;
  337. }
  338. table.test td img {
  339.     margin: 0;
  340. }
  341. fieldset label {
  342.     display: block;
  343. }
  344. div.pages {
  345.     color: #163e04;
  346.     background: #c4e4b6;
  347.     display: inline-block;
  348.     padding: 8px;
  349.     border-right: 1px solid #B7C5D9;
  350.     border-bottom: 1px solid #B7C5D9;
  351.     margin-top:5px;
  352.    
  353. }
  354. div.pages.top {
  355.     display: block;
  356.     padding: 5px 8px;
  357.     margin-bottom: 5px;
  358.     position: fixed;
  359.     top: 0;
  360.     right: 0;
  361.     opacity: 0.9;
  362. }
  363. @media screen and (max-width: 800px) {
  364.     div.pages.top {
  365.         display: none !important;
  366.     }
  367. }
  368. div.pages a.selected {
  369.     color: black;
  370.     font-weight: bolder;
  371. }
  372. div.pages a {
  373.     text-decoration: none;
  374. }
  375. div.pages form {
  376.     margin: 0;
  377.     padding: 0;
  378.     display: inline;
  379. }
  380. div.pages form input {
  381.     margin: 0 5px;
  382.     display: inline;
  383. }
  384. hr {
  385.     border: none;
  386.     border-top: 1px solid #696f66;
  387.     height: 0;
  388.     clear: left;
  389. }
  390.  
  391. div.boardlist {
  392.     padding-top:6px;
  393.     color: #89A;
  394.     /*font-size: 11pt;*/
  395.     /*margin-top: 3px;*/
  396. }
  397. div.boardlist.bottom {
  398.     margin-top: 30px;
  399.     text-align:center;
  400. }
  401. div.boardlist.bottom {
  402.     margin-top: 30px;
  403.     text-align:center;
  404. }
  405. div.boardlist.bottom  a{
  406.     font-weight:bold;
  407. }
  408. div.boardlist a {
  409.     text-decoration: none;
  410. }
  411. div.report {
  412.     color: #333;
  413. }
  414. table.modlog {
  415.     margin: auto;
  416.     width: 100%;
  417. }
  418. table.modlog tr td {
  419.     text-align: left;
  420.     margin: 0;
  421.     padding: 4px 15px 0 0;
  422. }
  423. table.modlog tr th {
  424.     text-align: left;
  425.     padding: 4px 15px 5px 5px;
  426.     white-space: nowrap;
  427. }
  428. table.modlog tr th {
  429.     background: #98E;
  430. }
  431. td.minimal, th.minimal {
  432.     width: 1%;
  433.     white-space: nowrap;
  434. }
  435. div.top_notice {
  436.     text-align: center;
  437.     margin: 5px auto;
  438. }
  439. span.public_ban {
  440.     display: block;
  441.     color: red;
  442.     font-weight: bold;
  443.     margin-top: 15px;
  444. }
  445. span.toolong {
  446.     display: block;
  447.     margin-top: 15px;
  448. }
  449. div.blotter {
  450.     color: red;
  451.     font-weight: bold;
  452.     text-align: center;
  453. }
  454. table.mod.config-editor {
  455.     font-size: 9pt;
  456.     width: 100%;
  457. }
  458. table.mod.config-editor td {
  459.     text-align: left;
  460.     padding: 5px;
  461.     border-bottom: 1px solid #98e;
  462. }
  463. table.mod.config-editor input[type="text"] {
  464.     width: 98%;
  465. }
  466. p.intro.thread-hidden {
  467.     margin: 0px;
  468.     padding: 0px;
  469. }
  470. form.ban-appeal {
  471.     margin: 9px 20px;
  472. }
  473. form.ban-appeal textarea {
  474.     display: block;
  475. }
  476. .theme-catalog div.thread img {
  477.     float:none!important;
  478.     margin: auto;
  479.     margin-bottom: 12px;
  480.     max-height: 150px;
  481.     max-width: 200px;
  482.     box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  483.     border: 2px solid rgba(153, 153, 153, 0);
  484. }
  485. .theme-catalog div.thread {
  486.     display: inline-block;
  487.     vertical-align: top;
  488.     margin-bottom:25px;
  489.     margin-left: 20px;
  490.     margin-right: 15px;
  491.     text-align:center;
  492.     font-weight:normal;
  493.     width:205px;      
  494.     overflow:hidden;
  495.     position: relative;
  496.     font-size:11px;
  497.     padding: 15px;
  498.     max-height:300px;
  499.         background: rgba(182, 182, 182, 0.12);
  500.         border: 2px solid rgba(111, 111, 111, 0.34);
  501. }
  502. .theme-catalog div.thread strong {
  503.     display: block;
  504. }
  505. .compact-boardlist {
  506.         padding: 3px;
  507.         padding-bottom: 0px;
  508. }
  509. .compact-boardlist .cb-item {
  510.         display: inline-block;
  511.         vertical-align: middle;
  512. }
  513. .compact-boardlist .cb-icon {
  514.         padding-bottom: 1px;
  515. }
  516. .compact-boardlist .cb-fa {
  517.         font-size: 21px;
  518.         padding: 2px;
  519.         padding-top: 0;
  520. }
  521. .compact-boardlist .cb-cat {
  522.         padding: 5px 6px 8px 6px;
  523. }
  524.  
  525. /* styles also used by watch.js */
  526. .cb-menuitem {
  527.         display: table-row;
  528. }
  529. .cb-menuitem span {
  530.         padding: 5px;
  531.         display: table-cell;
  532.         text-align: left;
  533.         border-top: 1px solid rgba(0, 0, 0, 0.5);
  534. }
  535. .cb-menuitem span.cb-uri {
  536.         text-align: right;
  537. }
  538.  
  539. .boardlist:not(.compact-boardlist) #watch-pinned::before {
  540.     content: " [ ";
  541. }
  542. .boardlist:not(.compact-boardlist) #watch-pinned::after {
  543.     content: " ] ";
  544. }
  545. .boardlist:not(.compact-boardlist) #watch-pinned {
  546.         display: inline;
  547. }
  548. .boardlist:not(.compact-boardlist) #watch-pinned a {
  549.     margin-left: 3pt;
  550. }
  551. .boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  552.         margin-left: 0pt;
  553. }
  554.  
  555. .compact-boardlist #watch-pinned {
  556.         display: inline-block;
  557.     vertical-align: middle;
  558. }
  559.  
  560. /* Youtube */
  561. .youtube{
  562.     margin:5px;
  563.     width:320px;
  564.     float: left;
  565.     background-color:black;
  566. }
  567.  
  568. .yt_title{
  569.     color:white;
  570.     font-size:12pt;
  571.     padding:2px 0px 2px 5px;
  572.     margin-bottom:0px;
  573. }
  574.  
  575. .yt_img{
  576.     width:320px;
  577.     height:180px;
  578.     position:relative;
  579. }
  580.  
  581. .yt_img span{
  582.     position:absolute;
  583.     z-index:9;
  584.     background-color:green;
  585.     color:white;
  586.     right:0px;
  587.     bottom:0px;
  588.     padding:2px 4px 2px 6px;
  589. }
  590.  
  591. /*Form*/
  592. input[type=submit], .subir_opcion{
  593.     min-width: 5em;
  594.     color: #FFFFFF;
  595.     background-color:#75ac39;
  596.     border:1px solid #636363;  
  597. }
  598. input[type=submit]:hover, .subir_opcion.selected{
  599.     background-color:#9BC958;
  600.     border:1px solid #519d00;
  601. }
  602.  
  603. input[type=checkbox]{
  604.     /*opacity:0.3;*/
  605. }
  606. input[type=checkbox]:hover{
  607.     /*opacity:0.9;*/
  608. }
  609.  
  610. input[type="text"], input[type="password"], textarea {
  611.     text-indent: 0;
  612.     text-shadow: none;
  613.     text-transform: none;
  614.     word-spacing: normal;
  615.     background-color:#e7ffd1;
  616.     border:1px solid #b8d979;
  617. }
  618. input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
  619.  
  620.     border:1px solid #588600;
  621. }
  622.  
  623. /*Quick reply form*/
  624. #quick_reply_form{
  625.     position:absolute;
  626.     display:none;
  627.     z-index:999;
  628.     background-color:#deffb9;
  629.     border:1px solid #578b3a;
  630.     border-radius:2px;
  631. }
  632. .boton{
  633.     z-index:9;
  634.     background-color:#488900;
  635.     color:white;
  636.     border:1px solid #2a5100;
  637.     text-align:center;
  638.     font-size:11px;
  639.     cursor:pointer;
  640.    
  641. }
  642. .boton span{
  643.     text-decoration:none;
  644.     margin: 1px 4px;
  645. }
  646.  
  647. .boton:hover{
  648.     background-color:#bae28f;
  649.     color:#55a300;
  650.     border:1px solid #55a300;
  651. }
  652. .boton:first-child{
  653.     padding:1px 4px;
  654.     font-weight:bold;
  655. }
  656.  
  657. .boton_post{
  658.     text-align:center;
  659.     min-width:9px;
  660.     cursor:pointer;
  661.     text-decoration:none !important;
  662.     color:#355021;
  663.     font-size:9px;
  664.     border:1px solid #93be74;
  665.     padding:1px 3px;
  666.     background-color:#cbe0bc;
  667.     font-weight:bold;
  668.     border-radius: 2px;
  669.     background: linear-gradient(to bottom, #F2FFDB 0%,#BBDF83 50%,#A9C77B 51%,#A0BE6B 100%);
  670.     text-shadow: 1px 1px #E6E4E4;
  671. }
  672.  
  673. .boton_post:hover{
  674. opacity:1.0;
  675. background-color:#bae28f;
  676.     color:black;
  677.     border:1px solid #55a300;
  678. }
  679.  
  680. .btn_bu{
  681. font-size:10px;
  682. cursor:pointer;
  683. text-decoration:none;
  684. }
  685.  
  686. .boton_hide{
  687.    
  688. }
  689.  
  690. .qf_cerrar{
  691.     position:absolute;right:2px;top:1px;
  692. }
  693.  
  694. .img_sr{
  695.    
  696. }
  697.  
  698.  
  699.  
  700. .ui-menu .ui-menu-item a {
  701.     text-decoration: none;
  702.     padding: 0px;
  703.     line-height: 1.2;
  704.     min-height: 0px;
  705.     font-weight: normal;
  706.     background-color:white;
  707.     text-align:center;
  708.     font-size:12px;
  709.    
  710. }
  711. .ui-menu{
  712.     width:100px;
  713. }
  714.  
  715. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  716.     border: 1px solid rgb(153, 153, 153);
  717.    
  718.    
  719.     abackground-color:#cff4c6;
  720.     font-weight: normal;
  721.     color: rgb(33, 33, 33);
  722. }
  723.  
  724. .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  725.     border-bottom-right-radius: 0px;
  726. }
  727. .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  728.     border-bottom-left-radius: 0px;
  729. }
  730. .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  731.     border-top-right-radius: 0px;
  732. }
  733. .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  734.     border-top-left-radius: 0px;
  735. }
  736.  
  737. .ui-state-focus{
  738.     background:#0f74d1 !important;
  739.     border-color:none !important;
  740. }
  741. #menu_buscar{
  742. position:absolute;
  743. font-size:15px;
  744. }
  745. #navbar{
  746. /*background: url('img/site.png') no-repeat;
  747. background-position:left;*/
  748. background-color:#1e3b59;
  749. color:white;
  750. text-align:center;
  751. height:30px;
  752. width:100%;
  753. color:white;
  754. position:absolute;
  755. left:0px;
  756. top:0px;
  757. z-index:99;
  758. box-shadow: 3px 3px 8px rgb(102, 102, 102);
  759. }
  760. /*contenedor*/
  761. .cont{
  762.     display:inline-block;
  763.     margin:1px;
  764.     white-space:nowrap;
  765. }
  766. .site_left{
  767. background: url('img/site.png') no-repeat;
  768. width:105px;
  769. height:28px;
  770. display:inline-block;
  771. float:left;
  772. }
  773. .navbar_boards{
  774.     display:inline-block;
  775.     vertical-align:top;
  776.     margin-top:2px;
  777.     font-family: Tahoma,Verdana,Geneva,Kalimati,sans-serif;
  778. }
  779. body{
  780. margin-top:35px;
  781. }
  782. #navbar a{
  783.     border-top: 4px solid #4455AA;
  784.     color:#BFCBF1;
  785.     position:relative;
  786.     font-size:14px;
  787.     text-decoration: none;
  788. }
  789. #navbar a:hover{
  790.     color:#FF6600;
  791.     border-top-color: #C0C0FF;
  792. }
  793. #boardlist_top{
  794. margin-left:20px;
  795. display:inline;
  796. }
  797. #navbar ul{
  798.     position:absolute;
  799.    
  800. }
  801. #navbar li{
  802.     background-color:green !important;
  803. }
  804. .contador{
  805.     background-color:green;
  806.     position:absolute;
  807.     /*margin-top:14px;*/
  808.     font-size:10px;
  809.     right:-4px;
  810.     padding:0px 4px;
  811.     border-radius:2px;
  812.     border-right-color:#009bd4;
  813.     top:16px;
  814.     z-index:100;
  815.     opacity:1.0;
  816.     color:white;
  817. }
  818. .contador a{
  819.     color:white !important;
  820. }
  821.  
  822.  
  823. #btn_estilos, #btn_flotar, #btn_config, #btn_watch, #btn_staff{
  824.     background: url('img/paint-icon.png') no-repeat;
  825.     background-position: 30% 40%;
  826.     background-color:#285979;
  827.     width:9px;
  828.     height:16px;
  829.     display:inline-block;
  830.     border-radius:2px;
  831.     margin-top:3px;
  832.     opacity: 0.8;
  833.     cursor:pointer;
  834.     position:relative;
  835.     border-top: 1px solid #2C7FB6;
  836.     margin-left:2px;
  837.    padding: 4px 12px 2px 5px;
  838.    border-radius: 2px;
  839.    box-shadow: rgba(27,27,27,1) 0 1px 0;
  840.    text-shadow: rgba(0,0,0,.4) 0 1px 0;
  841.    color: white;
  842.    font-size: 11px;
  843.    
  844. }
  845. #btn_estilos:hover{
  846.     border-color:#3476C2;
  847.     opacity:1;
  848. }
  849. .arrow{
  850.     font-size:7px;
  851.     position:absolute;
  852.     right:2px;
  853.     bottom:1px;
  854. }
  855. #menu_config, #menu_estilos, #menu_staff_ul{
  856.     z-index:999;
  857.     display:none;
  858.     position:absolute;
  859.     padding:0px;
  860.     border:none;
  861.     box-shadow: 3px 3px 8px rgb(102, 102, 102);
  862. }
  863. #menu_config li, #menu_estilos li, #menu_staff_ul li{
  864.     border-left:4px solid #4455aa;
  865.    
  866. }
  867. #menu_config li:hover, #menu_estilos li:hover, #menu_staff_ul li:hover{
  868.     border-left-color:#88aaee;
  869. }
  870. #menu_config li a, #menu_estilos a, #menu_staff_ul li a{
  871.     background-color:green;
  872.     padding:3px 5px 2px 5px;
  873.     background-color:#1e3b59;
  874.     color:white;
  875.     font-size:14px;
  876.    
  877. }
  878. #menu_config li a:hover, #menu_estilos a:hover, #menu_staff_ul li a:hover{
  879.     background-color:#527fad;
  880. }
  881.  
  882. #btn_flotar{
  883.     background: url('img/pin-icon.png') no-repeat;
  884.     /*background-position: 40% 40%;*/
  885.     background-position: center center;
  886.     background-color:#285979;
  887.  
  888. }
  889. #btn_flotar:hover{
  890.     opacity:1.0;
  891. }
  892.  
  893. #btn_watch{
  894.     background: url('img/star-icon-no.png') no-repeat;
  895.     /*background-position: 40% 40%;*/
  896.     background-position: center center;
  897.     background-color:#285979;
  898.  
  899. }
  900. .btn_watch_new{
  901.     background-image: url('img/star-icon.png') !important;
  902. }
  903. #btn_config{
  904.     background: url('img/config-icon.png') no-repeat;
  905.     /*background-position: 40% 40%;*/
  906.     background-position: center center;
  907.     background-color:#285979;
  908.     margin-left:2px;
  909. }
  910. #btn_config:hover{
  911.     opacity:1.0;
  912. }
  913. #btn_staff{
  914.     background: url('icons/manage-icon.png') no-repeat;
  915.     /*background-position: 40% 40%;*/
  916.     background-position: center center;
  917.     background-color:#285979;
  918.     margin-left:2px;
  919. }
  920. .nav_selected{
  921.     /*background: url('img/paint-icon.png') no-repeat;
  922.     background-position: right;
  923.     */
  924.     background-color:#16579B !important;
  925. }
  926.  
  927. .navbar_tools{
  928.     margin-left:20px;
  929. }
  930.  
  931. #footer{
  932.     /*background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 10%,#72aa00 11%,#9ecb2d 100%); */
  933.     /*border-top: 1px solid rgb(143, 185, 97);*/
  934.     margin-top:20px;
  935.     position:absolute;
  936.     left:0px;
  937.     width:100%;
  938. }
  939. .boton_ocultar{
  940.     border-radius:1px;
  941.     text-align:center;
  942.     width:9px;
  943.     text-decoration:none;
  944.     font-size:11px;
  945.     padding: 0px 2px;
  946.     text-shadow: 1px 1px white;
  947.     background:linear-gradient(to bottom, #8AAA36 0%, #C2E563 100%);
  948.     opacity:0.8;
  949.     cursor:pointer;
  950. }
  951. .boton_ocultar:hover{
  952.     opacity:1;
  953. }
  954. .links_footer{
  955.     text-align:center;
  956. }
  957. .b_group{
  958.     padding-left:10px;
  959. }
  960. input[type=file] {    
  961.     width: 240px;
  962. }
  963.  
  964.  
  965. #qf_barra{
  966.     height:18px;
  967.     background: linear-gradient(to bottom, rgba(168, 197, 106, 1) 0%,rgba(201, 223, 154, 1) 100%);
  968.     border-bottom: 1px solid rgb(143, 180, 119);
  969.     vertical-align: middle;
  970. }
  971. #qf_resp{
  972.         margin-left:5px;
  973.         font-weight:bold;
  974.         cursor:default;
  975.         font-size:12px;
  976. }
  977. .board_activo{
  978.     border-top-color:#7777d6 !important;
  979. }
  980.  
  981. .ui-tooltip {
  982. z-index:9;
  983. padding: 2px 8px;
  984. padding-top:10px;
  985. color: white;
  986. border:1px solid #4072a5;
  987. border-top:none;
  988. font: bold 14px "Helvetica Neue", Sans-Serif;
  989. background: #1e3b59;
  990. box-shadow:none;
  991. border-bottom-right-radius: 5px;
  992. border-bottom-left-radius: 5px;
  993. }
  994. .board_info{
  995.     width:400px;
  996.     margin:auto;
  997.     font-size:9pt;
  998. }
  999. .board_info div{
  1000.     margin-left:12px;
  1001. }
  1002. .board_info span{
  1003.     cursor:pointer;
  1004. }
  1005. .board_info ul{
  1006.     margin-top:4px;
  1007. }
  1008.  
  1009. .watch_thread{
  1010.     color:white;
  1011.     top:130px;
  1012.     left:30px;
  1013.     background-color:white;
  1014.     border-color:black;
  1015.     width:200px;
  1016.     background: #1e3b59;
  1017.     border:2px solid #4072a5;
  1018.     position:fixed;
  1019.     padding-top:10px;
  1020.     padding-bottom:15px;
  1021. }
  1022.  
  1023. .watch_thread span{
  1024.     font-size:11px;
  1025. }
  1026.  
  1027. .watch_delete{
  1028.     cursor:pointer;
  1029.     display:inline;
  1030.     position:absolute;
  1031.     right:2px;
  1032. }
  1033. #watch_preview{
  1034.     background-color:rgb(182, 210, 240);
  1035.     border:1px dotted black;
  1036.     z-idnex:8888;
  1037.     position:absolute;
  1038.     display:none;
  1039.     width:200px;
  1040.     padding:4px;
  1041.     padding-top:15px;
  1042.     word-wrap:break-word;
  1043.     word-break:break-all;
  1044.     overflow:hidden;
  1045.     color:black;
  1046. }
  1047. #watch_preview img{
  1048.     max-width:100px;
  1049.     height:auto;
  1050.     float:left;
  1051.     padding:4px;
  1052. }
  1053. #watch_preview span{
  1054.     display:table-cell;
  1055.     padding:2px;
  1056. }
  1057. #watch_preview div{
  1058.     position:absolute;
  1059.     top:1px;
  1060.     left:9px;
  1061.     font-size:11px;
  1062.     white-space:nowrap;
  1063. }
  1064. .watch_thread a{
  1065.     text-decoration:none;
  1066.     color:white;
  1067. }
  1068. .watched_item{
  1069.     padding-left: 2px;
  1070.     padding-right:0px;
  1071.     white-space:nowrap;
  1072. }
  1073. .watched_item:hover{
  1074.     background: rgba(19, 82, 141, 0.76);
  1075. }
  1076. .watch_link{
  1077.     display:inline-block;
  1078.     width:40px;
  1079.     overflow:hidden;
  1080.     text-overflow:clip;
  1081.     font-size:11px;
  1082. }
  1083. .watch_link span{
  1084.     display:inline;
  1085.     font-size:11px;
  1086.     overflow:hidden;
  1087.     text-overflow:clip;
  1088. }
  1089. .watch_text{
  1090.     overflow: hidden;
  1091.     width: 120px;
  1092.     text-overflow: clip;
  1093.     font-size:10px;
  1094.     display:inline-block;
  1095.     border-left: 1px dotted white;
  1096.     padding-left:3px;
  1097.     left: 42px;
  1098.     position: absolute;
  1099. }
  1100.  
  1101.  
  1102. .watched_item:hover .round-button{
  1103.     visibility:visible;
  1104. }
  1105. .round-button {
  1106.     display:inline-block;
  1107.     visibility:hidden;
  1108.     width:12px;
  1109.     height:12px;
  1110.     line-height:12px;
  1111.     border: 1px solid #740D0D;
  1112.     border-radius: 50%;
  1113.     color:#f5f5f5;
  1114.     text-align:center;
  1115.     text-decoration:none;
  1116.     background: #B32525;
  1117.     box-shadow: 0 0 3px rgb(110, 125, 202);
  1118.     font-size:10px;
  1119.     font-weight:bold;
  1120.     margin-left:2px;
  1121. }
  1122. .watch_new, .watch_new:hover{
  1123.     background: #1E9631;
  1124.     visibility:visible;
  1125.     margin-left:0px;
  1126.     cursor:default;
  1127.     border-color:rgb(10, 53, 73);
  1128.     position:absolute;
  1129.     right:16px;
  1130. }
  1131. .round-button:hover {
  1132.     /*background: #FF0000;*/
  1133. }
  1134. .arrow_container{
  1135.     position:absolute;
  1136.     top:-12px;
  1137.     left:50%;
  1138.     position:fixed;
  1139.     z-index:-1;
  1140. }
  1141. .arrow-up {
  1142.     width: 0;
  1143.     height: 0;
  1144.     border-left: 8px solid transparent;
  1145.     border-right: 8px solid transparent;
  1146.     border-bottom: 15px solid rgb(45, 117, 173);;
  1147.     position:relative;
  1148.      left: -50%;
  1149.      
  1150. }
  1151. .watch_circle {
  1152.     border-radius: 50%;
  1153.     width: 50px;
  1154.     height: 50px;
  1155.     /* width and height can be anything, as long as they're equal */
  1156. }
  1157.  
  1158. .boton_hilo{
  1159.     background-color:#386D2B;
  1160.     width:16px;
  1161.     height:15px;
  1162.     border-radius:2px;
  1163.     display:inline-block;
  1164.     vertical-align: top;
  1165.     background-repeat:no-repeat;
  1166.     margin-left:2px !important;
  1167.     cursor:pointer;
  1168.     background-position:center center;
  1169. }
  1170.  
  1171. .quick_reply{
  1172.     background-image: url('icons/comment-icon.png');
  1173.    
  1174. }
  1175.  
  1176. .btn_fav{
  1177.     background-image: url('icons/star-no-icon.png');
  1178.  
  1179. }
  1180. .watched_star, .btn_fav:hover{
  1181.     background-image: url('icons/star-full-icon.png');
  1182. }
  1183. .new_post_watch{
  1184.     cursor: pointer;
  1185.     border-color: rgb(10, 53, 73);
  1186.     margin-left: 4px;
  1187.     vertical-align: text-top;
  1188.     visibility:visible;
  1189.     background:#1C8808;
  1190. }
  1191.  
  1192. .hidethread {
  1193.     background-image: url('icons/hide-thread-icon.png');
  1194. }
  1195. .unhidethread {
  1196.     background-image: url('icons/show-thread-icon.png');
  1197. }
  1198.  
  1199. .ajax_loader{
  1200.     background-image: url('icons/ajax-loader.gif');
  1201.     width:16px;
  1202.     height:16px;
  1203.     display:inline-block;
  1204.     vertical-align: sub;
  1205.     position: relative;
  1206.     left: -20px;
  1207. }
  1208.  
  1209. .boton_expandir{
  1210.     background-image: url('icons/expandir.png');
  1211.     width:16px;
  1212.     height:16px;
  1213.     display:inline-block;
  1214.     vertical-align: sub;
  1215.     margin-right:2px;
  1216.     cursor:pointer;
  1217.     opacity:0.7;
  1218. }
  1219. .boton_expandir:hover{
  1220.     opacity:1.0;
  1221. }
  1222. .form_tooltip{
  1223.     background: rgb(227, 250, 217);
  1224.     display: table-cell;
  1225.     padding: 3px;
  1226.     position:absolute;
  1227.     border: 1px dotted;
  1228.     z-index:1001;
  1229.     display:none;
  1230. }
  1231. .form_tooltip ul{
  1232.     font-size:11px;
  1233.     margin: 2px;
  1234. }
  1235. .formtip{
  1236.     text-align: center;
  1237.     color: white;
  1238.     border: 1px solid #2C4B14;
  1239.     font-weight: bold;
  1240.     position: absolute;
  1241.     cursor: default;
  1242.     text-shadow: 0 0 2px black;
  1243.     font-size: 11px;
  1244.     background: #558B10;
  1245.     visibility:visible;
  1246.     position:relative;
  1247.     box-shadow:none;
  1248.     padding:1px;
  1249.     margin-left: 4px;
  1250.     vertical-align: text-top;
  1251. }
  1252.  
  1253. .subir_opcion{
  1254. color:black;
  1255.     text-decoration: none;
  1256.     /*background: rgb(137, 157, 223);*/
  1257.     /*color: white;*/
  1258.     padding: 2px 5px;
  1259.     /*border: 1px solid rgb(90, 92, 150);*/
  1260. }
  1261.  
  1262. .mod_tools_cont{
  1263.     vertical-align: sub;
  1264.     border-bottom-left-radius: 5px;
  1265.     border-top-left-radius: 5px;
  1266.     background: rgb(65, 93, 153);
  1267.     border: 1px solid rgb(28, 51, 99);
  1268.     font-size: 11px;
  1269.     font-weight: bold;
  1270.     padding: 0px 2px;
  1271. }
  1272. .limite_respuestas{
  1273.     background-color: rgb(255, 250, 192);
  1274.     color: black;
  1275.     border: 1px solid rgb(85, 79, 5);
  1276.     padding: 0px 5px;
  1277.     border-radius: 3px;
  1278. }
  1279.  
  1280. #mensajes_pendientes{
  1281.     background-color: #376b1c;
  1282.     font-weight: bold;
  1283.     text-align: center;
  1284.     cursor: pointer;
  1285.     padding: 5px;
  1286.     border: 1px solid;
  1287.     border-radius: 5px;
  1288.     color: white;
  1289.     margin:auto;
  1290.     margin-top: 10px;
  1291.     width: 200px;
  1292. }
  1293. .fa-selected{
  1294.     color:green;
  1295. }
  1296. .fa-volume-up{
  1297.     margin:0px;
  1298.     font-size:14px;
  1299. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement