Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. body {
  2. background-image:url(../images/tiles/0%20Site%20Background.jpg)
  3. }
  4.  
  5. #header{
  6. width: 100%;
  7. height: 9%;
  8. position: absolute;
  9. background: rgba(0, 0, 0, 0.4);
  10. vertical-align: top;
  11. left: -1px;
  12. top: -1px;
  13. }
  14.  
  15. #banner {
  16. width:auto;
  17. height:auto;
  18. position:absolute;
  19. opacity:1;
  20. top:10%;
  21. vertical-align: top;
  22. left: -1px;
  23. }
  24.  
  25. #home {
  26. position:absolute;
  27. opacity:1;
  28. vertical-align: top;
  29. left: 30%;
  30. top:10%;
  31. }
  32.  
  33. #other {
  34. width:5%;
  35. position:absolute;
  36. opacity:1;
  37. vertical-align: top;
  38. left: 45%;
  39. top:10%;
  40. }
  41.  
  42. #wiki {
  43. width:5%;
  44. position:absolute;
  45. opacity:1;
  46. vertical-align: top;
  47. left: 60%;
  48. top:10%;
  49. }
  50.  
  51.  
  52. a{
  53. outline: none !important;
  54. }
  55.  
  56. dialog {
  57. border: 1px solid rgba(0, 0, 0, 0.3);
  58. border-radius: 6px;
  59. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  60. background-color: rgba(0, 0, 0, 1);
  61. top:40%;
  62. color: white;
  63. }
  64.  
  65.  
  66. #container {
  67. display: flex;
  68. width: 45%;
  69. height: 85%;
  70. min-width:550px;
  71. min-height::550px;
  72. position: absolute;
  73. border-radius: 25px;
  74. background: rgba(0, 0, 0, 0.4);
  75. top:55%;
  76. bottom:-50%;
  77. margin-left: 50%;
  78. margin-right: -50%;
  79. transform: translate(-50%, -50%) }
  80. }
  81.  
  82. #divider1 {
  83. width: 75%;
  84. height: 10%;
  85. margin-left:auto;
  86. margin-right:auto;
  87. margin-top:25%;
  88. opacity: 1;
  89. }
  90.  
  91. #main_title {
  92. opacity: 1;
  93. margin-left:auto;
  94. margin-right:auto;
  95. width:35%;
  96. }
  97.  
  98. #divider2 {
  99. width: 100%;
  100. height: 5%;
  101. margin-left:auto;
  102. margin-right:auto;
  103. margin-top:18%;
  104. opacity: 1;
  105. }
  106.  
  107. #calc {
  108. opacity: 1;
  109. margin-left:auto;
  110. margin-right:auto;
  111. width:50%;
  112. }
  113.  
  114. #divider3 {
  115. width: 100%;
  116. height: 5%;
  117. margin-left:auto;
  118. margin-right:auto;
  119. margin-top:18%;
  120. opacity: 1;
  121. }
  122.  
  123. #misc {
  124. opacity: 1;
  125. margin-left:auto;
  126. margin-right:auto;
  127. width:50%;
  128.  
  129. }
  130.  
  131.  
  132. #image_row1 {
  133. width: 100%;
  134. height: 10%;
  135. margin-left:auto;
  136. margin-right:auto;
  137. margin-top:1%;
  138. opacity: 1;
  139. display: inline-block;
  140. float:left;
  141. position:relative;
  142.  
  143. }
  144.  
  145. #image_row2 {
  146. width: 100%;
  147. height: 15%;
  148. margin-left:1%;
  149. margin-right:auto;
  150. margin-top:2%;
  151. opacity: 1;
  152. display: inline-block;
  153. float:left;
  154. position:relative;
  155. }
  156.  
  157. #image_row3 {
  158. width: 100%;
  159. height: 15%;
  160. margin-left:auto;
  161. margin-right:auto;
  162. margin-top:2%;
  163. opacity: 1;
  164. display: inline-block;
  165. float:left;
  166. position:relative;
  167. }
  168.  
  169. #image_row4 {
  170. width: 100%;
  171. height: 15%;
  172. margin-left:auto;
  173. margin-right:auto;
  174. margin-top:5%;
  175. opacity: 1;
  176. display: inline-block;
  177. float:left;
  178. position:relative;
  179. }
  180.  
  181. #image1 {
  182. margin-left:auto;
  183. margin-right:2%;
  184. opacity: 1;
  185. width:21%;
  186. image-rendering: -moz-crisp-edges; /* Firefox */
  187. image-rendering: -o-crisp-edges; /* Opera */
  188. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  189. image-rendering: crisp-edges;
  190. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  191. }
  192.  
  193. #image2 {
  194. margin-right:2%;
  195. opacity: 1;
  196. width:21%;
  197. image-rendering: -moz-crisp-edges; /* Firefox */
  198. image-rendering: -o-crisp-edges; /* Opera */
  199. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  200. image-rendering: crisp-edges;
  201. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  202. }
  203.  
  204. #image3 {
  205. margin-right:2%;
  206. opacity: 1;
  207. width:21%;
  208. position:static;
  209. image-rendering: -moz-crisp-edges; /* Firefox */
  210. image-rendering: -o-crisp-edges; /* Opera */
  211. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  212. image-rendering: crisp-edges;
  213. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  214. }
  215.  
  216. #image4 {
  217. opacity: 1;
  218. width:21%;
  219. margin-right:auto;
  220. image-rendering: -moz-crisp-edges; /* Firefox */
  221. image-rendering: -o-crisp-edges; /* Opera */
  222. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  223. image-rendering: crisp-edges;
  224. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  225. }
  226.  
  227. #image5 {
  228. margin-left:auto;
  229. margin-right:2%;
  230. opacity: 1;
  231. width:21%;
  232. image-rendering: -moz-crisp-edges; /* Firefox */
  233. image-rendering: -o-crisp-edges; /* Opera */
  234. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  235. image-rendering: crisp-edges;
  236. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  237. }
  238.  
  239. #image6 {
  240. margin-right:2%;
  241. opacity: 1;
  242. width:21%;
  243. image-rendering: -moz-crisp-edges; /* Firefox */
  244. image-rendering: -o-crisp-edges; /* Opera */
  245. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  246. image-rendering: crisp-edges;
  247. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  248. }
  249.  
  250. #image7 {
  251. margin-right:2%;
  252. opacity: 1;
  253. width:21%;
  254. image-rendering: -moz-crisp-edges; /* Firefox */
  255. image-rendering: -o-crisp-edges; /* Opera */
  256. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  257. image-rendering: crisp-edges;
  258. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  259. }
  260.  
  261. #image8 {
  262. opacity: 1;
  263. width:21%;
  264. margin-right:2%;
  265. image-rendering: -moz-crisp-edges; /* Firefox */
  266. image-rendering: -o-crisp-edges; /* Opera */
  267. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  268. image-rendering: crisp-edges;
  269. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  270. }
  271.  
  272. #image9 {
  273. opacity: 1;
  274. margin-left:auto;
  275. margin-right:2%;
  276. width:21%;
  277. image-rendering: -moz-crisp-edges; /* Firefox */
  278. image-rendering: -o-crisp-edges; /* Opera */
  279. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  280. image-rendering: crisp-edges;
  281. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  282. }
  283.  
  284. #image10 {
  285. margin-right:2%;
  286. opacity: 1;
  287. width:21%;
  288. image-rendering: -moz-crisp-edges; /* Firefox */
  289. image-rendering: -o-crisp-edges; /* Opera */
  290. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  291. image-rendering: crisp-edges;
  292. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  293. }
  294.  
  295. #image11 {
  296. margin-right:2%;
  297. opacity: 1;
  298. width:21%;
  299. image-rendering: -moz-crisp-edges; /* Firefox */
  300. image-rendering: -o-crisp-edges; /* Opera */
  301. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  302. image-rendering: crisp-edges;
  303. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  304. }
  305.  
  306. #image12 {
  307. opacity: 1;
  308. width:21%;
  309. margin-right:auto;
  310. image-rendering: -moz-crisp-edges; /* Firefox */
  311. image-rendering: -o-crisp-edges; /* Opera */
  312. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  313. image-rendering: crisp-edges;
  314. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  315. }
  316.  
  317. #image13 {
  318. opacity: 1;
  319. margin-left:auto;
  320. margin-right:2%;
  321. width:21%;
  322. image-rendering: -moz-crisp-edges; /* Firefox */
  323. image-rendering: -o-crisp-edges; /* Opera */
  324. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  325. image-rendering: crisp-edges;
  326. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  327. }
  328.  
  329. #image14 {
  330. margin-right:2%;
  331. opacity: 1;
  332. width:21%;
  333. image-rendering: -moz-crisp-edges; /* Firefox */
  334. image-rendering: -o-crisp-edges; /* Opera */
  335. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  336. image-rendering: crisp-edges;
  337. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  338. }
  339.  
  340. #image15 {
  341. margin-right:2%;
  342. opacity: 1;
  343. width:21%;
  344. image-rendering: -moz-crisp-edges; /* Firefox */
  345. image-rendering: -o-crisp-edges; /* Opera */
  346. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  347. image-rendering: crisp-edges;
  348. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  349. }
  350.  
  351. #image16 {
  352. opacity: 1;
  353. width:21%;
  354. margin-right:auto;
  355. image-rendering: -moz-crisp-edges; /* Firefox */
  356. image-rendering: -o-crisp-edges; /* Opera */
  357. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  358. image-rendering: crisp-edges;
  359. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  360. }
  361.  
  362. #image17 {
  363. opacity: 1;
  364.  
  365. image-rendering: -moz-crisp-edges; /* Firefox */
  366. image-rendering: -o-crisp-edges; /* Opera */
  367. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  368. image-rendering: crisp-edges;
  369. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  370. }
  371.  
  372. #image18 {
  373. opacity: 1;
  374. image-rendering: -moz-crisp-edges; /* Firefox */
  375. image-rendering: -o-crisp-edges; /* Opera */
  376. image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  377. image-rendering: crisp-edges;
  378. -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  379. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement