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.

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