The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

49 lignes
1.5KB

  1. /* rugby.css */
  2. body {
  3. background:
  4. url(img/rugby_rugbysta.png) no-repeat bottom right fixed,
  5. url(img/rugby_background2.jpg) no-repeat center center fixed;
  6. /* -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%) fixed,
  7. linear-gradient(to bottom, #cfe7fa 0%,#6393c1 100%) fixed; */
  8. background-size: auto, cover;
  9. }
  10. .desktop-style div.boardlist:nth-child(1), div.post.reply, div.pages {
  11. background: #ebf1f6; /* Old browsers */
  12. background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
  13. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
  14. background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
  15. background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
  16. background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
  17. background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
  18. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
  19. border-bottom: 1px solid #e9af32;
  20. }
  21. div.post.reply, div.pages {
  22. border-radius: 20px 20px;
  23. border: 1px solid #e9af32;
  24. }
  25. form table tr th {
  26. background: #e9af32 !important;
  27. }
  28. hr {
  29. border-color: #e9af32;
  30. }
  31. h1, header div.subtitle {
  32. color: #ec3150;
  33. }
  34. .desktop-style .sub {
  35. background: none;
  36. }