Advertisement
Guest User

Untitled

a guest
Aug 30th, 2021
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. /*Estilo de yozora quien*/
  2.  
  3. /*Fondo, color de letra, etc*/
  4. html, body {
  5. background-color:#c39f0bba!important;
  6. font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
  7. color: #42380f80 !important;
  8. }
  9. /*Imagen de fondo*/
  10. body{
  11.  
  12. background: url("https://i.imgur.com/ytcZKgI.png")!important ;
  13. background-repeat: no-repeat !important;
  14. background-attachment: fixed !important ;
  15. background-position: right !important;
  16. background-size: contain !important;
  17. }
  18.  
  19. /*--------colores del catálogo-----------*/
  20. .cellcatalog, .cell-recommendation {
  21. background: #ffd9f4ab !important;
  22. border: 1px solid #ff64d1de !important;
  23. }
  24.  
  25. /*----color de la cataja de buscar y reporte y el color de las caja de respuestas rápidas----*/
  26.  
  27. input[type="text"], select, textarea {
  28. background: #fff1f5d6 !important;
  29. color: #da5d3d !important;
  30. border: 1px solid #9A9A9A !important;
  31. border-radius: 3px;
  32. }
  33.  
  34. /*-------barra de navegacion (cima y fondo)-------------*/
  35. .barra {
  36. border: 1px solid #fa7ec4;
  37. background: #ffebce70;
  38. border-radius: 5px;
  39. color: #d4593a;
  40. }
  41. .barra>a{
  42. color:#7e2ba93d;
  43. }
  44.  
  45. .boards-list>a {
  46. color:#942ba9b5;
  47.  
  48. }
  49. .boards-list>a:visited {
  50. color: #930494;
  51. }
  52.  
  53. .boards-list-footer>a{
  54. color: #5c440a;
  55. }
  56. .boards-list-footer>a:visited {
  57. color: #9b0576c4;
  58. }
  59.  
  60. /*------------Flechas de navegacion------------*/
  61. #pcscrollTop, #pcscrollBottom, #scrollTop, #scrollBottom {
  62. background-color: #ffb7e86b;
  63. border: 1px solid #fa7ec4;
  64. color: #ffe062;
  65. }
  66.  
  67.  
  68. /*-----Linea divisora------*/
  69. hr{
  70. background-color: #a211b9;
  71. }
  72.  
  73. /*Titulo*/
  74. .logo{
  75. color:#d4593a;
  76. }
  77. .avisoverde {
  78. background: #a09000b5;
  79. color: #ce2a1394;
  80. border: 1px solid #d4593a75;
  81. }
  82.  
  83.  
  84. /*botones [volver][catalogo]*/
  85. .botones>a{
  86. color:#ce2a13cc!important;
  87. }
  88.  
  89.  
  90.  
  91. /*Linea divisora "estas en el hilo..."*/
  92. .replymode {
  93. color: #ffffec;
  94. background: #d4593a;
  95. }
  96.  
  97.  
  98. /*-----------------Caja de posteo------------------*/
  99. form table tr th {
  100. background: #ffd012 !important;
  101. color: #b90c23 !important;
  102. border: 1px solid #ffd012 !important;
  103. border-radius: 5px;
  104. }
  105.  
  106. .postblock {
  107. background: #d4593a;
  108. text-align: center;
  109. color: #fffdfd;
  110. padding: 5px;
  111. font-weight: 700;
  112. border: 1px solid #a09000c7;
  113. -webkit-border-radius: 5px;
  114. -moz-border-radius: 5px;
  115. border-radius: 5px;
  116. }
  117.  
  118. .postarea, #de-pform {
  119. background: #ffd9f4ab;
  120. margin: 15px auto;
  121. padding: 10px;
  122. width: 706px;
  123. box-shadow: 0 0 4px 0 rgba(255, 41, 230, .44);
  124. }
  125.  
  126. .enviar {
  127. border: solid 0px #a09000b5;
  128. color: #ffffff;
  129. background-color: #d4593a;
  130. float: right;
  131. }
  132.  
  133. /*Mouse encima de enviar*/
  134. .enviar:hover{
  135. background-color: #d4593a7a !important;
  136. color:#fff;
  137. }
  138.  
  139.  
  140. /*Opciones de tachado, subrayado, spoiler, etc*/
  141. td>a{
  142. color:#ce2a13;
  143. }
  144.  
  145.  
  146. /*------------------OP--------------------*/
  147. /*Texto*/
  148. .thread>blockquote{
  149. color:#875846;
  150. }
  151.  
  152. /*links*/
  153. .thread>blockquote a{
  154. color:#223ba2;
  155. }
  156.  
  157. /*Tamaño de archivo y buscar[S]*/
  158. .filesize>a, .buscar>a{
  159. color:#ce2a13;
  160. }
  161.  
  162. /*Nombre de archivo*/
  163. .filesize{
  164. color:#c83621;
  165. }
  166.  
  167. /*Titulo del hilo*/
  168. .filetitle{
  169. color:#8b1e0e;
  170. }
  171.  
  172. /*Anonimo*/
  173. #threadinfo>.postername{
  174. color:#3eff48;
  175. }
  176.  
  177. /*Fecha-hora*/
  178. #threadinfo>.timer>a{
  179. color:#b7035e;
  180. }
  181.  
  182. /*Buscar[S]*/
  183. #threadinfo>.reflink a{
  184. color:#ff1f00 !important;
  185. }
  186.  
  187.  
  188. /*---------------------------Posts--------------------------*/
  189. /*Letra,fondo , ect*/
  190. .reply{
  191. background-color:#ffdffd99;
  192. color:#000000;
  193. border-color: #ffcb69;
  194. }
  195. .reply>a{
  196. color:#000000;
  197. }
  198.  
  199. /*Nombre de archivo*/
  200. .filenamereply>a{
  201. color:#ff0095;
  202. }
  203.  
  204. /*Anonimo*/
  205. .postername{
  206. color:#13680dde;
  207. }
  208.  
  209. /*Fecha-hora*/
  210. .timer>a{
  211. color:#c61a02fa;
  212. }
  213.  
  214. /*Numero de post*/
  215. .reflink a{
  216. color:#ab220e !important;
  217. }
  218.  
  219. /*Ocultar respuesta*/
  220. .hideshow{
  221. color:#d4593a;
  222. }
  223.  
  224. /*Encima de link*/
  225. a:hover,.intro a.post_no:hover {
  226. color: #6b0d00;
  227. }
  228.  
  229. /*Encima del numero de post*/
  230. .reflink a:hover {
  231. color: #ce2a13 !important;
  232. }
  233.  
  234.  
  235.  
  236.  
  237. /*Link visitado*/
  238. a:visited {
  239. color: #7d1507;
  240. }
  241.  
  242. a, aisited {
  243. color: #d45439b5;
  244. }
  245.  
  246. /*Texto verde*/
  247. .unkfunc {
  248. color: #076600;
  249. }
  250. /*Texto rojo*/
  251. .redtext {
  252. color: #ff0020;
  253. }
  254.  
  255. /*Spoiler*/
  256. span.spoiler {
  257. background: #ce2a13;
  258. color: #ce2a13;
  259. }
  260.  
  261. .spoiler:hover{
  262. color:#fff!important;
  263. }
  264.  
  265. .spoiler:not(:hover){
  266. color:#ce2a13!important;
  267. }
  268. .spoiler a:visited{
  269. color:#ce2a13!important;
  270. }
  271. .spoiler a:link{
  272. color:#ce2a13!important;
  273. }
  274. .spoiler a:hover{
  275. color:#fff!important;
  276. }
  277.  
  278.  
  279. /*Post seleccionado*/
  280. .highlight {
  281. background:#dda098c4;
  282. color:#fff;
  283. border:1px solid #ffd012;
  284. }
  285.  
  286.  
  287. /*Caja para codigo "/code" */
  288. pre.prettyprint {
  289. border: 2px solid #8a8888;
  290. background-color: #d6d5d5;
  291. }
  292.  
  293. .code {
  294. background: #fddbffcc;
  295. border: 1px solid #fe0da6;
  296. }
  297.  
  298.  
  299.  
  300. /*Respuesta rapida*/
  301. #quick_reply_window{
  302. border: #ffd012!important;
  303. box-shadow: 0 0 4px 0 #ffd012c2;
  304. }
  305.  
  306.  
  307. /*Caja de reportes*/
  308.  
  309. .reporte {
  310. background-color: #fdd7fdb3;
  311. border: 1px solid #ffd012;
  312. color: #f82709c4;
  313. }
  314.  
  315. .eliminar, .reportar {
  316. background-color: #44003ae6;
  317. border: 1px solid #840177;
  318. color: #f82709a8;
  319. }
  320.  
  321.  
  322. /*-------OTRAS MIERDAS-----*/
  323. /*Admins*/
  324. .op {
  325. background-color:#92009f ;
  326. color: #fff;
  327. }
  328.  
  329.  
  330.  
  331. /*Boton para responder hilo*/
  332. #botonresp {
  333. background: #cd5231;
  334. color: #ffe;
  335. }
  336.  
  337. /*Encima de responder hilo*/
  338. #botonresp:hover{
  339. background-color: #ff1ee4d9 !important;
  340. color:#f2ffff;
  341. }
  342.  
  343. /*Boton de expandir hilo*/
  344. .expandirhilo {
  345. background: #7b03aa;
  346. color: #ffe;
  347. }
  348. /*Boton de expandir hilo*/
  349. .expandirhilo:hover {
  350. background: #ce4f2f;
  351. color: #ffe;
  352. }
  353.  
  354. /*Texto de posts omitidos*/
  355. .omittedposts {
  356. color: #00089e;
  357. }
  358.  
  359. /*"Sigue leyendo el post completo..."*/
  360. .abbrev {
  361. color: #8b409c;
  362. }
  363.  
  364. /*Aviso "rojo"*/
  365. .avisorojo {
  366. background: #9cf9ff;
  367. color: #330cf5;
  368. border: 1px solid #1b11e1;
  369. }
  370.  
  371. /*Catalogo*/
  372. .catalogmode {
  373. color: #ffe;
  374. background: #ff330080;
  375. }
  376.  
  377. .cellcatalog, .cell-recommendation {
  378. background: #fff1f5;
  379. border: 1px solid #ff64d1;
  380. }
  381.  
  382. .navbar-mobile {
  383. background-color: #f73d0e;
  384. color: #FFF9C4;
  385. }
  386.  
  387. /*Lista de hilos(numeros)*/
  388. .numeros {
  389. background-color: #d45e4261;
  390. border: 1px solid #8b5303;
  391. }
  392. .page-nav {
  393. background: #ce4f2f9c;
  394. color: #fff;
  395. }
  396. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement