Advertisement
ValhallaIsOurKingdom

CSS - Classic Mostaza

Jun 12th, 2015
1,720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. /*Perfiles*/
  2. #perfilbann {
  3. display: inline-block;
  4. background-color: #000;
  5. font-family: 'calibri';
  6. font-size: 9px;
  7. text-align: center;
  8. color: #fff;
  9. padding: 25px;
  10. margin-left: -250px;
  11. margin-top: 5px;
  12. text-transform: uppercase;
  13. letter-spacing: 2px;
  14. }
  15.  
  16. .ultvis {
  17. display: inline-block;
  18. width: 350px;
  19. height: 30px;
  20. background-color: #000;
  21. font-family: 'calibri';
  22. font-size: 9px;
  23. text-align: center;
  24. color: #fff;
  25. padding-top: 25px;
  26. padding-bottom: 10px;
  27. margin-left: -250px;
  28. margin-top: 85px;
  29. text-transform: uppercase;
  30. letter-spacing: 2px;
  31. }
  32.  
  33. #motivo-datos2 {
  34. display: inline-block;
  35. width: 210px;
  36. background-color: #c4bd34;
  37. font-family: 'calibri';
  38. font-size: 9px;
  39. text-align: center;
  40. color: #000;
  41. padding-top: 10px;
  42. padding-bottom: 10px;
  43. margin-right: 1px;
  44. margin-top: 10px;
  45. text-transform: uppercase;
  46. letter-spacing: 2px;
  47. }
  48.  
  49. span.msntem {
  50. display: inline-block;
  51. margin-left: 10px;
  52. padding: 5px;
  53. font-family: 'Oswald', sans-serif;
  54. font-size: 8px;
  55. font-weight: 400;
  56. font-style: normal;
  57. text-align: center;
  58. text-transform: uppercase;
  59. text-shadow: none;
  60. line-height: 100%;
  61. letter-spacing: 1px;
  62. border: 5px solid #c4bd34;
  63. background-color: #fff;
  64. margin-top: -65px;
  65. padding-top: 20px;
  66. padding-bottom: 20px;
  67. width: 70px;
  68. overflow: hidden;
  69. }
  70.  
  71. .profile1 {
  72. border-top: 4px solid #222;
  73. border-bottom: 4px solid #222;
  74. height: auto;
  75. margin: 0 auto 50px;
  76. padding: 5px;
  77. position: relative;
  78. width: 990px;
  79. }
  80.  
  81. .columna1 {
  82. box-sizing: border-box;
  83. height: 360px;
  84. position: relative;
  85. width: 485px;
  86. }
  87.  
  88. /*Título*/
  89. h1.page-title {
  90. background-image: url('http://i.imgur.com/MSjGC43.png');
  91. color: #FFFFFF!important;
  92. font-size: 10px;
  93. font-weight: 0;
  94. height: 55px;
  95. letter-spacing: 0;
  96. text-align: left;
  97. z-index: 995;
  98. padding: 40px 397px 0px;
  99. width: 95px;
  100. }
  101.  
  102. #cp-main h1 {
  103. background-image: url('http://i.imgur.com/MSjGC43.png');
  104. color: #FFFFFF!important;
  105. font-size: 10px;
  106. font-weight: 400;
  107. height: 55px;
  108. letter-spacing: 0;
  109. text-align: left;
  110. z-index: 995;
  111. padding: 40px 397px 0px;
  112. width: 95px;
  113. }
  114.  
  115. ul#picture_legend, ul#privmsgs-menu {
  116. display: none;
  117. }
  118.  
  119. .row2, .row1 {
  120. border-bottom: 15px solid #252525;
  121. border-top: 10px solid #252525;
  122. }
  123.  
  124. p.author {
  125. background-color: #252525;
  126. width: 500px;
  127. position: relative;
  128. overflow: hidden;
  129. font-family: 'Calibri';
  130. text-aling: center;
  131. font-size: 10px;
  132. text-transform: uppercase;
  133. margin-left: 10px;
  134. padding-top: 1px;
  135. color: #fff;
  136. }
  137.  
  138. .postbody {
  139. width: 650px;
  140. text-align: justify;
  141. margin-left: 80px;
  142. border: 20px solid #252525;
  143. padding: 20px;
  144. background: #fff;
  145. }
  146.  
  147. /*Avatares*/
  148. .user-status {
  149. padding: 5px;
  150. color: #FFF;
  151. font-family: 'Oswald', sans-serif;
  152. font-size: 8px;
  153. font-weight: 400;
  154. font-style: normal;
  155. text-align: center;
  156. text-transform: uppercase;
  157. text-shadow: none;
  158. line-height: 100%;
  159. letter-spacing: 1px;
  160. background-color: #c4bd34;
  161. margin-top: -83px;
  162. padding-top: 53px;
  163. padding-bottom: 53px;
  164. width: 140px;
  165. overflow: hidden;
  166. }
  167.  
  168. .user-status a span strong {
  169. color: #FFF;
  170. font-family: 'Oswald', sans-serif;
  171. font-size: 8px;
  172. font-weight: 400;
  173. font-style: normal;
  174. text-align: center;
  175. text-transform: uppercase;
  176. text-shadow: none;
  177. line-height: 100%;
  178. letter-spacing: 1px;
  179. }
  180.  
  181. .postprofile .user-status:after { content: 'offline'; padding-left: 4px; }
  182. .online .postprofile .user-status:after { content: 'online'; padding-left: 4px; }
  183.  
  184. #rango {
  185. margin-top: 0px;
  186. }
  187.  
  188. .postprofile {
  189. height: 200px;
  190. width: 850px;
  191. margin-right: 5px;
  192. margin-bottom: 41px;
  193. padding: 20px;
  194. }
  195.  
  196. #datos {
  197. margin-top: 2px;
  198. bottom: 0px;
  199. width: 210px;
  200. height: 150px;
  201. position: relative;
  202. overflow: auto;
  203. }
  204.  
  205. .nombre {
  206. background-color: #060606;
  207. width: 460px;
  208. height: 20px;
  209. position: relative;
  210. overflow: hidden;
  211. font-family: Pacifico;
  212. text-aling: left;
  213. padding: 20px;
  214. padding-top: 15px;
  215. font-size: 20px;
  216. text-transform: lowercase;
  217. border-bottom: 11px solid #c4bd34;
  218. }
  219.  
  220. .avatar {
  221. width: 500px;
  222. height: 250px;
  223. position: relative;
  224. overflow: hidden;
  225. }
  226.  
  227. #titulo-datos {
  228. display: none;
  229. }
  230.  
  231. #motivo-datos {
  232. display: inline-block;
  233. width: 210px;
  234. background-color: #c4bd34;
  235. font-family: 'calibri';
  236. font-size: 9px;
  237. text-align: center;
  238. color: #000;
  239. padding-top: 10px;
  240. margin-bottom: -10px;
  241. padding-bottom: 10px;
  242. margin-right: 1px;
  243. text-transform: uppercase;
  244. letter-spacing: 2px;
  245. }
  246.  
  247. #botones {
  248. display: block;
  249. }
  250.  
  251. .hoja {
  252. margin-top: 30px;
  253. text-align: center;
  254. padding: 5px;
  255. height: 50px;
  256. }
  257.  
  258. /*hovers*/
  259. #hover1{
  260. position:relative;
  261. border: 10px solid #000;
  262. width:180px;
  263. height:100px;
  264. background: #000;}
  265.  
  266. #hover2{width:100px;
  267. height:50px;
  268. position:absolute;
  269. top:21px;
  270. left:33px;
  271. border: 5px solid #fff;
  272. -webkit-transform: scale(0);
  273. transform: scale(0);
  274. background-color: #000;transition:ease-in-out 1s;-webkit-transition:ease-in-out 1s;-ms-transition:ease-in-out 1s;-moz-transition:ease-in-out 1s;-webkit-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2);opacity:0;}
  275.  
  276. #hover1:hover #hover2{-webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);opacity:1;}
  277.  
  278. #text2 {
  279. margin-top:21px;
  280. margin-left:-5px;
  281. width:100px;
  282. height:50px;
  283. border: 5px solid #fff;
  284. text-align: center;
  285. background: #000;
  286. color: #fff;
  287. text-transform: uppercase;
  288. }
  289. #text {
  290. padding-top: 18px;
  291. width:100px;
  292. height:50px;
  293. text-align: center;
  294. text-transform: uppercase;
  295. }
  296.  
  297. /*Leyenda*/
  298. .totalusers {
  299. background: #000;
  300. border: 10px solid #000;
  301. font-family: calibri;
  302. font-size: 10px;
  303. height: auto;
  304. overflow: auto;
  305. text-align: center;
  306. text-transform: uppercase;
  307. width: 357px;
  308. color: #fff;
  309. margin-top: 24px;
  310. margin-left: -2px;
  311. }
  312.  
  313. #page-body p.page-bottom {
  314. margin-left: -2px;
  315. }
  316.  
  317. #conectestad {
  318. background: #000;
  319. border: 10px solid #000;
  320. font-family: calibri;
  321. font-size: 10px;
  322. height: 193px;
  323. overflow: auto;
  324. text-align: justify;
  325. text-transform: uppercase;
  326. width: 357px;
  327. color: #fff;
  328. margin-left: -2px;
  329. margin-top: -5px;
  330. margin-bottom: -37px;
  331. }
  332.  
  333. #members {
  334. background: #000;
  335. color: #fff;
  336. display: inline-block;
  337. font-family: calibri;
  338. font-size: 10px;
  339. padding: 10px;
  340. text-align: justify;
  341. text-shadow: 2px 1px #000, 3px 1px #060606, 4px 1px #060606;
  342. text-transform: uppercase;
  343. width: 180px;
  344. height: 145px;
  345. overflow: auto;
  346. margin-left: 5px;
  347.  
  348. }
  349.  
  350. #creditos {
  351. background: #000;
  352. border: 10px solid #000;
  353. font-family: calibri;
  354. font-size: 10px;
  355. height: 237px;
  356. overflow: auto;
  357. text-align: justify;
  358. text-transform: uppercase;
  359. width: 250px;
  360. color: #fff;
  361. margin-left: -2px;
  362. margin-top: -20px;
  363. }
  364.  
  365. .g1 {
  366. width: 150px;
  367. height: 30px;
  368. text-align: center;
  369. padding: 25px;
  370. background: #a2c5de;
  371. margin-top: -11px;
  372. margin-left: 10px;
  373. text-transform: uppercase;
  374. }
  375.  
  376. .g2 {
  377. width: 150px;
  378. height: 30px;
  379. text-align: center;
  380. padding: 25px;
  381. background: #dea2a2;
  382. margin-top: -11px;
  383. margin-left: 10px;
  384. text-transform: uppercase;
  385. }
  386.  
  387. .g3 {
  388. width: 150px;
  389. height: 30px;
  390. text-align: center;
  391. padding: 25px;
  392. background: #cfb989;
  393. margin-top: -11px;
  394. margin-left: 10px;
  395. text-transform: uppercase;
  396. }
  397.  
  398. .g4 {
  399. width: 150px;
  400. height: 30px;
  401. text-align: center;
  402. padding: 25px;
  403. background: #cbd39c;
  404. margin-top: -11px;
  405. margin-left: 10px;
  406. text-transform: uppercase;
  407. }
  408.  
  409. .g5 {
  410. width: 150px;
  411. height: 30px;
  412. text-align: center;
  413. padding: 25px;
  414. background: #b7a1c4;
  415. margin-top: -11px;
  416. margin-left: 10px;
  417. text-transform: uppercase;
  418. }
  419.  
  420. .g6 {
  421. width: 150px;
  422. height: 30px;
  423. text-align: center;
  424. padding: 25px;
  425. background: #71b664;
  426. margin-top: -11px;
  427. margin-left: 10px;
  428. text-transform: uppercase;
  429. }
  430.  
  431. .g1:hover { background: #000; }
  432. .g2:hover { background: #000; }
  433. .g3:hover { background: #000; }
  434. .g4:hover { background: #000; }
  435. .g5:hover { background: #000; }
  436. .g6:hover { background: #000; }
  437.  
  438. .g1, .g2, .g3, .g4, .g5, .g6 {
  439. color: #fff;
  440. display: block;
  441. font-family: calibri;
  442. font-size: 12px;
  443. height: 20px;
  444. margin-top: 2px;
  445. padding: 23px;
  446. text-align: center;
  447. text-transform: uppercase;
  448. text-shadow: 1px 1px 0 #222;
  449. width: 90px;
  450. margin-left: 8px;
  451. overflow: auto;
  452. }
  453.  
  454. #cajaestad {
  455. background: #fff;
  456. border: 40px solid #fff;
  457. }
  458.  
  459. #gruposestad {
  460. background: #000;
  461. border: 10px solid #color;
  462. color: #aaa;
  463. font-family: calibri;
  464. font-size: 10px;
  465. height: 235px;
  466. overflow: auto;
  467. text-align: center;
  468. text-transform: uppercase;
  469. width: 170px;
  470. margin-left: -4px;
  471. margin-top: -10px;
  472. padding: 5px;
  473. }
  474.  
  475. .tituestad {
  476. color: #fff;
  477. font-family: calibri;
  478. background-color: #000;
  479. padding: 30px;
  480. text-transform: uppercase;
  481. font-size: 11px;
  482. text-align: center;
  483. height: 40px;
  484. width: auto;
  485. }
  486.  
  487. /*Botones flotantes y tablon de anuncios*/
  488. .bot2, .bot3, .bot4 {
  489. width: 150px;
  490. padding: 20px;
  491. cursor: pointer;
  492. text-align: center;
  493. position: fixed;
  494. z-index: 998;
  495. background: #c4bd34;
  496. color: #000;
  497. }
  498.  
  499. #caja {
  500. position: absolute;
  501. margin-top: 20px;
  502. margin-left: 650px;
  503. width: 300px;
  504. height: 300px;
  505. padding: 10px;
  506. background: #fff;
  507. z-index: 995;
  508. border-bottom: 10px solid #c4bd34;
  509. }
  510.  
  511. #caja2, #caja3, #caja4 {
  512. position: fixed;
  513. margin-top: 20px;
  514. margin-left: 650px;
  515. width: 300px;
  516. height: 300px;
  517. padding: 10px;
  518. display: none;
  519. background: #fff;
  520. z-index: 998;
  521. border-bottom: 10px solid #c4bd34;
  522. }
  523.  
  524. .bot-text {
  525. color: #fff;
  526. font-family: 'Roboto Condensed', sans-serif;
  527. font-size: 10px;
  528. line-height: 80px;
  529. font-weight: 400;
  530. text-align: center;
  531. text-transform: uppercase;
  532. }
  533.  
  534.  
  535. /* Links-----------------------------------------------------*/
  536. a:link{
  537. color: #c4bd34;
  538. text-decoration: none!important;
  539. }
  540. a:visited{
  541. color: #383838;
  542. text-decoration: none;
  543. }
  544. a:active{
  545. color: #000;
  546. text-decoration: none!important;
  547. }
  548. a:hover{
  549. color: #000;
  550. text-decoration: none;
  551. }
  552.  
  553. /*Widget*/
  554. .module .h3 {
  555. visibility:hidden;
  556. }
  557.  
  558. #content-container div#right {
  559. background-image: transparent;
  560. margin-top: -390px;
  561. margin-left: 1000px;
  562. position: fixed!important;
  563. height: 100%;
  564. }
  565.  
  566. /*Últimos temas*/
  567. #comments_scroll_div{
  568. color: #000;
  569. background: #fff;
  570. width: 250px;
  571. height: 150px;
  572. margin-top: -50px;
  573. }
  574.  
  575. /* asegurarse de que el foro tenga un tamaño definido... deberás jugar con los valores hasta que todo quede bien */
  576. #wrap {
  577. min-width: 905px; /*Ancho mínimo del foro*/
  578. width: 600px !important;
  579. background: #fff;
  580. margin-left: 70px;
  581. margin-top: -8px;
  582. bottom: 0px;
  583. position: relative;
  584. }
  585.  
  586. #content-container div#main {
  587. min-width: 905px; /*Ancho mínimo del foro*/
  588. width: 600px !important;
  589. }
  590.  
  591. .forabg {
  592. min-width: 905px; /*Ancho mínimo del foro*/
  593. width: 600px !important;
  594. background: #fff;
  595. }
  596.  
  597. .edit{ display: none; }
  598.  
  599. /* Scroll */
  600. body {
  601. position: absolute;
  602. top: 0px;
  603. left: 0;
  604. bottom: 0;
  605. right: 0px;
  606. overflow-y: auto;
  607. overflow-x: auto;
  608. margin: 0;
  609. padding: 0 !important;
  610. }
  611.  
  612. /*NAVBAR*/
  613. a.mainmenu {
  614. padding: 5px 25px 5px 25px;
  615. font-size: 10px;
  616. font-family: trebuchet ms;
  617. -webkit-transition: 0.8s;
  618. border-radius: 0px 0px 0px 0px;
  619. color: #ffffff !important;
  620. text-transform: uppercase;
  621. letter-spacing: -1px;
  622. spacing: -10px;
  623. margin-top: 10px;
  624. background: #c4bd34;
  625. }
  626.  
  627. .mainmenu:hover {
  628. background: #fff;
  629. color: #000000 !important;
  630. heigh: 30px;
  631. }
  632.  
  633. a.mainmenu[href="/calendar"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/groups"], a.mainmenu[href="/gallery/index.htm"]{
  634. display:none;
  635. padding: 0px 0px;
  636. }
  637.  
  638. /* Fix para evitar problemas en pantallas chicas, dar un ancho definido a la página */
  639. .conteneur_minwidth_IE{
  640. width: 880px;
  641. }
  642.  
  643. /*CABECERA IMAGEN*/
  644. .headerbar {
  645. margin-top: -10px;
  646. margin-right: 0px;
  647. margin-left: -5px;
  648. margin-bottom: 2px;
  649. width: 905px;
  650. height: 410px;
  651. background-image: url('http://i.imgur.com/M68DQXC.png');
  652. }
  653.  
  654. /*CABECERA CATEGORIA*/
  655. .forabg .header {
  656. background-image: url('http://i.imgur.com/MSjGC43.png');
  657. font-color: #fff!important;
  658. font-size: 15px;
  659. font-weight: 400;
  660. height: 55px;
  661. letter-spacing: 0;
  662. text-align: right;
  663. z-index: 995;
  664. padding: 40px 397px 0px;
  665. width: 95px;
  666. }
  667.  
  668. .pun h2, .pun h3, .pun h1 {
  669. color: #ffffff;
  670. text-align: right;
  671. }
  672.  
  673. .table-title h2 {
  674. font-family: 'Pacifico';
  675. text-transform: lowercase;
  676. border-bottom: 1px solid #ffffff;
  677. text-align: right;
  678. padding: 0px;
  679. color: #ffffff;
  680. width: auto;
  681. }
  682.  
  683. .forabg li.header dd.topics {
  684. display:none;
  685. }
  686. .forabg li.header dd.posts {
  687. display:none;
  688. }
  689. .forabg li.header dd.lastpost {
  690. display:none;
  691. }
  692.  
  693. .forabg .header .table-title h2{
  694. font-family: 'Pacifico';
  695. text-transform: lowercase;
  696. border-bottom: 1px solid #ffffff;
  697. text-align: right;
  698. padding: 0px;
  699. color: #ffffff;
  700. width: auto;
  701. }
  702.  
  703. /*desc*/
  704. .triangle1 {
  705. width: 0;
  706. height: 0;
  707. border-top: 10px solid transparent;
  708. border-right: 30px solid #000;
  709. border-bottom: 10px solid transparent;
  710. margin-top: -65px;
  711. }
  712.  
  713. .image2 {
  714. margin-left: -2px;
  715. margin-top: -20px;
  716. background: transparent;
  717. width: 150px;
  718. height:100px;
  719. border: 10px solid #0a0a09;
  720. }
  721.  
  722. .desc-nell {
  723. margin-left: -2px;
  724. margin-top: 20px;
  725. background: url('http://i.imgur.com/n2MK8rg.png');
  726. width: 350px;
  727. height:150px;
  728. border: 10px solid #0a0a09;
  729. }
  730.  
  731. .desc-nell1 {
  732. background-color: #000;
  733. width: 260px;
  734. height: 90px;
  735. font-size: 10px;
  736. font-family: calibri;
  737. text-align: justify;
  738. text-trasnform: none;
  739. color: #fff;
  740. line-height: 11px;
  741. padding: 10px;
  742. letter-spacing: 2px;
  743. margin-left: 33px;
  744. margin-top: -5px;
  745. overflow: auto;
  746. }
  747.  
  748. .linkinter {
  749. margin-top: px;
  750. cursor: pointer;
  751. background: #0a0a09;
  752. font-family: calibri;
  753. font-size: 11px;
  754. height: 15px;
  755. overflow: auto;
  756. text-align: center;
  757. text-transform: uppercase;
  758. width: 100px;
  759. color: #FFFFFF!important;
  760. padding: 5px;
  761. padding-top: 5px;
  762. transition-duration: .8s;
  763. -webkit-transition-duration: .8s;
  764. -moz-transition-duration: .8s;
  765. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  766. }
  767.  
  768. .linkinter:hover {
  769. margin-top: px;
  770. cursor: pointer;
  771. background: #fff;
  772. font-family: calibri;
  773. font-size: 11px;
  774. height: 15px;
  775. overflow: auto;
  776. text-align: center;
  777. text-transform: uppercase;
  778. width: 100px;
  779. color: #000!important;
  780. transition-duration: .8s;
  781. -webkit-transition-duration: .8s;
  782. -moz-transition-duration: .8s;
  783. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  784. padding: 5px;
  785. padding-top: 5px;
  786. }
  787.  
  788. /*Título de los subforos. Esto afectará a los títulos*/
  789. a.forumtitle {
  790. margin-bottom:-35px;
  791. margin-top: 10px;
  792. background-color:#0a0a09;
  793. color:#FFFFFF!important;
  794. font-size:11px;
  795. font-family: calibri;
  796. text-transform: uppercase;
  797. letter-spacing:3px;
  798. padding-top: 10px;
  799. height: 31px;
  800. width: 370px;
  801. margin-left:0px;
  802. display: block;
  803. text-align: center;
  804. transition-duration: .8s;
  805. -webkit-transition-duration: .8s;
  806. -moz-transition-duration: .8s;
  807. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  808. }
  809.  
  810. a.forumtitle:hover {
  811. margin-bottom:-35px;
  812. margin-top: 10px;
  813. background-color:#fff;
  814. color:#000!important;
  815. font-size:11px;
  816. font-family: calibri;
  817. text-transform: uppercase;
  818. letter-spacing:3px;
  819. padding-top: 10px;
  820. height: 31px;
  821. width: 370px;
  822. margin-left:0px;
  823. display: block;
  824. text-align: center;
  825. transition-duration: .8s;
  826. -webkit-transition-duration: .8s;
  827. -moz-transition-duration: .8s;
  828. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  829. }
  830.  
  831. /*Últimos temas*/
  832. .forabg li.row dd.lastpost {
  833. background-color: #c4bd34;
  834. border-radius: ;
  835. bottom: -0;
  836. color: #fff;
  837. display: block;
  838. font-family: calibri;
  839. font-size: 12px;
  840. font-style: normal;
  841. font-variant: normal;
  842. font-weight: normal;
  843. height: 45px;
  844. letter-spacing: 1px;
  845. right: -70px;
  846. top: 15px;
  847. margin-left: 120px;
  848. margin-top: 25px;
  849. padding: 10px 3px 20px;
  850. text-align: center;
  851. text-transform: uppercase;
  852. vertical-align: center;
  853. width: 190px;
  854. z-index: 985;
  855. }
  856.  
  857. .forabg li.row dd.topics {
  858. color: #fff;
  859. font-family: calibri;
  860. font-size: 12px;
  861. font-style: normal;
  862. font-variant: normal;
  863. font-weight: normal;
  864. margin-left: 205px;
  865. margin-top: 9px;
  866. text-align: center;
  867. padding: 20px;
  868. background-color:#0a0a09;
  869. }
  870.  
  871. .forabg li.row dd.posts {
  872. color: #fff;
  873. font-family: calibri;
  874. font-size: 12px;
  875. font-style: normal;
  876. font-variant: normal;
  877. font-weight: normal;
  878. margin-left: 120px;
  879. margin-top: -20px;
  880. text-align: center;
  881. padding: 20px;
  882. background-color:#0a0a09;
  883. }
  884.  
  885. .forabg li.row dd.topics::after {content: "▲";}
  886.  
  887. .forabg li.row dd.posts::after {content: "▼";}
  888.  
  889. dd.lastpost span.color-groups {float: none;}
  890.  
  891. .sprite-icon_topic_latest {display: none;}
  892.  
  893. /*scroll*/
  894. ::-webkit-scrollbar {
  895. width: 5px;
  896. height: 10px;
  897. }​
  898.  
  899. ::-webkit-scrollbar-button:start:decrement,
  900. ::-webkit-scrollbar-button:end:increment {
  901. height: 30px;
  902. display: none;
  903. background: ;
  904. }
  905.  
  906. ::-webkit-scrollbar-track-piece {
  907. background: transparent;
  908. }
  909.  
  910.  
  911. /*barrita vertical*/
  912. ::-webkit-scrollbar-thumb:vertical {
  913. height: 10px;
  914. background: #c4bd34;
  915. border: 1px solid #c4bd34;
  916. }
  917.  
  918. .contenedor{
  919. width: 350px;
  920. margin: auto;
  921. background: #fff;
  922. border-bottom: 5px solid #000;
  923. }
  924.  
  925. .contenedor .titulo{
  926. width: auto;
  927. float: center;
  928. font-style: open sans condensed;
  929. text-transform: uppercase;
  930. }
  931.  
  932. #pestanas {
  933. float: top;
  934. font-size: 3ex;
  935. font-weight: bold;
  936. }
  937.  
  938. #pestanas ul{
  939. margin-left: 60px;
  940. float: center;
  941. }
  942.  
  943. #pestanas li{
  944. list-style-type: none;
  945. float: center;
  946. background: #000;
  947. color: #fff;
  948. }
  949.  
  950. #pestanas a:link{
  951. text-decoration: none;
  952. color: #fff;
  953. }
  954.  
  955. #contenidopestanas{
  956. clear: both;
  957. background: #000;
  958. padding: 20px 0px 20px 20px;
  959. width: auto;
  960. }
  961.  
  962. /*Quitar cosas*/
  963. p.right.rightside + p, p:nth-of-type(1) {
  964. display:none;
  965. }
  966.  
  967. p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
  968. display: block;
  969. }
  970.  
  971. .edit{ display: none; }
  972.  
  973. /*Quitar el Buscar*/
  974. .search-box {
  975. display: none;
  976. }
  977.  
  978. #search-box {
  979. display: none;
  980. }
  981.  
  982. /*PARA QUE NO SE BAJE EL CUADRO DE CHROME*/
  983. #helpbox.helpline {
  984. display:none;
  985. }
  986. span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
  987. display: none;
  988. }
  989.  
  990. /*css*/
  991. .linkinter3 {
  992. margin-top: px;
  993. cursor: pointer;
  994. background: #0a0a09;
  995. font-family: calibri;
  996. font-size: 11px;
  997. height: 20px;
  998. overflow: auto;
  999. text-align: center;
  1000. text-transform: uppercase;
  1001. width: 290px;
  1002. color: #FFFFFF!important;
  1003. padding: 5px;
  1004. padding-top: 5px;
  1005. transition-duration: .8s;
  1006. -webkit-transition-duration: .8s;
  1007. -moz-transition-duration: .8s;
  1008. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  1009. }
  1010.  
  1011. .linkinter3:hover {
  1012. margin-top: px;
  1013. cursor: pointer;
  1014. background: #fff;
  1015. font-family: calibri;
  1016. font-size: 11px;
  1017. height: 20px;
  1018. overflow: auto;
  1019. text-align: center;
  1020. text-transform: uppercase;
  1021. width: 290px;
  1022. color: #000!important;
  1023. transition-duration: .8s;
  1024. -webkit-transition-duration: .8s;
  1025. -moz-transition-duration: .8s;
  1026. -ms-transition-duration: .8s; -o- transition-duration: .8s;
  1027. padding: 5px;
  1028. padding-top: 5px;
  1029. }
  1030.  
  1031. .descrip {
  1032. border: 2px solid #c4bd34;
  1033. padding: 10px;
  1034. text-align: justify;
  1035. font-size: 10px;
  1036. color: #000;
  1037. overflow: auto;
  1038. height: 250px;
  1039. width: 250px;
  1040. margin-top: 13px;
  1041. margin-left: 13px;
  1042. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement