Website for the AME project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1686 lines
31 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. html{
  2. overflow-y:scroll;
  3. overflow-x:auto;
  4. }
  5. body {
  6. # background-image: url('img/ame_wallpaper_1440_web_blur_2.jpg');
  7. # background-repeat: no-repeat;
  8. # background-position: center center;
  9. # background-attachment: fixed;"
  10. # background-color: black;
  11. }
  12. div.body {
  13. margin:30px auto;
  14. max-width:900px;
  15. line-height:1.5;
  16. # line-height:2;
  17. font-size:18px;
  18. color:white;
  19. font-family: Helvetica, Arial, Sans-Serif;
  20. # font-family: "Times New Roman", Times, serif;
  21. padding:0 20px;
  22. }
  23. h1,h2,h3 {
  24. line-height:1.2;
  25. }
  26. #post:link {
  27. color:white;
  28. text-decoration: none;
  29. font-family: Arial, Helvetica, sans-serif;
  30. }
  31. #post:visited {
  32. color:white;
  33. text-decoration: none;
  34. font-family: Arial, Helvetica, sans-serif;
  35. }
  36. #post:hover {
  37. color:#A6A6A6;
  38. text-decoration: none;
  39. font-family: Arial, Helvetica, sans-serif;
  40. }
  41. #post:active {
  42. color:white;
  43. text-decoration: none;
  44. font-family: Arial, Helvetica, sans-serif;
  45. }
  46. /*
  47. a::after {
  48. display: block;
  49. content: attr(title);
  50. font-weight: bold;
  51. height: 0;
  52. overflow: hidden;
  53. visibility: hidden;
  54. }
  55. */
  56. a:hover {
  57. opacity: 0.7;
  58. # color:#D1D1D1;
  59. text-decoration: underlined;
  60. font-family: Arial, Helvetica, sans-serif;
  61. }
  62. a:link {
  63. color:white;
  64. text-decoration: underlined;
  65. font-family: Arial, Helvetica, sans-serif;
  66. }
  67. a:visited {
  68. color:white;
  69. text-decoration: underlined;
  70. font-family: Arial, Helvetica, sans-serif;
  71. }
  72. a:active {
  73. color:white;
  74. text-decoration: underlined;
  75. font-family: Arial, Helvetica, sans-serif;
  76. }
  77. /*
  78. #############################
  79. # topnav Natigation Section #
  80. #############################
  81. */
  82. #top-small-logo {
  83. width: 23px;
  84. position: relative;
  85. top: 2px;
  86. #margin-top:12px;
  87. #margin-bottom:-5px;
  88. margin-left: 5px;
  89. margin-right: 5px;
  90. filter: brightness(100%)
  91. }
  92. #top-small-logo:hover {
  93. filter: brightness(50%);
  94. -webkit-transition-duration: 0.4s; /* Safari */
  95. transition-duration: 0.4s;
  96. }
  97. div.top-small-icons-background {
  98. width: 105px;
  99. position: relative;
  100. top: -5px;
  101. float: right;
  102. height: 15px;
  103. border-radius: 8px;
  104. #background-color:rgba(61, 57, 57, 0.5);
  105. font-family: courier, "courier new", monospace;
  106. color: lightgray;
  107. padding-top: 15px;
  108. padding-bottom: 15px;
  109. padding-left: 5px;
  110. padding-right: 5px;
  111. margin-left: 30px;
  112. }
  113. #top-small-icons-row {
  114. #float: right;
  115. position: relative;
  116. #right: 207px;
  117. #padding-bottom: 60px;
  118. overflow: visible;
  119. margin-left: 2px;
  120. margin-right: 2px;
  121. padding-left: 2px;
  122. padding-right: 2px;
  123. }
  124. #top-small-icons-text {
  125. visibility: hidden;
  126. display: none;
  127. font-size: 8pt;
  128. font-family: "Lucida Console", Monaco, monospace;
  129. letter-spacing: -1px;
  130. position: relative;
  131. #top: -200px;
  132. }
  133. #top-small-icons-text:hover {
  134. opacity: 0.5;
  135. -webkit-transition-duration: 0.4s; /* Safari */
  136. transition-duration: 0.4s;
  137. }
  138. #top-logo-mobile {
  139. width: 50px;
  140. position: relative;
  141. margin-top:-3px;
  142. margin-bottom:-5px;
  143. margin-right: 15px;
  144. display: none;
  145. visibility: hidden;
  146. }
  147. #mobile-menu-icon {
  148. visibility: hidden;
  149. display: hidden;
  150. width: 25px;
  151. height: 25px;
  152. }
  153. #darken-screen {
  154. position: fixed;
  155. top: 0;
  156. left: 0;
  157. background: rgba(0,0,0,0.6);
  158. z-index: 2;
  159. width: 100%;
  160. height: 100%;
  161. display: none;
  162. visibility: hidden;
  163. }
  164. div.topnav-wrapper {
  165. #z-index: 10;
  166. #position: fixed;
  167. #display: block;
  168. #top: 0;
  169. #margin-left: auto;
  170. #margin-right: auto;
  171. #width: 100%;
  172. #height: 55px;
  173. #background-color: #262626;
  174. #box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  175. }
  176. div.topnav-reverse {
  177. float: right;
  178. }
  179. img.topnav {
  180. margin-right: 20px;
  181. float: left;
  182. width: 100px;
  183. opacity: 1.0;
  184. # top: 0px;
  185. # left: 0px;
  186. # position: relative;
  187. }
  188. img.topnav:hover {
  189. opacity: 0.7;
  190. cursor: pointer;
  191. }
  192. div.nav-wrapper {
  193. text-align: center;
  194. display: table;
  195. margin: 0;
  196. #overflow: hidden;
  197. font-family: Arial, Helvetica, sans-serif;
  198. top: 0;
  199. width: 100%;
  200. background-color: #333;
  201. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  202. #overflow: hidden;
  203. position: relative;
  204. }
  205. ul.topnav {
  206. display: block;
  207. list-style-type: none;
  208. margin-left:auto;
  209. margin-right:auto;
  210. margin-top:30px;
  211. margin-bottom:0;
  212. padding: 0;
  213. #overflow: hidden;
  214. font-family: Arial, Helvetica, sans-serif;
  215. font-weight: 700;
  216. # background-color: #333;
  217. # background-color: #262626;
  218. # background: rgba(38, 38, 38, 0.8);
  219. top: 0;
  220. width: 900px;
  221. # box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  222. # opacity: 0.5;
  223. }
  224. ul.topnav li {
  225. float: left; /* Align topnav elements */
  226. font-weight: ;
  227. margin-top: 2px; /* Offset to align with img.topnav */
  228. }
  229. ul.topnav li a {
  230. # display: block;
  231. display: inline-block;
  232. text-align: center;
  233. color: white;
  234. # text-align: center;
  235. padding: 7px 5px;
  236. text-decoration: none;
  237. margin-left: 30px;
  238. }
  239. ul.topnav li a:hover {
  240. # background-color: #1C1C1C;
  241. # background-color: #111111;
  242. # border-bottom: 2px solid;
  243. # box-shadow: inset 0 -1px 0 0 #ffffff;
  244. # font-weight: bold;
  245. opacity: 1.0;
  246. color: #4CAF50; /* Green */
  247. }
  248. ul.topnav li a.active {
  249. # background-color: #484848;
  250. # background-color: rgba(72, 72, 72, 0.6);
  251. border-bottom: 3px solid white;
  252. # box-shadow:0px -3px 0px 0px white inset;
  253. # box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  254. #overflow: hidden;
  255. color: white;
  256. }
  257. ul.topnav li.right {
  258. float: right;
  259. opacity: 1.0;
  260. bottom: 7px;
  261. position: relative;
  262. }
  263. ul.topnav li.right_active {
  264. float: right;
  265. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  266. background-color: #484848;
  267. }
  268. .show-menu {
  269. font-family: Arial, Helvetica, sans-serif;
  270. text-decoration: none;
  271. color: #fff;
  272. background: #484848;
  273. text-align: center;
  274. padding: 10px 0;
  275. display: none;
  276. visibility: none;
  277. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  278. z-index: 10;
  279. }
  280. #mobile-home {
  281. display: none;
  282. }
  283. .badge {
  284. background-color: #4CAF50;
  285. color: white;
  286. display:inline-block;
  287. padding-left:8px;
  288. padding-right:8px;
  289. text-align:center;
  290. font-size: 8pt;
  291. padding: 2px;
  292. font-family: Arial, Helvetica, sans-serif;
  293. width: 28px;
  294. position: relative;
  295. text-align: center;
  296. }
  297. .badge {
  298. border-radius: 3px;
  299. }
  300. /*
  301. #######################
  302. #Documentation Section#
  303. #######################
  304. */
  305. span.unselectable {
  306. -webkit-touch-callout: none;
  307. -webkit-user-select: none;
  308. -khtml-user-select: none;
  309. -moz-user-select: none;
  310. -ms-user-select: none;
  311. user-select: none;
  312. }
  313. ul.docu {
  314. list-style-type: square;
  315. list-style-position: outside;
  316. }
  317. div.comment-vertical {
  318. border-left: 4px solid #4CAF50;
  319. padding-left: 20px;
  320. color: lightgray;
  321. }
  322. div.comment-code {
  323. border-radius: 8px;
  324. background-color:rgba(0, 0, 0, 0.5);
  325. font-family: courier, "courier new", monospace;
  326. color: lightgray;
  327. padding: 15px;
  328. }
  329. span.code {
  330. border-radius: 6px;
  331. background-color:rgba(0, 0, 0, 0.5);
  332. font-family: courier, "courier new", monospace;
  333. color: lightgray;
  334. padding-top: 2px;
  335. padding-bottom: 2px;
  336. padding-left: 10px;
  337. padding-right: 10px;
  338. font-size: 15px;
  339. width: 100%;
  340. text-align: center;
  341. }
  342. /*
  343. ######################
  344. # Thread/Post Secion #
  345. ######################
  346. */
  347. div.thread-head {
  348. # margin: 30px auto;
  349. # background-color: #484848;
  350. # background-color: #262626;
  351. text-align: left;
  352. # padding: 5px 5px;
  353. # font-size:30px;
  354. # box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  355. # box-shadow: inset 0 0 0 1px #ffffff;
  356. }
  357. div.thread-header {
  358. margin: auto;
  359. # background-color: #333;
  360. text-align: left;
  361. padding: 0px 10px;
  362. font-size:25px;
  363. }
  364. div.thread-body {
  365. margin: auto;
  366. # background-color: #333;
  367. text-align: left;
  368. padding: 0px 10px;
  369. padding-bottom: 5px;
  370. padding-top: 5px;
  371. font-size:18px;
  372. # box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  373. }
  374. div.thread-info {
  375. margin: auto;
  376. # background-color: #2B2B2B;
  377. text-align: left;
  378. padding: 2px 10px;
  379. font-size:15px;
  380. font-family: courier, "courier new", monospace;
  381. }
  382. div.code-wrapper {
  383. width: 100%;
  384. margin: 0px auto;
  385. bottom: 30px;
  386. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  387. }
  388. div.code-thread-header {
  389. margin: auto;
  390. background-color: #333;
  391. text-align: left;
  392. padding: 1px 10px;
  393. font-size:16px;
  394. }
  395. div.code-thread-body {
  396. margin: auto;
  397. background-color: #333;
  398. text-align: left;
  399. padding: 0px 0px;
  400. padding-bottom: 0px;
  401. font-size:16px;
  402. }
  403. div.code-thread-info {
  404. margin: auto;
  405. margin-bottom: 5px;
  406. margin-top: 5px;
  407. background-color: #2B2B2B;
  408. text-align: left;
  409. padding: 2px 10px;
  410. font-size:15px;
  411. font-family: courier, "courier new", monospace;
  412. # font-family: monospace;
  413. }
  414. div.code-thread-info-header {
  415. margin: auto;
  416. margin-bottom: 5px;
  417. margin-top: 5px;
  418. background-color: #333;
  419. text-align: left;
  420. padding: 2px 10px;
  421. font-size:15px;
  422. font-family: courier, "courier new", monospace;
  423. # font-family: monospace;
  424. }
  425. div.polaroid {
  426. width: 100%;
  427. background-color: #333;
  428. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  429. display:block;
  430. }
  431. div.polaroid2 {
  432. width: 10%;
  433. background-color: #2B2B2B;
  434. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  435. }
  436. img.polaroid {
  437. width: 100%;
  438. display:block;
  439. }
  440. img.polaroid2 {
  441. width: 10%;
  442. }
  443. div.image-caption {
  444. width: 100%;
  445. margin: 30px auto;
  446. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  447. }
  448. div.image-caption-info {
  449. margin: auto;
  450. background-color: #2B2B2B;
  451. text-align: left;
  452. padding: 2px 10px;
  453. font-size: 14px;
  454. font-family: courier, courier new, monospace;
  455. }
  456. div.image-caption-header {
  457. margin: auto;
  458. background-color: #333;
  459. text-align: left;
  460. padding: 0px 10px;
  461. font-size: 15px;
  462. }
  463. div.image-caption-body {
  464. margin: auto;
  465. background-color: #333;
  466. text-align: left;
  467. padding: 0px 10px;
  468. padding-bottom: 10px;
  469. font-size: 15px;
  470. }
  471. video.autoplay {
  472. width: 100%;
  473. background-color: #333;
  474. margin-bottom: 0px;
  475. margin-top: 0px;
  476. padding-bottom: 0px;
  477. padding-top: 0px;
  478. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  479. }
  480. div.footer {
  481. #position: fixed;
  482. overflow: hidden;
  483. display: block;
  484. font-family: Arial, Helvetica, sans-serif;
  485. #background-color: #333;
  486. background: rgba(38, 38, 38, 0.8);
  487. bottom: 0;
  488. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  489. }
  490. img.footer-logo {
  491. width: 120px;
  492. display: block;
  493. margin-left: auto;
  494. margin-right: auto;
  495. margin-top: 30px;
  496. margin-bottom: 10px;
  497. }
  498. p.footer-text {
  499. margin-bottom: 10px;
  500. margin-left: auto;
  501. margin-right: auto;
  502. max-width:410px;
  503. text-align: center;
  504. font-size: 15px;
  505. color:white;
  506. font-family: Georgia;
  507. }
  508. div.profile-wrapper {
  509. margin-left: auto;
  510. margin-right: auto;
  511. width: 230px;
  512. height: 230px;
  513. background-image: url('/img/profile_1.jpg');
  514. background-repeat: no-repeat;
  515. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  516. }
  517. div.profile-prompt-wrapper {
  518. padding-top: 30px;
  519. margin-left: auto;
  520. margin-right: auto;
  521. margin-bottom: 80px;
  522. width: 500px;
  523. height: 50px;
  524. }
  525. div.floating-box {
  526. display: inline-block;
  527. margin-left: 10px;
  528. margin-right: 30px;
  529. margin-bottom: 30px;
  530. margin-top: 10px;
  531. }
  532. div.floating-box-text {
  533. display: inline-block;
  534. margin-left: 10px;
  535. margin-right: 30px;
  536. margin-top: 10px;
  537. width: 300px;
  538. }
  539. div.floating-box-text-telegram {
  540. display: inline-block;
  541. position: relative;
  542. margin-left: 10px;
  543. margin-right: 30px;
  544. margin-top: 10px;
  545. width: 500px;
  546. left: 0px;
  547. top: 20px;
  548. }
  549. div.textbox {
  550. background-color: #333;
  551. padding-left: 5px;
  552. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  553. }
  554. input[type=checkbox]{
  555. display: none;
  556. visibility: hidden;
  557. }
  558. input[type=checkbox]:checked ~ #menu {
  559. visibility: visible;
  560. opacity: 1;
  561. right: 0px;
  562. /*-webkit-transition-duration: 0.4s; /* Safari */
  563. /*transition-duration: 0.4s; */
  564. }
  565. #md5_disabled {
  566. cursor: not-allowed;
  567. }
  568. div.download_subtext_index_div {
  569. position: relative;
  570. right: 40px;
  571. }
  572. p.download_subtext {
  573. padding: 2px;
  574. position: relative;
  575. bottom: 0px;
  576. left: 290px;
  577. font-size:11px;
  578. font-family: Arial, Helvetica, sans-serif;
  579. }
  580. p.download_subtext_index {
  581. padding: 2px;
  582. position: relative;
  583. bottom: -25px;
  584. left: 290px;
  585. font-size:11px;
  586. font-family: Arial, Helvetica, sans-serif;
  587. }
  588. p.download_subtext-right {
  589. padding: 30px;
  590. position: relative;
  591. bottom: -20px;
  592. left: 290px;
  593. font-size:11px;
  594. font-family: Arial, Helvetica, sans-serif;
  595. width: 200px;
  596. }
  597. a.download_button {
  598. text-decoration: none;
  599. position: relative;
  600. bottom: -10px;
  601. left: 290px;
  602. }
  603. a.download_button:hover {
  604. opacity: 1.0;
  605. }
  606. div.download_button {
  607. text-decoration: none;
  608. position: relative;
  609. bottom: -20px;
  610. left: 290px;
  611. margin-right: -10px;
  612. }
  613. p.code {
  614. font-size:15px;
  615. font-family: courier, "courier new", monospace;
  616. position: relative;
  617. # bottom: 15px;
  618. margin-left: 10px;
  619. margin-top: -15px;
  620. }
  621. p.code:hover {
  622. font-weight: bold;
  623. }
  624. #download_button_index {
  625. left: 212px;
  626. }
  627. #download_subtext_index {
  628. left: 217px;
  629. }
  630. #code {
  631. font-size:15px;
  632. font-family: courier, "courier new", monospace;
  633. position: relative;
  634. # bottom: 15px;
  635. margin-left: 10px;
  636. margin-top: -15px;
  637. }
  638. #code:hover {
  639. font-weight: bold;
  640. }
  641. .button {
  642. background-color: #4CAF50; /* Green */
  643. border: none;
  644. color: white;
  645. padding: 12px 32px;
  646. text-align: center;
  647. text-decoration: none;
  648. display: block;
  649. font-size: 16px;
  650. margin: 4px 2px;
  651. margin-left: auto;
  652. margin-right: auto;
  653. cursor: pointer;
  654. -webkit-transition-duration: 0.4s; /* Safari */
  655. transition-duration: 0.4s;
  656. }
  657. .button3 {
  658. background-color: #4CAF50; /* Green */
  659. #background-color: #013463; /* Blue */
  660. border: none;
  661. color: white;
  662. padding: 12px 32px;
  663. text-align: center;
  664. text-decoration: none;
  665. display: inline-block;
  666. font-size: 16px;
  667. margin: 4px 2px;
  668. margin-left: auto;
  669. margin-right: auto;
  670. cursor: pointer;
  671. -webkit-transition-duration: 0.4s; /* Safari */
  672. transition-duration: 0.4s;
  673. }
  674. .button4 {
  675. background-color: transparent;
  676. border: 2px solid #4CAF50; /* Green */
  677. color: white;
  678. padding: 10px 32px;
  679. text-align: center;
  680. text-decoration: none;
  681. display: inline-block;
  682. font-size: 16px;
  683. margin: 4px 2px;
  684. #margin-left: auto;
  685. #margin-right: auto;
  686. cursor: pointer;
  687. -webkit-transition-duration: 0.4s; /* Safari */
  688. transition-duration: 0.4s;
  689. border-radius: 12px; /* Rounded Edges */
  690. }
  691. .button4:hover {
  692. background-color: #4CAF50;
  693. }
  694. a.button4:hover {
  695. opacity: 1.0;
  696. }
  697. a.button2:hover {
  698. opacity: 1.0;
  699. }
  700. .tooltip {
  701. position: relative;
  702. display: inline-block;
  703. }
  704. .tooltip .tooltiptext {
  705. visibility: hidden;
  706. width: 120px;
  707. background-color: #555;
  708. color: #fff;
  709. text-align: center;
  710. border-radius: 6px;
  711. padding: 5px 2px;
  712. position: absolute;
  713. z-index: 1;
  714. bottom: 125%;
  715. left: 50%;
  716. margin-left: -60px;
  717. opacity: 0;
  718. transition: opacity 0.3s;
  719. }
  720. .tooltip .tooltiptext::after {
  721. content: "";
  722. position: absolute;
  723. top: 100%;
  724. left: 50%;
  725. margin-left: -5px;
  726. border-width: 5px;
  727. border-style: solid;
  728. border-color: #555 transparent transparent transparent;
  729. }
  730. .tooltip:hover .tooltiptext {
  731. visibility: visible;
  732. opacity: 1;
  733. }
  734. .tooltip .top-small-icons-tooltiptext {
  735. visibility: hidden;
  736. width: 120px;
  737. background-color: #555;
  738. color: #fff;
  739. text-align: center;
  740. border-radius: 6px;
  741. padding: 5px 2px;
  742. position: absolute;
  743. z-index: 1;
  744. bottom: -45px;
  745. left: 50%;
  746. margin-left: -60px;
  747. opacity: 0;
  748. transition: opacity 0.3s;
  749. font-size: 12px;
  750. }
  751. .tooltip .top-small-icons-tooltiptext::after {
  752. content: "";
  753. position: absolute;
  754. top: -40%;
  755. left: 50%;
  756. margin-left: -5px;
  757. border-width: 5px;
  758. border-style: solid;
  759. border-color: transparent transparent #555 transparent;
  760. }
  761. .tooltip:hover .top-small-icons-tooltiptext {
  762. visibility: visible;
  763. opacity: 1;
  764. }
  765. img.button {
  766. #margin-right: 20px;
  767. #float: left;
  768. width: 16px;
  769. # opacity: 1.0;
  770. # top: 0px;
  771. # left: 0px;
  772. # position: relative;
  773. # bottom: -4px
  774. }
  775. .tile_div a {
  776. position: relative;
  777. #float: left;
  778. margin-right: -9px;
  779. bottom: -10px;
  780. left: 290px;
  781. }
  782. .title_div a.last {
  783. margin-right: 0;
  784. }
  785. .clear {
  786. clear: both;
  787. }
  788. #index_box {
  789. position: relative;
  790. display: inline-block;
  791. right: 60px;
  792. }
  793. .button_left {
  794. background-color: transparent;
  795. border: 2px solid #4CAF50; /* Green */
  796. color: white;
  797. padding: 10px 20px;
  798. text-align: center;
  799. text-decoration: none;
  800. font-size: 16px;
  801. margin: 4px 2px;
  802. #margin-left: auto;
  803. #margin-right: auto;
  804. cursor: pointer;
  805. -webkit-transition-duration: 0.4s; /* Safari */
  806. transition-duration: 0.4s;
  807. border-radius: 12px 0 0 12px; /* Rounded Edges */
  808. }
  809. .button_right {
  810. background-color: transparent;
  811. border: 2px solid #4CAF50; /* Green */
  812. color: white;
  813. padding: 10px 12px;
  814. text-align: center;
  815. text-decoration: none;
  816. font-size: 16px;
  817. margin: 4px 2px;
  818. #margin-left: auto;
  819. #margin-right: auto;
  820. cursor: pointer;
  821. -webkit-transition-duration: 0.4s; /* Safari */
  822. transition-duration: 0.4s;
  823. border-radius: 0 12px 12px 0; /* Rounded Edges */
  824. position: relative;
  825. left: -11px;
  826. }
  827. a.button_left:hover {
  828. opacity: 1.0;
  829. # color:#D1D1D1;
  830. text-decoration: underlined;
  831. font-family: Arial, Helvetica, sans-serif;
  832. background-color: #4CAF50;
  833. }
  834. a.button_right:hover {
  835. # opacity: 0.7;
  836. # color:#D1D1D1;
  837. text-decoration: underlined;
  838. font-family: Arial, Helvetica, sans-serif;
  839. }
  840. .button1 {
  841. box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  842. }
  843. .button2:hover {
  844. # box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  845. #background-color: #3C3C3C;
  846. }
  847. .clearFloat { clear: both; }
  848. .disabled {
  849. opacity: 0.6;
  850. cursor: not-allowed;
  851. }
  852. p.serif {
  853. font-family: "Times New Roman", Times, serif;
  854. }
  855. .button.thread {
  856. background-color: #4CAF50; /* Green */
  857. #background-color: #013463; /* Blue */
  858. border: none;
  859. color: white;
  860. padding: 12px 32px;
  861. text-align: center;
  862. text-decoration: none;
  863. display: inline-block;
  864. font-size: 16px;
  865. margin: 4px 2px;
  866. margin-left: auto;
  867. margin-right: auto;
  868. cursor: pointer;
  869. -webkit-transition-duration: 0.4s; /* Safari */
  870. transition-duration: 0.4s;
  871. }
  872. div.download-prompt-wrapper {
  873. margin-left: -20px;
  874. margin-right: auto;
  875. #margin-bottom: 10px;
  876. width: 420px;
  877. height: 80px;
  878. }
  879. div.download-prompt-wrapper-2 {
  880. padding-top: 30px;
  881. margin-left: auto;
  882. margin-right: auto;
  883. margin-bottom: 80px;
  884. width: 170px;
  885. height: 50px;
  886. float: right;
  887. }
  888. div.floating-box-text-2 {
  889. display: block;
  890. margin-left: 10px;
  891. margin-right: 30px;
  892. margin-top: 10px;
  893. margin-bottom: 10px;
  894. width: 300px;
  895. }
  896. div.floating-box-2 {
  897. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  898. background-color: #484848;
  899. margin-top: 30px;
  900. }
  901. a.h1 {
  902. text-decoration: none;
  903. }
  904. #h1-1:link {
  905. color:white;
  906. text-decoration: none;
  907. font-family: Arial, Helvetica, sans-serif;
  908. }
  909. #h1-1:visited {
  910. color:white;
  911. text-decoration: none;
  912. font-family: Arial, Helvetica, sans-serif;
  913. }
  914. #h1-1:hover {
  915. color:#A6A6A6;
  916. text-decoration: none;
  917. font-family: Arial, Helvetica, sans-serif;
  918. }
  919. #h1-1:active {
  920. color:white;
  921. text-decoration: none;
  922. font-family: Arial, Helvetica, sans-serif;
  923. }
  924. p.info-subtitle {
  925. font-size:11px;
  926. font-family: Arial, Helvetica, sans-serif;
  927. #font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  928. }
  929. #resource_div {
  930. opacity: 0.7;
  931. }
  932. #resource_div:hover {
  933. opacity: 1.0;
  934. box-shadow:0px 0px 0px 1px white inset;
  935. }
  936. #resource_div_2 {
  937. }
  938. #resource_div_2:hover {
  939. box-shadow:0px 0px 0px 1px white inset;
  940. }
  941. #download_div {
  942. opacity: 0.7;
  943. background-color: #4CAF50; /* Green */
  944. }
  945. #download_div:hover {
  946. opacity: 1.0;
  947. box-shadow:0px 0px 0px 1px white inset;
  948. }
  949. span.source_white {
  950. # font-size: 12px;
  951. background-color:rgba(255, 255, 255, 0.8);
  952. float: center;
  953. }
  954. div.source_white {
  955. top: -10px;
  956. # float: center;
  957. color: rgba(255, 255, 255, 0.8);
  958. font-size: 12px;
  959. text-decoration:none;
  960. display: inline-block;
  961. position: relative;
  962. margin-bottom:0;
  963. padding: 0;
  964. overflow: hidden;
  965. font-family: Arial, Helvetica, sans-serif;
  966. }
  967. div.source_white:hover {
  968. background-color:rgba(0, 0, 0, 0.7);
  969. text-decoration:none;
  970. }
  971. a.source_white {
  972. padding-left: 5px;
  973. padding-right: 5px;
  974. font-size: 12px;
  975. text-decoration:none;
  976. # background-color:rgba(255, 255, 255, 0.8);
  977. # background-color: white;
  978. color: black;
  979. # border-color: rgba(255, 255, 255, 0.8);
  980. # border-color: white;
  981. # border-style: solid;
  982. # border-width: 2px;
  983. # display: block;
  984. display: inline-block;
  985. text-align: center;
  986. color: white;
  987. # text-align: center;
  988. # padding: 14px 16px;
  989. text-decoration: none;
  990. }
  991. a.source_white:hover {
  992. # color: #4CAF50;
  993. # color: white;
  994. }
  995. span.source_black {
  996. font-size: 12px;
  997. background-color:rgba(0, 0, 0, 0.8);
  998. }
  999. a.source_black {
  1000. text-decoration:none;
  1001. color: white;
  1002. }
  1003. span.source_black:hover {
  1004. font-size: 12px;
  1005. background-color:rgba(255, 255, 255, 0.8);
  1006. }
  1007. a.source_black:hover {
  1008. text-decoration:none;
  1009. color: black;
  1010. }
  1011. header {
  1012. #background: #383838;
  1013. width: 100%;
  1014. height: 76px;
  1015. position: relative;
  1016. top: 0;
  1017. left: 0;
  1018. #border-bottom: 4px solid #4C9CF1;
  1019. #z-index: 2;
  1020. max-width:600px;
  1021. margin-left: auto;
  1022. margin-right: auto;
  1023. }
  1024. .copy a {
  1025. text-decoration: none;
  1026. display: inline-block;
  1027. padding: 5px 10px;
  1028. border-radius: 5px;
  1029. background-color: #111111;
  1030. }
  1031. .modal-content {
  1032. #background: #383838;
  1033. background: #282828;
  1034. position: relative;
  1035. z-index: 20;
  1036. border-radius: 10px;
  1037. padding: 10px;
  1038. max-width:750px;
  1039. top: 0;
  1040. left: 0;
  1041. margin-left: auto;
  1042. margin-right: auto;;
  1043. }
  1044. /* modal_me */
  1045. #modal_buildinfo {
  1046. left: 50%;
  1047. margin: -250px 0 0 -32%;
  1048. opacity: 0;
  1049. position: absolute;
  1050. top: -50%;
  1051. visibility: hidden;
  1052. width: 65%;
  1053. box-shadow: 0 3px 7px rgba(0,0,0,.25);
  1054. box-sizing: border-box;
  1055. transition: all .4s ease-in-out;
  1056. -moz-transition: all .4s ease-in-out;
  1057. -webkit-transition: all .4s ease-in-out
  1058. }
  1059. #modal_buildinfo:target {
  1060. opacity: 1;
  1061. top: 450px;
  1062. visibility: visible;
  1063. }
  1064. #modal_buildinfo .header, #modal_buildinfo .footer {
  1065. #border-bottom: 1px solid lightgrey;
  1066. border-radius: 5px 5px 0 0;
  1067. }
  1068. #modal_buildinfo .footer {
  1069. border: none;
  1070. border-top: 1px solid lightgrey;
  1071. border-radius: 0 0 5px 5px
  1072. }
  1073. #modal_buildinfo h1 {
  1074. #color: black;
  1075. color: white;
  1076. margin-top: 0;
  1077. }
  1078. #modal_buildinfo p {
  1079. #color: black;
  1080. color: white;
  1081. font-size: 14px;
  1082. }
  1083. #modal_buildinfo ul {
  1084. #color: black;
  1085. color: white;
  1086. font-size: 14px;
  1087. }
  1088. #modal_buildinfo a {
  1089. color: white;
  1090. font-size: 14px;
  1091. }
  1092. #modal_buildinfo a:hover {
  1093. #color: #4CAF50; /* Green */
  1094. }
  1095. #modal_buildinfo .copy a:hover {
  1096. color: #4CAF50; /* Green */
  1097. }
  1098. #modal_buildinfo .copy a {
  1099. color: white;
  1100. font-size: 15px;
  1101. }
  1102. #modal_buildinfo .btn { float: right }
  1103. #modal_buildinfo .copy, #modal_buildinfo .header, #modal_buildinfo .footer {
  1104. padding: 20px;
  1105. }
  1106. #modal_buildinfo .copy { background: #282828 }
  1107. #modal_buildinfo .overlay {
  1108. background-color: #000;
  1109. background: rgba(0,0,0,.8);
  1110. height: 100%;
  1111. left: 0;
  1112. position: fixed;
  1113. top: 0;
  1114. width: 100%;
  1115. z-index: 10;
  1116. }
  1117. #modal_scriptinfo {
  1118. left: 50%;
  1119. margin: -250px 0 0 -32%;
  1120. opacity: 0;
  1121. position: absolute;
  1122. top: -50%;
  1123. visibility: hidden;
  1124. width: 65%;
  1125. box-shadow: 0 3px 7px rgba(0,0,0,.25);
  1126. box-sizing: border-box;
  1127. transition: all .4s ease-in-out;
  1128. -moz-transition: all .4s ease-in-out;
  1129. -webkit-transition: all .4s ease-in-out
  1130. }
  1131. #modal_scriptinfo:target {
  1132. opacity: 1;
  1133. top: 450px;
  1134. visibility: visible;
  1135. }
  1136. #modal_scriptinfo .header, #modal_scriptinfo .footer {
  1137. #border-bottom: 1px solid lightgrey;
  1138. border-radius: 5px 5px 0 0;
  1139. }
  1140. #modal_scriptinfo .footer {
  1141. border: none;
  1142. border-top: 1px solid lightgrey;
  1143. border-radius: 0 0 5px 5px
  1144. }
  1145. #modal_scriptinfo h1 {
  1146. #color: black;
  1147. color: white;
  1148. margin-top: 0;
  1149. }
  1150. #modal_scriptinfo p {
  1151. #color: black;
  1152. color: white;
  1153. font-size: 14px;
  1154. }
  1155. #modal_scriptinfo ul {
  1156. #color: black;
  1157. color: white;
  1158. font-size: 14px;
  1159. }
  1160. #modal_scriptinfo a {
  1161. color: white;
  1162. font-size: 14px;
  1163. }
  1164. #modal_scriptinfo a:hover {
  1165. #color: #4CAF50; /* Green */
  1166. }
  1167. #modal_scriptinfo .copy a:hover {
  1168. color: #4CAF50; /* Green */
  1169. }
  1170. #modal_scriptinfo .copy a {
  1171. color: white;
  1172. font-size: 15px;
  1173. }
  1174. #modal_scriptinfo .btn { float: right }
  1175. #modal_scriptinfo .copy, #modal_scriptinfo .header, #modal_scriptinfo .footer {
  1176. padding: 20px;
  1177. }
  1178. #modal_scriptinfo .copy { background: #282828 }
  1179. #modal_scriptinfo .overlay {
  1180. background-color: #000;
  1181. background: rgba(0,0,0,.8);
  1182. height: 100%;
  1183. left: 0;
  1184. position: fixed;
  1185. top: 0;
  1186. width: 100%;
  1187. z-index: 10;
  1188. }
  1189. @media screen and (max-width: 1000px){
  1190. div.body {
  1191. max-width: 650px;
  1192. }
  1193. ul.topnav {
  1194. max-width: 650px;
  1195. }
  1196. p.download_subtext {
  1197. left: 0px;
  1198. }
  1199. p.download_subtext_index {
  1200. left: 0px;
  1201. }
  1202. a.download_button {
  1203. left: 0px;
  1204. }
  1205. div.download_button {
  1206. left: 0px;
  1207. }
  1208. div.download-prompt-wrapper {
  1209. width: 350px
  1210. }
  1211. div.download-prompt-wrapper-2 {
  1212. left: 110px;
  1213. position: relative;
  1214. }
  1215. #whatis{
  1216. margin-top: 60px;
  1217. }
  1218. #download_button_index {
  1219. left: -22px;
  1220. }
  1221. #download_subtext_index {
  1222. left: -17px;
  1223. }
  1224. }
  1225. @media screen and (max-width: 700px){
  1226. div.top-small-icons-background {
  1227. visibility: : hidden;
  1228. display: none;
  1229. }
  1230. #top-small-icons-row {
  1231. overflow: hidden;
  1232. }
  1233. div.body {
  1234. margin-top: 100px;
  1235. }
  1236. #top-logo-mobile {
  1237. top: -35px;
  1238. left: 18px;
  1239. display: block;
  1240. visibility: visible;
  1241. }
  1242. #top-logo-li {
  1243. visibility: : hidden;
  1244. display: none;
  1245. }
  1246. #mobile-menu-icon {
  1247. display:inline-block;
  1248. visibility: visible;
  1249. position: absolute;
  1250. right: 5px;
  1251. top: 50%;
  1252. -webkit-transform: translate(-50%, -50%);
  1253. transform: translate(-50%, -50%);
  1254. margin-top: 0px;
  1255. margin-left: 0px;
  1256. }
  1257. div.badge {
  1258. display: none;
  1259. }
  1260. img.topnav {
  1261. display: none;
  1262. }
  1263. ul.topnav li.right,
  1264. ul.topnav li {
  1265. text-align: center;
  1266. float: none;
  1267. }
  1268. ul.topnav {
  1269. margin-top: 0;
  1270. position: relative;
  1271. display: block;
  1272. visibility: hidden;
  1273. opacity: 0;
  1274. #transition: visibility 0s, right 0.3s;
  1275. transition: visibility 0s, right 0.3s;
  1276. #transition: visibility 0s, padding 0.3s;
  1277. #top: -300px;
  1278. width: 100%;
  1279. right: -100%;
  1280. #width: 30%;
  1281. #min-width: 135px;
  1282. #overflow: hidden;
  1283. overflow: visible;
  1284. z-index: 10;
  1285. #background-color: #1c1c1c;
  1286. #background-color: #282828;
  1287. #background-color:rgba(61, 57, 57, 0.5);
  1288. background-color:rgba(61, 57, 57, 0.9);
  1289. top: -14px;
  1290. #padding-top: 45px;
  1291. #float: right;
  1292. #border-bottom: 1px solid white;
  1293. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1294. }
  1295. div.topnav-wrapper {
  1296. position: fixed;
  1297. display: block;
  1298. height: 55px;
  1299. max-height: 200px;
  1300. max-width: 680px;
  1301. margin: 0;
  1302. padding: 0;
  1303. z-index: 10;
  1304. #position: fixed;
  1305. #display: block;
  1306. top: 0;
  1307. #margin-left: auto;
  1308. #margin-right: auto;
  1309. width: 100%;
  1310. height: 55px;
  1311. left: 0px;
  1312. #background-color: #262626;
  1313. #box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1314. }
  1315. .show-menu {
  1316. display:block;
  1317. visibility: visible;
  1318. background: none;
  1319. box-shadow: none;
  1320. #padding: 50px;
  1321. margin-bottom: 40px;
  1322. #margin-top: -10px;
  1323. text-align: center;
  1324. width: auto;
  1325. }
  1326. ul.topnav li a {
  1327. padding: 14px 14px;
  1328. margin-left: 0px;
  1329. }
  1330. ul.topnav li a.active {
  1331. border-bottom: 0px solid white;
  1332. }
  1333. ul.topnav li.right {
  1334. float: none;
  1335. }
  1336. div.topnav-reverse {
  1337. float: none;
  1338. }
  1339. ul.topnav li a.active {
  1340. float: none;
  1341. #box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1342. #background-color: #484848;
  1343. }
  1344. #mobile-home {
  1345. display: block;
  1346. }
  1347. #mobile_purge {
  1348. display: none;
  1349. }
  1350. div.footer {
  1351. width: 100%;
  1352. margin: auto;
  1353. }
  1354. div.profile-wrapper {
  1355. float: none;
  1356. margin-top: 0px;
  1357. margin-bottom: 0px;
  1358. margin-left: auto;
  1359. margin-right: auto;
  1360. }
  1361. div.floating-box {
  1362. display: block;
  1363. float: none;
  1364. margin: 0;
  1365. }
  1366. div.floating-box-text {
  1367. display: block;
  1368. float: none;
  1369. margin-left: auto;
  1370. margin-right: auto;
  1371. margin: 0px;
  1372. width: auto;
  1373. }
  1374. ul.topnav li.right {
  1375. float: none;
  1376. }
  1377. ul.topnav li.right_active {
  1378. float: none;
  1379. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1380. background-color: #484848;
  1381. }
  1382. p.download_subtext {
  1383. left: 0px;
  1384. }
  1385. p.download_subtext_index {
  1386. left: 0px;
  1387. }
  1388. a.download_button {
  1389. left: 0px;
  1390. }
  1391. div.download_button {
  1392. left: 0px;
  1393. }
  1394. div.download-prompt-wrapper {
  1395. display: block;
  1396. margin-bottom: 100px;
  1397. float: none;
  1398. width: auto;
  1399. margin: 0 auto;
  1400. }
  1401. div.download-prompt-wrapper-2 {
  1402. display: inline-block;
  1403. float: none;
  1404. display: flex;
  1405. align-items: center;
  1406. justify-content: center;
  1407. left: 0px;
  1408. }
  1409. #whatis{
  1410. margin-top: 100px;
  1411. }
  1412. #minimal_button {
  1413. margin-top: 120px;
  1414. }
  1415. #full_button {
  1416. margin-top: 65px;
  1417. }
  1418. #minimal_title {
  1419. margin-top: 90px;
  1420. }
  1421. span.tooltiptext {
  1422. display: none;
  1423. visibility: hidden;
  1424. }
  1425. #download_button_index {
  1426. left: 0px;
  1427. }
  1428. #download_subtext_index {
  1429. left: 5px;
  1430. }
  1431. }