Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. * {
  2. user-select: none;
  3. }
  4.  
  5. /* Constituation One */
  6.  
  7. #constituion {
  8. font-size: 2vh;
  9. background-color: grey;
  10. padding-top: 2vh;
  11. padding-bottom: 1vh;
  12. padding-left: 1vw;
  13. padding-right: 1vw;
  14. -webkit-transition: all .5s ease-out;
  15. -moz-transition: all .5s ease-out;
  16. overflow: hidden;
  17. margin-top: 1vh;
  18. margin-bottom: 1vh;
  19. }
  20.  
  21. #constituion:hover {
  22. background-color: #696969;
  23. }
  24.  
  25. #right_button_open:hover {
  26. cursor: pointer;
  27. }
  28.  
  29. #right_button_open {
  30. display: none;
  31. }
  32.  
  33. #right_button_close:hover {
  34. cursor: pointer;
  35. }
  36.  
  37. #c_t_div {
  38. margin-top: 1vh;
  39. display: none;
  40. -webkit-transition: all .5s ease-out;
  41. -moz-transition: all .5s ease-out;
  42. }
  43.  
  44. /* Constitution Two */
  45.  
  46. #constituion_two {
  47. font-size: 2vh;
  48. background-color: grey;
  49. padding-top: 2vh;
  50. padding-bottom: 1vh;
  51. padding-left: 1vw;
  52. padding-right: 1vw;
  53. -webkit-transition: all .5s ease-out;
  54. -moz-transition: all .5s ease-out;
  55. overflow: hidden;
  56. margin-top: 1vh;
  57. margin-bottom: 1vh;
  58. }
  59.  
  60. #constituion_two:hover {
  61. background-color: #696969;
  62. }
  63.  
  64. #right_button_open_two:hover {
  65. cursor: pointer;
  66. }
  67.  
  68. #right_button_open_two {
  69. display: none;
  70. }
  71.  
  72. #right_button_close_two:hover {
  73. cursor: pointer;
  74. }
  75.  
  76. #c_t_div_two {
  77. margin-top: 1vh;
  78. display: none;
  79. }
  80.  
  81. /* Constitution Three */
  82.  
  83. #constituion_three {
  84. font-size: 2vh;
  85. background-color: grey;
  86. padding-top: 2vh;
  87. padding-bottom: 1vh;
  88. padding-left: 1vw;
  89. padding-right: 1vw;
  90. -webkit-transition: all .5s ease-out;
  91. -moz-transition: all .5s ease-out;
  92. overflow: hidden;
  93. margin-top: 1vh;
  94. margin-bottom: 1vh;
  95. }
  96.  
  97. #constituion_three:hover {
  98. background-color: #696969;
  99. }
  100.  
  101. #right_button_open_three:hover {
  102. cursor: pointer;
  103. }
  104.  
  105. #right_button_open_three {
  106. display: none;
  107. }
  108.  
  109. #right_button_close_three:hover {
  110. cursor: pointer;
  111. }
  112.  
  113. #c_t_div_three {
  114. margin-top: 1vh;
  115. display: none;
  116. }
  117.  
  118. /* Constitution Four */
  119.  
  120. #constituion_four {
  121. font-size: 2vh;
  122. background-color: grey;
  123. padding-top: 2vh;
  124. padding-bottom: 1vh;
  125. padding-left: 1vw;
  126. padding-right: 1vw;
  127. -webkit-transition: all .5s ease-out;
  128. -moz-transition: all .5s ease-out;
  129. overflow: hidden;
  130. margin-top: 1vh;
  131. margin-bottom: 1vh;
  132. }
  133.  
  134. #constituion_four:hover {
  135. background-color: #696969;
  136. }
  137.  
  138. #right_button_open_four:hover {
  139. cursor: pointer;
  140. }
  141.  
  142. #right_button_open_four {
  143. display: none;
  144. }
  145.  
  146. #right_button_close_four:hover {
  147. cursor: pointer;
  148. }
  149.  
  150. #c_t_div_four {
  151. margin-top: 1vh;
  152. display: none;
  153. }
  154.  
  155. /* Constitution Five */
  156.  
  157. #constituion_five {
  158. font-size: 2vh;
  159. background-color: grey;
  160. padding-top: 2vh;
  161. padding-bottom: 1vh;
  162. padding-left: 1vw;
  163. padding-right: 1vw;
  164. -webkit-transition: all .5s ease-out;
  165. -moz-transition: all .5s ease-out;
  166. overflow: hidden;
  167. margin-top: 1vh;
  168. margin-bottom: 1vh;
  169. }
  170.  
  171. #constituion_five:hover {
  172. background-color: #696969;
  173. }
  174.  
  175. #right_button_open_five:hover {
  176. cursor: pointer;
  177. }
  178.  
  179. #right_button_open_five {
  180. display: none;
  181. }
  182.  
  183. #right_button_close_five:hover {
  184. cursor: pointer;
  185. }
  186.  
  187. #c_t_div_five {
  188. margin-top: 1vh;
  189. display: none;
  190. }
  191.  
  192. /* Constitution Six */
  193.  
  194. #constituion_six {
  195. font-size: 2vh;
  196. background-color: grey;
  197. padding-top: 2vh;
  198. padding-bottom: 1vh;
  199. padding-left: 1vw;
  200. padding-right: 1vw;
  201. -webkit-transition: all .5s ease-out;
  202. -moz-transition: all .5s ease-out;
  203. overflow: hidden;
  204. margin-top: 1vh;
  205. margin-bottom: 1vh;
  206. }
  207.  
  208. #constituion_six:hover {
  209. background-color: #696969;
  210. }
  211.  
  212. #right_button_open_six:hover {
  213. cursor: pointer;
  214. }
  215.  
  216. #right_button_open_six {
  217. display: none;
  218. }
  219.  
  220. #right_button_close_six:hover {
  221. cursor: pointer;
  222. }
  223.  
  224. #c_t_div_six {
  225. margin-top: 1vh;
  226. display: none;
  227. }
  228.  
  229. /* Constitution Seven */
  230.  
  231. #constituion_seven {
  232. font-size: 2vh;
  233. background-color: grey;
  234. padding-top: 2vh;
  235. padding-bottom: 1vh;
  236. padding-left: 1vw;
  237. padding-right: 1vw;
  238. -webkit-transition: all .5s ease-out;
  239. -moz-transition: all .5s ease-out;
  240. overflow: hidden;
  241. margin-top: 1vh;
  242. margin-bottom: 1vh;
  243. }
  244.  
  245. #constituion_seven:hover {
  246. background-color: #696969;
  247. }
  248.  
  249. #right_button_open_seven:hover {
  250. cursor: pointer;
  251. }
  252.  
  253. #right_button_open_seven {
  254. display: none;
  255. }
  256.  
  257. #right_button_close_seven:hover {
  258. cursor: pointer;
  259. }
  260.  
  261. #c_t_div_seven {
  262. margin-top: 1vh;
  263. display: none;
  264. }
  265.  
  266. /* Constitution Eight */
  267.  
  268. #constituion_eight {
  269. font-size: 2vh;
  270. background-color: grey;
  271. padding-top: 2vh;
  272. padding-bottom: 1vh;
  273. padding-left: 1vw;
  274. padding-right: 1vw;
  275. -webkit-transition: all .5s ease-out;
  276. -moz-transition: all .5s ease-out;
  277. overflow: hidden;
  278. margin-top: 1vh;
  279. margin-bottom: 1vh;
  280. }
  281.  
  282. #constituion_eight:hover {
  283. background-color: #696969;
  284. }
  285.  
  286. #right_button_open_eight:hover {
  287. cursor: pointer;
  288. }
  289.  
  290. #right_button_open_eight {
  291. display: none;
  292. }
  293.  
  294. #right_button_close_eight:hover {
  295. cursor: pointer;
  296. }
  297.  
  298. #c_t_div_eight {
  299. margin-top: 1vh;
  300. display: none;
  301. }
  302.  
  303. /* Constitution Nine */
  304.  
  305. #constituion_nine {
  306. font-size: 2vh;
  307. background-color: grey;
  308. padding-top: 2vh;
  309. padding-bottom: 1vh;
  310. padding-left: 1vw;
  311. padding-right: 1vw;
  312. -webkit-transition: all .5s ease-out;
  313. -moz-transition: all .5s ease-out;
  314. overflow: hidden;
  315. margin-top: 1vh;
  316. margin-bottom: 1vh;
  317. }
  318.  
  319. #constituion_nine:hover {
  320. background-color: #696969;
  321. }
  322.  
  323. #right_button_open_nine:hover {
  324. cursor: pointer;
  325. }
  326.  
  327. #right_button_open_nine {
  328. display: none;
  329. }
  330.  
  331. #right_button_close_nine:hover {
  332. cursor: pointer;
  333. }
  334.  
  335. #c_t_div_nine {
  336. margin-top: 1vh;
  337. display: none;
  338. }
  339.  
  340. /* Other */
  341.  
  342. #constituation_divider {
  343. margin-left: 5%;
  344. margin-right: 5%;
  345. }
  346.  
  347. #constitution_text {
  348. background-color: #A9A9A9;
  349. border-radius: .5vh;
  350. font-size: 1.75vh;
  351. height: 15vh;
  352. overflow-y: auto;
  353. padding-top: 1vh;
  354. padding-bottom: 1vh;
  355. padding-left: 1vw;
  356. padding-right: 1vw;
  357. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement