1. /* License: AGPLv3 or later (http://www.gnu.org/licenses/), Copyright 2015, Jabiertxof <jtx@jtx.marker.es> */
  2. #shield.download #banners > div {
  3. background-color: #333333;
  4. background-image: url("../images/releases/background.png");
  5. border-bottom: 0px none;
  6. border-radius: 0px 0px 15px 15px;
  7. }
  8. #shield.download #banners > div > div {
  9. margin: 0px 250px 0px -50px;
  10. width: 720px;
  11. }
  12. #shield.download #banners ul ul div {
  13. display: none;
  14. background-color: transparent;
  15. }
  16. #shield.download #banners ul ul {
  17. float:right;
  18. text-align:right;
  19. }
  20. #shield.download #banners > div > div > ul > li {
  21. background-color: #444444;
  22. border-radius: 0px 8px 8px 0px;
  23. color: #d55500;
  24. cursor: pointer;
  25. display: block;
  26. font-size: 20px;
  27. margin-bottom: 6px;
  28. padding: 6px 0px 4px;
  29. line-height: 1px;
  30. vertical-align: middle;
  31. min-height: 37px;
  32. overflow:auto;
  33. box-shadow: 2px 2px 8px -5px #000;
  34. }
  35. #banners > div > div {
  36. text-align: left;
  37. }
  38. #shield.download #banners ul ul li {
  39. background-color: #333333;
  40. border-radius: 3px;
  41. color: #cccccc;
  42. cursor: pointer;
  43. display: inline-block;
  44. font-size: 14px;
  45. padding: 2px 10px;
  46. margin: 4px 0px 0px;
  47. box-shadow: 2px 2px 8px -5px #000 inset;
  48. }
  49. #shield.download #banners li ul {
  50. margin: -3px 10px 0px 0px !important;
  51. max-width:400px;
  52. }
  53. #shield.download #banners ul ul li:focus div,
  54. #shield.download #banners ul ul li div:hover {
  55. background-color: transparent;
  56. background-position: left center;
  57. background-repeat: no-repeat;
  58. background-size: contain;
  59. display: block;
  60. height: 240px;
  61. width: 225px;
  62. padding: 10px;
  63. position: absolute;
  64. top: 25px;
  65. left: 50%;
  66. margin-left: 221px;
  67. text-align: center;
  68. }
  69. #shield.download #banners ul li.child > img {
  70. width: 32px;
  71. display: inline-block;
  72. margin: 0px 4px 5px 8px;
  73. vertical-align: middle;
  74. }
  75. #shield.download #banners ul li.platform img {
  76. width: 128px;
  77. }
  78. #shield.download #banners ul ul li p {
  79. color: #cccccc;
  80. margin: 0px;
  81. }
  82. #shield.download #banners ul ul li p > a,
  83. #shield.download #banners ul ul li p > span {
  84. padding: 6px;
  85. margin: 4px;
  86. background: #333;
  87. border-radius: 4px;
  88. box-shadow: 2px 2px 8px -5px #000;
  89. }
  90. #shield.download #banners ul ul li:focus {
  91. background-color: #d55500;
  92. outline: medium none;
  93. box-shadow: none;
  94. color: #333333;
  95. }
  96. #shield.download #banners ul ul li a,
  97. #shield.download #banners ul ul li span {
  98. display: block;
  99. font-size: 15px;
  100. }
  101. #shield.download #banners ul ul li p > a:hover {
  102. text-decoration: none;
  103. background: #d55500;
  104. color: #333333;
  105. }
  106. #shield.download #banners div > div > div {
  107. background-position: 90px 50px;
  108. background-repeat: no-repeat !important;
  109. background-size: 130px auto;
  110. height: 400px;
  111. }
  112. #shield.download #banners {
  113. margin-bottom: 12px;
  114. background-repeat: no-repeat;
  115. background-color: black;
  116. }
  117. #shield div#question {
  118. color: #2b2b2b;
  119. float: left;
  120. display: inline-block;
  121. padding: 30px 0px 0px 120px;;
  122. font-size: 160px;
  123. font-weight: bold;
  124. }
  125. #shield div#nodata{
  126. color:#ccc;
  127. font-size:30px;
  128. }
  129. .notes {
  130. min-height: 200px;
  131. margin: 12px 0px;
  132. line-height: 16px;
  133. font-family: "Liberation Mono","Ubuntu Mono",mono;
  134. border: 1px dotted #eee;
  135. background: #FFF none repeat scroll 0% 0%;
  136. overflow: hidden;
  137. padding: 8px 14px !important;
  138. }
 
 

44

 

685

Pasted Text #1101

-

PasteBin

Lines
161
Words
412
Size
3,4 KB
Created
Typ
text/plain
Public Domain (PD)
Please log in to leave a comment!