Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

sks-v2.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. body {
  2. background-size: 100% auto;
  3. color: #e79b1f;
  4. font: 11px/160% "Verdana";
  5. }
  6. header {
  7. max-width: 800px;
  8. margin: 20px auto 0px auto;
  9. box-shadow: 0px 5px 10px #000;
  10. }
  11. footer {
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. right: 0;
  16. height: 120px;
  17. border-top: 2px solid #e79b1f;
  18. background: url("../images/bg.png");
  19. background-position: top left;
  20. box-shadow: 0px -5px 10px #000000;
  21. }
  22. a {
  23. color: #f5c87e;
  24. text-decoration: underline;
  25. font-size: 0.9em;
  26. font-weight: bold;
  27. }
  28. a:hover {
  29. color: #e79b1f;
  30. text-decoration: underline;
  31. font-size: 0.9em;
  32. font-weight: bold;
  33. }
  34. .mediaLinks {
  35. margin: 10px auto 0px auto;
  36. float: right;
  37. }
  38. .version {
  39. clear: both;
  40. float: right;
  41. margin-top: 15px;
  42. }
  43. .row-width {
  44. border: 1px solid #ffffff;
  45. width: 95%;
  46. max-width: 800px;
  47. margin: 20px auto 10px auto;
  48. }
  49. .less-padding {
  50. padding-left: 0;
  51. padding-right: 0;
  52. }
  53. .carousel-indicators {
  54. margin-bottom: -10px;
  55. }
  56. .sks-dropdown {
  57. background: linear-gradient(#1f1a16, #4d3c32);
  58. border: 1px solid #e79b1f;
  59. }
  60. .sks-dropdown li a {
  61. color: #f5c87e;
  62. text-decoration: none;
  63. }
  64. .sks-dropdown li a:hover {
  65. color: #e79b1f;
  66. background: transparent;
  67. text-decoration: underline;
  68. }
  69. .sks-margin-bottom {
  70. margin-bottom: 25%;
  71. }
  72. .sks-max-width {
  73. max-width: 320px;
  74. margin: 0 auto 0 auto;
  75. }
  76. .sks-box {
  77. border: 2px solid #e79b1f;
  78. background: linear-gradient(#1f1a16, #4d3c32);
  79. padding: 10px;
  80. box-shadow: 0px 5px 10px #000000;
  81. -webkit-border-radius: 5px;
  82. -moz-border-radius: 5px;
  83. border-radius: 5px;
  84. }
  85. .sks-bottom-spacer {
  86. margin-bottom: 15px;
  87. }
  88. .sks-screens {
  89. margin: 2px auto 10px auto;
  90. }
  91. .sks-download-button {
  92. background: url("../images/sks-background.png") repeat;
  93. border: 2px solid #e79b1f;
  94. width: 100%;
  95. height: 50px;
  96. font-size: 3.5em;
  97. color: #e79b1f;
  98. cursor: pointer;
  99. margin: 5px auto 5px auto;
  100. box-shadow: 0 5px 10px #000000;
  101. }
  102. @media only screen and (min-device-width: 375px) {
  103. body {
  104. background: #cfcfcf url('../images/sks-background.png') repeat;
  105. }
  106. header {
  107. width: 95%;
  108. }
  109. footer {
  110. height: 72px;
  111. font-size: 100%;
  112. }
  113. }
  114. @media only screen and (min-device-width: 1024px) {
  115. body {
  116. background: #cfcfcf url('../images/skslp-bg.jpg');
  117. background-position: center;
  118. background-size: cover;
  119. }
  120. header {
  121. width: 100%;
  122. }
  123. }