Advertisement
Guest User

Untitled

a guest
May 6th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.75 KB | None | 0 0
  1. body
  2. {
  3.     width:100%;
  4. }
  5.  
  6. .carte
  7. {
  8.    
  9.     position:absolute;
  10.     left:-900px;
  11.     top:-250px;
  12.     width:150%;
  13.     height:236%;
  14.     z-index:0;
  15. }
  16.  
  17.  
  18. .zones
  19. {
  20.    
  21.     position:absolute;
  22.     top:100px;
  23.     z-index:1;
  24. }
  25.  
  26. .crenshaw
  27. {
  28.     opacity:0.5;
  29.     fill:#C61C1C;
  30.     stroke:white;
  31.     stroke-width:3px;
  32.  
  33. }
  34.  
  35. .crenshaw:hover
  36. {
  37.     opacity:0.7;
  38.  
  39. }
  40.  
  41. .ganton_a20
  42. {
  43.     opacity:0.5;
  44.     fill:blue;
  45.     stroke:white;
  46.     stroke-width:3px;
  47. }
  48.  
  49. .ganton_a20:hover
  50. {
  51.     opacity:0.7;
  52.  
  53. }
  54.  
  55. .ganton_a22
  56. {
  57.     opacity:0.5;
  58.     fill:orange;
  59.     stroke:white;
  60.     stroke-width:3px;
  61. }
  62.  
  63. .ganton_a22:hover
  64. {
  65.     opacity:0.7;
  66.  
  67. }
  68.  
  69. .ganton_a24
  70. {
  71.     opacity:0.5;
  72.     fill:#C61C1C;
  73.     stroke:white;
  74.     stroke-width:3px;
  75. }
  76.  
  77. .ganton_a24:hover
  78. {
  79.     opacity:0.7;
  80.  
  81. }
  82.  
  83. .ganton_a18
  84. {
  85.     opacity:0.5;
  86.     fill:blue;
  87.     stroke:white;
  88.     stroke-width:3px;
  89. }
  90.  
  91. .ganton_a18:hover
  92. {
  93.     opacity:0.7;
  94.  
  95. }
  96.  
  97. .idlewood_a8
  98. {
  99.     opacity:0.5;
  100.     fill:#131E1D;
  101.     stroke:white;
  102.     stroke-width:3px;
  103. }
  104.  
  105.  
  106. .idlewood_a8:hover
  107. {
  108.     opacity:0.7;
  109.  
  110. }
  111.  
  112. .idlewood_a6
  113. {
  114.     opacity:0.5;
  115.     fill:#0C2139;
  116.     stroke:white;
  117.     stroke-width:3px;
  118. }
  119.  
  120. .idlewood_a6:hover
  121. {
  122.     opacity:0.7;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. .idlewood_a9
  129. {
  130.     opacity:0.5;
  131.     fill:#F6E497;
  132.     stroke:white;
  133.     stroke-width:3px;
  134. }
  135.  
  136. .idlewood_a9:hover
  137. {
  138.     opacity:0.7;
  139.  
  140. }
  141.  
  142. .jefferson_a28
  143. {
  144.     opacity:0.5;
  145.     fill:#13437B;
  146.     stroke:white;
  147.     stroke-width:3px;
  148. }
  149.  
  150. .jefferson_a28:hover
  151. {
  152.     opacity:0.7;
  153.  
  154. }
  155.  
  156. .glenpark_a31
  157. {
  158.     opacity:0.5;
  159.     fill:black;
  160.     stroke:white;
  161.     stroke-width:3px;
  162. }
  163.  
  164. .glenpark_a31:hover
  165. {
  166.     opacity:0.7;
  167.  
  168. }
  169.  
  170. .liste
  171. {
  172.     position:fixed;
  173.     width:300px;
  174.     height:950px;
  175.     background-color:black;
  176.     z-index:2;
  177.     opacity:0.9;
  178.     color:white;
  179.    
  180. }
  181.  
  182. h1
  183. {
  184.     font-family:sans-serif;
  185.     font-weight:600;
  186.     text-align:center;
  187.     margin-top:10px;
  188. }
  189.  
  190. h2
  191. {
  192.     font-family:monospace;
  193.     font-size:22px;
  194.     font-weight:1;
  195.     text-align:center;
  196.     margin-top:-20px;
  197. }
  198.  
  199. .trait
  200. {
  201.     background-color:white;
  202.     width:250px;
  203.     height:3px;
  204.     margin-left:auto;
  205.     margin-right:auto;
  206. }
  207.  
  208. h3
  209. {
  210.     font-family:sans-serif;
  211.     font-weight:600;
  212.     margin-left:10px;
  213.  
  214. }
  215.  
  216. ul
  217. {
  218.     list-style-type: none;
  219. }
  220.  
  221. a
  222. {
  223.     color:white;
  224.     text-decoration:none;
  225.     font-family: monospace;
  226.     font-weight: 600;
  227.     font-size:18px;
  228.  
  229.  
  230. }
  231.  
  232. .a17
  233. {
  234.     margin-left:-10px;
  235.     display:inline-block;
  236.     background-color:red;
  237.     width:12px;
  238.     height:12px;
  239.     border:white 1px solid;
  240.  
  241. }
  242.  
  243. .a20
  244. {
  245.     margin-top:10px;
  246.     margin-left:-10px;
  247.     display:inline-block;
  248.     background-color:blue;
  249.     width:12px;
  250.     height:12px;
  251.     border:white 1px solid;
  252.  
  253. }
  254.  
  255. .a31
  256. {
  257.     margin-top:10px;
  258.     margin-left:-10px;
  259.     display:inline-block;
  260.     background-color:black;
  261.     width:12px;
  262.     height:12px;
  263.     border:white 1px solid;
  264.  
  265. }
  266.  
  267. .a9
  268. {
  269.     margin-top:10px;
  270.     margin-left:-10px;
  271.     display:inline-block;
  272.     background-color:#F6E497;
  273.     width:12px;
  274.     height:12px;
  275.     border:white 1px solid;
  276.  
  277. }
  278.  
  279. .a8
  280. {
  281.     margin-top:10px;
  282.     margin-left:-10px;
  283.     display:inline-block;
  284.     background-color:#131E1D;
  285.     width:12px;
  286.     height:12px;
  287.     border:white 1px solid;
  288.  
  289. }
  290.  
  291. .a6
  292. {
  293.     margin-top:10px;
  294.     margin-left:-10px;
  295.     display:inline-block;
  296.     background-color:#0C2139;
  297.     width:12px;
  298.     height:12px;
  299.     border:white 1px solid;
  300.  
  301. }
  302.  
  303. .a28
  304. {
  305.     margin-top:10px;
  306.     margin-left:-10px;
  307.     display:inline-block;
  308.     background-color:#13437B;
  309.     width:12px;
  310.     height:12px;
  311.     border:white 1px solid;
  312.  
  313. }
  314.  
  315. .a22
  316. {
  317.     margin-top:10px;
  318.     margin-left:-10px;
  319.     display:inline-block;
  320.     background-color:orange;
  321.     width:12px;
  322.     height:12px;
  323.     border:white 1px solid;
  324.  
  325. }
  326.  
  327. .a18
  328. {
  329.     margin-top:10px;
  330.     margin-left:-10px;
  331.     display:inline-block;
  332.     background-color:blue;
  333.     width:12px;
  334.     height:12px;
  335.     border:white 1px solid;
  336.  
  337. }
  338.  
  339. .a24
  340. {
  341.     margin-top:10px;
  342.     margin-left:-10px;
  343.     display:inline-block;
  344.     background-color:red;
  345.     width:12px;
  346.     height:12px;
  347.     border:white 1px solid;
  348.  
  349. }
  350.  
  351. .crenshaw_bloods
  352. {
  353.     position:absolute;
  354.     left:1055px;
  355.     top:450px;
  356.     z-index:5;
  357.     text-align:center;
  358. }
  359.  
  360. .ganton_shotgun
  361. {
  362.  
  363.     position:absolute;
  364.     left:1280px;
  365.     top:450px;
  366.     z-index:5;
  367.     text-align:center;
  368.  
  369. }
  370.  
  371. .glenpark_haiti
  372. {
  373.     position:absolute;
  374.     left:830px;
  375.     top:80px;
  376.     z-index:5;
  377.     text-align:center;
  378. }
  379.  
  380. .skinhead
  381. {
  382.     position:absolute;
  383.     left:935px;
  384.     top:752px;
  385.     z-index:5;
  386.     text-align:center;
  387.  
  388. }
  389.  
  390. .almeda
  391. {
  392.     position:absolute;
  393.     left:945px;
  394.     top:640px;
  395.     z-index:5;
  396.     text-align:center;
  397.  
  398. }
  399.  
  400. .varrio
  401. {
  402.     position:absolute;
  403.     left:970px;
  404.     top:540px;
  405.     z-index:5;
  406.     text-align:center;
  407.  
  408. }
  409.  
  410. .bulldogs
  411. {
  412.     position:absolute;
  413.     left:1400px;
  414.     top:500px;
  415.     z-index:5;
  416.     text-align:center;
  417.  
  418. }
  419.  
  420. .harpy
  421. {
  422.     position:absolute;
  423.     left:1075px;
  424.     top:250px;
  425.     z-index:5;
  426.     text-align:center;
  427. }
  428.  
  429. .grove_crips
  430. {
  431.     position:absolute;
  432.     left:1180px;
  433.     top:460px;
  434.     z-index:5;
  435.     text-align:center;
  436. }
  437.  
  438. .carson
  439. {
  440.     position:absolute;
  441.     left:1288px;
  442.     top:628px;
  443.     z-index:5;
  444.     text-align:center;
  445. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement