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. }
  275. /* License: AGPLv3 or later (http://www.gnu.org/licenses/), Copyright 2015, Jabiertxof <jtx@jtx.marker.es> */
  276. #shield.download #banners > div {
  277. background-color: #333333;
  278. background-image: url("../images/releases/background.png");
  279. border-bottom: 0px none;
  280. border-radius: 0px 0px 15px 15px;
  281. }
  282. #shield.download #banners > div > div {
  283. margin: 0px 250px 0px -50px;
  284. width: 720px;
  285. }
  286. #shield.download #banners ul ul div {
  287. display: none;
  288. background-color: transparent;
  289. }
  290. #shield.download #banners ul ul {
  291. float:right;
  292. text-align:right;
  293. }
  294. #shield.download #banners > div > div > ul > li {
  295. background-color: #444444;
  296. border-radius: 0px 8px 8px 0px;
  297. color: #d55500;
  298. cursor: pointer;
  299. display: block;
  300. font-size: 20px;
  301. margin-bottom: 6px;
  302. padding: 6px 0px 4px;
  303. line-height: 1px;
  304. vertical-align: middle;
  305. min-height: 37px;
  306. overflow:auto;
  307. box-shadow: 2px 2px 8px -5px #000;
  308. }
  309. #banners > div > div {
  310. text-align: left;
  311. }
  312. #shield.download #banners ul ul li {
  313. background-color: #333333;
  314. border-radius: 3px;
  315. color: #cccccc;
  316. cursor: pointer;
  317. display: inline-block;
  318. font-size: 14px;
  319. padding: 2px 10px;
  320. margin: 4px 0px 0px;
  321. box-shadow: 2px 2px 8px -5px #000 inset;
  322. }
  323. #shield.download #banners li ul {
  324. margin: -3px 10px 0px 0px !important;
  325. max-width:400px;
  326. }
  327. #shield.download #banners ul ul li:focus div,
  328. #shield.download #banners ul ul li div:hover {
  329. background-color: transparent;
  330. background-position: left center;
  331. background-repeat: no-repeat;
  332. background-size: contain;
  333. display: block;
  334. height: 240px;
  335. width: 225px;
  336. padding: 10px;
  337. position: absolute;
  338. top: 25px;
  339. left: 50%;
  340. margin-left: 221px;
  341. text-align: center;
  342. }
  343. #shield.download #banners ul li.child > img {
  344. width: 32px;
  345. display: inline-block;
  346. margin: 0px 4px 5px 8px;
  347. vertical-align: middle;
  348. }
  349. #shield.download #banners ul li.platform img {
  350. width: 128px;
  351. }
  352. #shield.download #banners ul ul li p {
  353. color: #cccccc;
  354. margin: 0px;
  355. }
  356. #shield.download #banners ul ul li p > a,
  357. #shield.download #banners ul ul li p > span {
  358. padding: 6px;
  359. margin: 4px;
  360. background: #333;
  361. border-radius: 4px;
  362. box-shadow: 2px 2px 8px -5px #000;
  363. }
  364. #shield.download #banners ul ul li:focus {
  365. background-color: #d55500;
  366. outline: medium none;
  367. box-shadow: none;
  368. color: #333333;
  369. }
  370. #shield.download #banners ul ul li a,
  371. #shield.download #banners ul ul li span {
  372. display: block;
  373. font-size: 15px;
  374. }
  375. #shield.download #banners ul ul li p > a:hover {
  376. text-decoration: none;
  377. background: #d55500;
  378. color: #333333;
  379. }
  380. #shield.download #banners div > div > div {
  381. background-position: 90px 50px;
  382. background-repeat: no-repeat !important;
  383. background-size: 130px auto;
  384. height: 400px;
  385. }
  386. #shield.download #banners {
  387. margin-bottom: 12px;
  388. background-repeat: no-repeat;
  389. background-color: black;
  390. }
  391. #shield div#question {
  392. color: #2b2b2b;
  393. float: left;
  394. display: inline-block;
  395. padding: 30px 0px 0px 120px;;
  396. font-size: 160px;
  397. font-weight: bold;
  398. }
  399. #shield div#nodata{
  400. color:#ccc;
  401. font-size:30px;
  402. }
  403. .notes {
  404. min-height: 200px;
  405. margin: 12px 0px;
  406. line-height: 16px;
  407. font-family: "Liberation Mono","Ubuntu Mono",mono;
  408. border: 1px dotted #eee;
  409. background: #FFF none repeat scroll 0% 0%;
  410. overflow: hidden;
  411. padding: 8px 14px !important;
  412. }
  1. More ...
 
 

44

 

926

Pasted Text #1100

-

PasteBin

Lines
482
Words
1234
Size
10.1 KB
Created
타입
text/plain
Public Domain (PD)
Please log in to leave a comment!