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. }
  19. #shield.download #banners > div > div > ul > li {
  20. background-color: #444444;
  21. border-radius: 0px 8px 8px 0px;
  22. color: #d55500;
  23. cursor: pointer;
  24. display: block;
  25. font-size: 20px;
  26. margin-bottom: 6px;
  27. padding: 6px 0px 4px;
  28. line-height: 1px;
  29. vertical-align: middle;
  30. min-height: 37px;
  31. overflow:auto;
  32. box-shadow: 2px 2px 8px -5px #000;
  33. }
  34. #banners > div > div {
  35. text-align: left;
  36. }
  37. #shield.download #banners ul ul li {
  38. background-color: #333333;
  39. border-radius: 3px;
  40. color: #cccccc;
  41. cursor: pointer;
  42. display: inline-block;
  43. font-size: 14px;
  44. padding: 2px 10px;
  45. margin: 4px 0px 0px;
  46. box-shadow: 2px 2px 8px -5px #000 inset;
  47. }
  48. #shield.download #banners li ul {
  49. margin: -3px 10px 0px 0px;
  50. }
  51. #shield.download #banners ul ul li:focus div,
  52. #shield.download #banners ul ul li div:hover {
  53. background-color: transparent;
  54. background-position: left center;
  55. background-repeat: no-repeat;
  56. background-size: contain;
  57. display: block;
  58. height: 240px;
  59. width: 225px;
  60. padding: 10px;
  61. position: absolute;
  62. top: 25px;
  63. left: 50%;
  64. margin-left: 221px;
  65. text-align: center;
  66. }
  67. #shield.download #banners ul li.child > img {
  68. width: 32px;
  69. display: inline-block;
  70. margin: 0px 4px 5px 8px;
  71. vertical-align: middle;
  72. }
  73. #shield.download #banners ul li.platform img {
  74. width: 128px;
  75. }
  76. #shield.download #banners ul ul li p {
  77. color: #cccccc;
  78. margin: 0px;
  79. }
  80. #shield.download #banners ul ul li p > a,
  81. #shield.download #banners ul ul li p > span {
  82. padding: 6px;
  83. margin: 4px;
  84. background: #333;
  85. border-radius: 4px;
  86. box-shadow: 2px 2px 8px -5px #000;
  87. }
  88. #shield.download #banners ul ul li:focus {
  89. background-color: #d55500;
  90. outline: medium none;
  91. box-shadow: none;
  92. color: #333333;
  93. }
  94. #shield.download #banners ul ul li a,
  95. #shield.download #banners ul ul li span {
  96. display: block;
  97. font-size: 15px;
  98. }
  99. #shield.download #banners ul ul li p > a:hover {
  100. text-decoration: none;
  101. background: #d55500;
  102. color: #333333;
  103. }
  104. #shield.download #banners div > div > div {
  105. background-position: 90px 50px;
  106. background-repeat: no-repeat !important;
  107. background-size: 130px auto;
  108. height: 400px;
  109. }
  110. #shield.download #banners {
  111. margin-bottom: 12px;
  112. background-repeat: no-repeat;
  113. background-color: black;
  114. }
  115. #shield div#question {
  116. color: #2b2b2b;
  117. float: left;
  118. display: inline-block;
  119. padding: 30px 0px 0px 120px;;
  120. font-size: 160px;
  121. font-weight: bold;
  122. }
  123. #shield div#nodata{
  124. color:#ccc;
  125. font-size:30px;
  126. }
  127. .notes {
  128. min-height: 200px;
  129. margin: 12px 0px;
  130. line-height: 16px;
  131. font-family: "Liberation Mono","Ubuntu Mono",mono;
  132. border: 1px dotted #eee;
  133. background: #FFF none repeat scroll 0% 0%;
  134. overflow: hidden;
  135. padding: 8px 14px !important;
  136. }
  137. /* License: AGPLv3 or later (http://www.gnu.org/licenses/), Copyright 2015, Jabiertxof <jtx@jtx.marker.es> */
  138. #shield.download #banners > div {
  139. background-color: #333333;
  140. background-image: url("../images/releases/background.png");
  141. border-bottom: 0px none;
  142. border-radius: 0px 0px 15px 15px;
  143. }
  144. #shield.download #banners > div > div {
  145. margin: 0px 250px 0px -50px;
  146. width: 720px;
  147. }
  148. #shield.download #banners ul ul div {
  149. display: none;
  150. background-color: transparent;
  151. }
  152. #shield.download #banners ul ul {
  153. float:right;
  154. text-align:right;
  155. }
  156. #shield.download #banners > div > div > ul > li {
  157. background-color: #444444;
  158. border-radius: 0px 8px 8px 0px;
  159. color: #d55500;
  160. cursor: pointer;
  161. display: block;
  162. font-size: 20px;
  163. margin-bottom: 6px;
  164. padding: 6px 0px 4px;
  165. line-height: 1px;
  166. vertical-align: middle;
  167. min-height: 37px;
  168. overflow:auto;
  169. box-shadow: 2px 2px 8px -5px #000;
  170. }
  171. #banners > div > div {
  172. text-align: left;
  173. }
  174. #shield.download #banners ul ul li {
  175. background-color: #333333;
  176. border-radius: 3px;
  177. color: #cccccc;
  178. cursor: pointer;
  179. display: inline-block;
  180. font-size: 14px;
  181. padding: 2px 10px;
  182. margin: 4px 0px 0px;
  183. box-shadow: 2px 2px 8px -5px #000 inset;
  184. }
  185. #shield.download #banners li ul {
  186. margin: -3px 10px 0px 0px !important;
  187. max-width:400px;
  188. }
  189. #shield.download #banners ul ul li:focus div,
  190. #shield.download #banners ul ul li div:hover {
  191. background-color: transparent;
  192. background-position: left center;
  193. background-repeat: no-repeat;
  194. background-size: contain;
  195. display: block;
  196. height: 240px;
  197. width: 225px;
  198. padding: 10px;
  199. position: absolute;
  200. top: 25px;
  201. left: 50%;
  202. margin-left: 221px;
  203. text-align: center;
  204. }
  205. #shield.download #banners ul li.child > img {
  206. width: 32px;
  207. display: inline-block;
  208. margin: 0px 4px 5px 8px;
  209. vertical-align: middle;
  210. }
  211. #shield.download #banners ul li.platform img {
  212. width: 128px;
  213. }
  214. #shield.download #banners ul ul li p {
  215. color: #cccccc;
  216. margin: 0px;
  217. }
  218. #shield.download #banners ul ul li p > a,
  219. #shield.download #banners ul ul li p > span {
  220. padding: 6px;
  221. margin: 4px;
  222. background: #333;
  223. border-radius: 4px;
  224. box-shadow: 2px 2px 8px -5px #000;
  225. }
  226. #shield.download #banners ul ul li:focus {
  227. background-color: #d55500;
  228. outline: medium none;
  229. box-shadow: none;
  230. color: #333333;
  231. }
  232. #shield.download #banners ul ul li a,
  233. #shield.download #banners ul ul li span {
  234. display: block;
  235. font-size: 15px;
  236. }
  237. #shield.download #banners ul ul li p > a:hover {
  238. text-decoration: none;
  239. background: #d55500;
  240. color: #333333;
  241. }
  242. #shield.download #banners div > div > div {
  243. background-position: 90px 50px;
  244. background-repeat: no-repeat !important;
  245. background-size: 130px auto;
  246. height: 400px;
  247. }
  248. #shield.download #banners {
  249. margin-bottom: 12px;
  250. background-repeat: no-repeat;
  251. background-color: black;
  252. }
  253. #shield div#question {
  254. color: #2b2b2b;
  255. float: left;
  256. display: inline-block;
  257. padding: 30px 0px 0px 120px;;
  258. font-size: 160px;
  259. font-weight: bold;
  260. }
  261. #shield div#nodata{
  262. color:#ccc;
  263. font-size:30px;
  264. }
  265. .notes {
  266. min-height: 200px;
  267. margin: 12px 0px;
  268. line-height: 16px;
  269. font-family: "Liberation Mono","Ubuntu Mono",mono;
  270. border: 1px dotted #eee;
  271. background: #FFF none repeat scroll 0% 0%;
  272. overflow: hidden;
  273. padding: 8px 14px !important;
  274. }
  1. More ...
 
 

43

 

903

Pasted Text #1099

-

PasteBin

Zeilen
320
Wörter
822
Größe
6,7 KB
Erstellt
Typ
text/plain
Public Domain (PD)
Bitte melde Dich an, um einen Kommentar zu verfassen!