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.

1659 lines
30 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
  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. div.download_button {
  604. text-decoration: none;
  605. position: relative;
  606. bottom: -20px;
  607. left: 290px;
  608. margin-right: -10px;
  609. }
  610. p.code {
  611. font-size:15px;
  612. font-family: courier, "courier new", monospace;
  613. position: relative;
  614. # bottom: 15px;
  615. margin-left: 10px;
  616. margin-top: -15px;
  617. }
  618. p.code:hover {
  619. font-weight: bold;
  620. }
  621. #download_button_index {
  622. left: 212px;
  623. }
  624. #download_subtext_index {
  625. left: 217px;
  626. }
  627. #code {
  628. font-size:15px;
  629. font-family: courier, "courier new", monospace;
  630. position: relative;
  631. # bottom: 15px;
  632. margin-left: 10px;
  633. margin-top: -15px;
  634. }
  635. #code:hover {
  636. font-weight: bold;
  637. }
  638. .button {
  639. background-color: #4CAF50; /* Green */
  640. border: none;
  641. color: white;
  642. padding: 12px 32px;
  643. text-align: center;
  644. text-decoration: none;
  645. display: block;
  646. font-size: 16px;
  647. margin: 4px 2px;
  648. margin-left: auto;
  649. margin-right: auto;
  650. cursor: pointer;
  651. -webkit-transition-duration: 0.4s; /* Safari */
  652. transition-duration: 0.4s;
  653. }
  654. .button3 {
  655. background-color: #4CAF50; /* Green */
  656. #background-color: #013463; /* Blue */
  657. border: none;
  658. color: white;
  659. padding: 12px 32px;
  660. text-align: center;
  661. text-decoration: none;
  662. display: inline-block;
  663. font-size: 16px;
  664. margin: 4px 2px;
  665. margin-left: auto;
  666. margin-right: auto;
  667. cursor: pointer;
  668. -webkit-transition-duration: 0.4s; /* Safari */
  669. transition-duration: 0.4s;
  670. }
  671. .button4 {
  672. background-color: transparent;
  673. border: 2px solid #4CAF50; /* Green */
  674. color: white;
  675. padding: 10px 32px;
  676. text-align: center;
  677. text-decoration: none;
  678. display: inline-block;
  679. font-size: 16px;
  680. margin: 4px 2px;
  681. #margin-left: auto;
  682. #margin-right: auto;
  683. cursor: pointer;
  684. -webkit-transition-duration: 0.4s; /* Safari */
  685. transition-duration: 0.4s;
  686. border-radius: 12px; /* Rounded Edges */
  687. }
  688. .tooltip {
  689. position: relative;
  690. display: inline-block;
  691. }
  692. .tooltip .tooltiptext {
  693. visibility: hidden;
  694. width: 120px;
  695. background-color: #555;
  696. color: #fff;
  697. text-align: center;
  698. border-radius: 6px;
  699. padding: 5px 2px;
  700. position: absolute;
  701. z-index: 1;
  702. bottom: 125%;
  703. left: 50%;
  704. margin-left: -60px;
  705. opacity: 0;
  706. transition: opacity 0.3s;
  707. }
  708. .tooltip .tooltiptext::after {
  709. content: "";
  710. position: absolute;
  711. top: 100%;
  712. left: 50%;
  713. margin-left: -5px;
  714. border-width: 5px;
  715. border-style: solid;
  716. border-color: #555 transparent transparent transparent;
  717. }
  718. .tooltip:hover .tooltiptext {
  719. visibility: visible;
  720. opacity: 1;
  721. }
  722. .tooltip .top-small-icons-tooltiptext {
  723. visibility: hidden;
  724. width: 120px;
  725. background-color: #555;
  726. color: #fff;
  727. text-align: center;
  728. border-radius: 6px;
  729. padding: 5px 2px;
  730. position: absolute;
  731. z-index: 1;
  732. bottom: -45px;
  733. left: 50%;
  734. margin-left: -60px;
  735. opacity: 0;
  736. transition: opacity 0.3s;
  737. font-size: 12px;
  738. }
  739. .tooltip .top-small-icons-tooltiptext::after {
  740. content: "";
  741. position: absolute;
  742. top: -40%;
  743. left: 50%;
  744. margin-left: -5px;
  745. border-width: 5px;
  746. border-style: solid;
  747. border-color: transparent transparent #555 transparent;
  748. }
  749. .tooltip:hover .top-small-icons-tooltiptext {
  750. visibility: visible;
  751. opacity: 1;
  752. }
  753. img.button {
  754. #margin-right: 20px;
  755. #float: left;
  756. width: 16px;
  757. # opacity: 1.0;
  758. # top: 0px;
  759. # left: 0px;
  760. # position: relative;
  761. # bottom: -4px
  762. }
  763. .tile_div a {
  764. position: relative;
  765. #float: left;
  766. margin-right: -9px;
  767. bottom: -10px;
  768. left: 290px;
  769. }
  770. .title_div a.last {
  771. margin-right: 0;
  772. }
  773. .clear {
  774. clear: both;
  775. }
  776. #index_box {
  777. position: relative;
  778. display: inline-block;
  779. right: 60px;
  780. }
  781. .button_left {
  782. background-color: transparent;
  783. border: 2px solid #4CAF50; /* Green */
  784. color: white;
  785. padding: 10px 20px;
  786. text-align: center;
  787. text-decoration: none;
  788. font-size: 16px;
  789. margin: 4px 2px;
  790. #margin-left: auto;
  791. #margin-right: auto;
  792. cursor: pointer;
  793. -webkit-transition-duration: 0.4s; /* Safari */
  794. transition-duration: 0.4s;
  795. border-radius: 12px 0 0 12px; /* Rounded Edges */
  796. }
  797. .button_right {
  798. background-color: transparent;
  799. border: 2px solid #4CAF50; /* Green */
  800. color: white;
  801. padding: 10px 12px;
  802. text-align: center;
  803. text-decoration: none;
  804. font-size: 16px;
  805. margin: 4px 2px;
  806. #margin-left: auto;
  807. #margin-right: auto;
  808. cursor: pointer;
  809. -webkit-transition-duration: 0.4s; /* Safari */
  810. transition-duration: 0.4s;
  811. border-radius: 0 12px 12px 0; /* Rounded Edges */
  812. position: relative;
  813. left: -11px;
  814. }
  815. a.button_left:hover {
  816. opacity: 0.7;
  817. # color:#D1D1D1;
  818. text-decoration: underlined;
  819. font-family: Arial, Helvetica, sans-serif;
  820. }
  821. a.button_right:hover {
  822. opacity: 0.7;
  823. # color:#D1D1D1;
  824. text-decoration: underlined;
  825. font-family: Arial, Helvetica, sans-serif;
  826. }
  827. .button1 {
  828. box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  829. }
  830. .button2:hover {
  831. # box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  832. #background-color: #3C3C3C;
  833. }
  834. .clearFloat { clear: both; }
  835. .disabled {
  836. opacity: 0.6;
  837. cursor: not-allowed;
  838. }
  839. p.serif {
  840. font-family: "Times New Roman", Times, serif;
  841. }
  842. .button.thread {
  843. background-color: #4CAF50; /* Green */
  844. #background-color: #013463; /* Blue */
  845. border: none;
  846. color: white;
  847. padding: 12px 32px;
  848. text-align: center;
  849. text-decoration: none;
  850. display: inline-block;
  851. font-size: 16px;
  852. margin: 4px 2px;
  853. margin-left: auto;
  854. margin-right: auto;
  855. cursor: pointer;
  856. -webkit-transition-duration: 0.4s; /* Safari */
  857. transition-duration: 0.4s;
  858. }
  859. div.download-prompt-wrapper {
  860. margin-left: -20px;
  861. margin-right: auto;
  862. #margin-bottom: 10px;
  863. width: 420px;
  864. height: 80px;
  865. }
  866. div.download-prompt-wrapper-2 {
  867. padding-top: 30px;
  868. margin-left: auto;
  869. margin-right: auto;
  870. margin-bottom: 80px;
  871. width: 170px;
  872. height: 50px;
  873. float: right;
  874. }
  875. div.floating-box-text-2 {
  876. display: block;
  877. margin-left: 10px;
  878. margin-right: 30px;
  879. margin-top: 10px;
  880. margin-bottom: 10px;
  881. width: 300px;
  882. }
  883. div.floating-box-2 {
  884. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  885. background-color: #484848;
  886. margin-top: 30px;
  887. }
  888. a.h1 {
  889. text-decoration: none;
  890. }
  891. #h1-1:link {
  892. color:white;
  893. text-decoration: none;
  894. font-family: Arial, Helvetica, sans-serif;
  895. }
  896. #h1-1:visited {
  897. color:white;
  898. text-decoration: none;
  899. font-family: Arial, Helvetica, sans-serif;
  900. }
  901. #h1-1:hover {
  902. color:#A6A6A6;
  903. text-decoration: none;
  904. font-family: Arial, Helvetica, sans-serif;
  905. }
  906. #h1-1:active {
  907. color:white;
  908. text-decoration: none;
  909. font-family: Arial, Helvetica, sans-serif;
  910. }
  911. p.info-subtitle {
  912. font-size:11px;
  913. font-family: Arial, Helvetica, sans-serif;
  914. #font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  915. }
  916. #resource_div {
  917. opacity: 0.7;
  918. }
  919. #resource_div:hover {
  920. opacity: 1.0;
  921. box-shadow:0px 0px 0px 1px white inset;
  922. }
  923. #resource_div_2 {
  924. }
  925. #resource_div_2:hover {
  926. box-shadow:0px 0px 0px 1px white inset;
  927. }
  928. #download_div {
  929. opacity: 0.7;
  930. background-color: #4CAF50; /* Green */
  931. }
  932. #download_div:hover {
  933. opacity: 1.0;
  934. box-shadow:0px 0px 0px 1px white inset;
  935. }
  936. span.source_white {
  937. # font-size: 12px;
  938. background-color:rgba(255, 255, 255, 0.8);
  939. float: center;
  940. }
  941. div.source_white {
  942. top: -10px;
  943. # float: center;
  944. color: rgba(255, 255, 255, 0.8);
  945. font-size: 12px;
  946. text-decoration:none;
  947. display: inline-block;
  948. position: relative;
  949. margin-bottom:0;
  950. padding: 0;
  951. overflow: hidden;
  952. font-family: Arial, Helvetica, sans-serif;
  953. }
  954. div.source_white:hover {
  955. background-color:rgba(0, 0, 0, 0.7);
  956. text-decoration:none;
  957. }
  958. a.source_white {
  959. padding-left: 5px;
  960. padding-right: 5px;
  961. font-size: 12px;
  962. text-decoration:none;
  963. # background-color:rgba(255, 255, 255, 0.8);
  964. # background-color: white;
  965. color: black;
  966. # border-color: rgba(255, 255, 255, 0.8);
  967. # border-color: white;
  968. # border-style: solid;
  969. # border-width: 2px;
  970. # display: block;
  971. display: inline-block;
  972. text-align: center;
  973. color: white;
  974. # text-align: center;
  975. # padding: 14px 16px;
  976. text-decoration: none;
  977. }
  978. a.source_white:hover {
  979. # color: #4CAF50;
  980. # color: white;
  981. }
  982. span.source_black {
  983. font-size: 12px;
  984. background-color:rgba(0, 0, 0, 0.8);
  985. }
  986. a.source_black {
  987. text-decoration:none;
  988. color: white;
  989. }
  990. span.source_black:hover {
  991. font-size: 12px;
  992. background-color:rgba(255, 255, 255, 0.8);
  993. }
  994. a.source_black:hover {
  995. text-decoration:none;
  996. color: black;
  997. }
  998. header {
  999. #background: #383838;
  1000. width: 100%;
  1001. height: 76px;
  1002. position: relative;
  1003. top: 0;
  1004. left: 0;
  1005. #border-bottom: 4px solid #4C9CF1;
  1006. #z-index: 2;
  1007. max-width:600px;
  1008. margin-left: auto;
  1009. margin-right: auto;
  1010. }
  1011. .copy a {
  1012. text-decoration: none;
  1013. display: inline-block;
  1014. padding: 5px 10px;
  1015. border-radius: 5px;
  1016. background-color: #111111;
  1017. }
  1018. .modal-content {
  1019. #background: #383838;
  1020. background: #282828;
  1021. position: relative;
  1022. z-index: 20;
  1023. border-radius: 10px;
  1024. padding: 10px;
  1025. max-width:750px;
  1026. top: 0;
  1027. left: 0;
  1028. margin-left: auto;
  1029. margin-right: auto;;
  1030. }
  1031. /* modal_me */
  1032. #modal_buildinfo {
  1033. left: 50%;
  1034. margin: -250px 0 0 -32%;
  1035. opacity: 0;
  1036. position: absolute;
  1037. top: -50%;
  1038. visibility: hidden;
  1039. width: 65%;
  1040. box-shadow: 0 3px 7px rgba(0,0,0,.25);
  1041. box-sizing: border-box;
  1042. transition: all .4s ease-in-out;
  1043. -moz-transition: all .4s ease-in-out;
  1044. -webkit-transition: all .4s ease-in-out
  1045. }
  1046. #modal_buildinfo:target {
  1047. opacity: 1;
  1048. top: 450px;
  1049. visibility: visible;
  1050. }
  1051. #modal_buildinfo .header, #modal_buildinfo .footer {
  1052. #border-bottom: 1px solid lightgrey;
  1053. border-radius: 5px 5px 0 0;
  1054. }
  1055. #modal_buildinfo .footer {
  1056. border: none;
  1057. border-top: 1px solid lightgrey;
  1058. border-radius: 0 0 5px 5px
  1059. }
  1060. #modal_buildinfo h1 {
  1061. #color: black;
  1062. color: white;
  1063. margin-top: 0;
  1064. }
  1065. #modal_buildinfo p {
  1066. #color: black;
  1067. color: white;
  1068. font-size: 14px;
  1069. }
  1070. #modal_buildinfo ul {
  1071. #color: black;
  1072. color: white;
  1073. font-size: 14px;
  1074. }
  1075. #modal_buildinfo a {
  1076. color: white;
  1077. font-size: 14px;
  1078. }
  1079. #modal_buildinfo a:hover {
  1080. #color: #4CAF50; /* Green */
  1081. }
  1082. #modal_buildinfo .copy a:hover {
  1083. color: #4CAF50; /* Green */
  1084. }
  1085. #modal_buildinfo .copy a {
  1086. color: white;
  1087. font-size: 15px;
  1088. }
  1089. #modal_buildinfo .btn { float: right }
  1090. #modal_buildinfo .copy, #modal_buildinfo .header, #modal_buildinfo .footer {
  1091. padding: 20px;
  1092. }
  1093. #modal_buildinfo .copy { background: #282828 }
  1094. #modal_buildinfo .overlay {
  1095. background-color: #000;
  1096. background: rgba(0,0,0,.8);
  1097. height: 100%;
  1098. left: 0;
  1099. position: fixed;
  1100. top: 0;
  1101. width: 100%;
  1102. z-index: 10;
  1103. }
  1104. #modal_scriptinfo {
  1105. left: 50%;
  1106. margin: -250px 0 0 -32%;
  1107. opacity: 0;
  1108. position: absolute;
  1109. top: -50%;
  1110. visibility: hidden;
  1111. width: 65%;
  1112. box-shadow: 0 3px 7px rgba(0,0,0,.25);
  1113. box-sizing: border-box;
  1114. transition: all .4s ease-in-out;
  1115. -moz-transition: all .4s ease-in-out;
  1116. -webkit-transition: all .4s ease-in-out
  1117. }
  1118. #modal_scriptinfo:target {
  1119. opacity: 1;
  1120. top: 450px;
  1121. visibility: visible;
  1122. }
  1123. #modal_scriptinfo .header, #modal_scriptinfo .footer {
  1124. #border-bottom: 1px solid lightgrey;
  1125. border-radius: 5px 5px 0 0;
  1126. }
  1127. #modal_scriptinfo .footer {
  1128. border: none;
  1129. border-top: 1px solid lightgrey;
  1130. border-radius: 0 0 5px 5px
  1131. }
  1132. #modal_scriptinfo h1 {
  1133. #color: black;
  1134. color: white;
  1135. margin-top: 0;
  1136. }
  1137. #modal_scriptinfo p {
  1138. #color: black;
  1139. color: white;
  1140. font-size: 14px;
  1141. }
  1142. #modal_scriptinfo ul {
  1143. #color: black;
  1144. color: white;
  1145. font-size: 14px;
  1146. }
  1147. #modal_scriptinfo a {
  1148. color: white;
  1149. font-size: 14px;
  1150. }
  1151. #modal_scriptinfo a:hover {
  1152. #color: #4CAF50; /* Green */
  1153. }
  1154. #modal_scriptinfo .copy a:hover {
  1155. color: #4CAF50; /* Green */
  1156. }
  1157. #modal_scriptinfo .copy a {
  1158. color: white;
  1159. font-size: 15px;
  1160. }
  1161. #modal_scriptinfo .btn { float: right }
  1162. #modal_scriptinfo .copy, #modal_scriptinfo .header, #modal_scriptinfo .footer {
  1163. padding: 20px;
  1164. }
  1165. #modal_scriptinfo .copy { background: #282828 }
  1166. #modal_scriptinfo .overlay {
  1167. background-color: #000;
  1168. background: rgba(0,0,0,.8);
  1169. height: 100%;
  1170. left: 0;
  1171. position: fixed;
  1172. top: 0;
  1173. width: 100%;
  1174. z-index: 10;
  1175. }
  1176. @media screen and (max-width: 1000px){
  1177. div.body {
  1178. max-width: 650px;
  1179. }
  1180. ul.topnav {
  1181. max-width: 650px;
  1182. }
  1183. p.download_subtext {
  1184. left: 0px;
  1185. }
  1186. p.download_subtext_index {
  1187. left: 0px;
  1188. }
  1189. a.download_button {
  1190. left: 0px;
  1191. }
  1192. div.download_button {
  1193. left: 0px;
  1194. }
  1195. div.download-prompt-wrapper {
  1196. width: 350px
  1197. }
  1198. div.download-prompt-wrapper-2 {
  1199. left: 110px;
  1200. position: relative;
  1201. }
  1202. #whatis{
  1203. margin-top: 60px;
  1204. }
  1205. #download_button_index {
  1206. left: -22px;
  1207. }
  1208. #download_subtext_index {
  1209. left: -17px;
  1210. }
  1211. }
  1212. @media screen and (max-width: 700px){
  1213. div.top-small-icons-background {
  1214. visibility: : hidden;
  1215. display: none;
  1216. }
  1217. #top-small-icons-row {
  1218. overflow: hidden;
  1219. }
  1220. div.body {
  1221. margin-top: 100px;
  1222. }
  1223. #top-logo-mobile {
  1224. top: -35px;
  1225. left: 18px;
  1226. display: block;
  1227. visibility: visible;
  1228. }
  1229. #top-logo-li {
  1230. visibility: : hidden;
  1231. display: none;
  1232. }
  1233. #mobile-menu-icon {
  1234. display:inline-block;
  1235. visibility: visible;
  1236. position: absolute;
  1237. right: 5px;
  1238. top: 50%;
  1239. -webkit-transform: translate(-50%, -50%);
  1240. transform: translate(-50%, -50%);
  1241. margin-top: 0px;
  1242. margin-left: 0px;
  1243. }
  1244. div.badge {
  1245. display: none;
  1246. }
  1247. img.topnav {
  1248. display: none;
  1249. }
  1250. ul.topnav li.right,
  1251. ul.topnav li {float: none;
  1252. }
  1253. ul.topnav {
  1254. margin-top: 0;
  1255. position: relative;
  1256. display: block;
  1257. visibility: hidden;
  1258. opacity: 0;
  1259. transition: visibility 0s, right 0.3s;
  1260. right: -100%;
  1261. width: 30%;
  1262. min-width: 135px;
  1263. #overflow: hidden;
  1264. overflow: visible;
  1265. z-index: 10;
  1266. #background-color: #1c1c1c;
  1267. background-color: #282828;
  1268. #background-color:rgba(61, 57, 57, 0.5);
  1269. top: -14px;
  1270. #padding-top: 45px;
  1271. float: right;
  1272. #border-bottom: 1px solid white;
  1273. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1274. }
  1275. div.topnav-wrapper {
  1276. position: fixed;
  1277. display: block;
  1278. height: 55px;
  1279. max-height: 200px;
  1280. max-width: 680px;
  1281. margin: 0;
  1282. padding: 0;
  1283. z-index: 10;
  1284. #position: fixed;
  1285. #display: block;
  1286. top: 0;
  1287. #margin-left: auto;
  1288. #margin-right: auto;
  1289. width: 100%;
  1290. height: 55px;
  1291. left: 0px;
  1292. #background-color: #262626;
  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. .show-menu {
  1296. display:block;
  1297. visibility: visible;
  1298. background: none;
  1299. box-shadow: none;
  1300. #padding: 50px;
  1301. margin-bottom: 40px;
  1302. #margin-top: -10px;
  1303. text-align: center;
  1304. width: auto;
  1305. }
  1306. ul.topnav li a {
  1307. padding: 14px 14px;
  1308. }
  1309. ul.topnav li.right {
  1310. float: none;
  1311. }
  1312. div.topnav-reverse {
  1313. float: none;
  1314. }
  1315. ul.topnav li a.active {
  1316. float: none;
  1317. #box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1318. #background-color: #484848;
  1319. }
  1320. #mobile-home {
  1321. display: block;
  1322. }
  1323. #mobile_purge {
  1324. display: none;
  1325. }
  1326. div.footer {
  1327. width: 100%;
  1328. margin: auto;
  1329. }
  1330. div.profile-wrapper {
  1331. float: none;
  1332. margin-top: 0px;
  1333. margin-bottom: 0px;
  1334. margin-left: auto;
  1335. margin-right: auto;
  1336. }
  1337. div.floating-box {
  1338. display: block;
  1339. float: none;
  1340. margin: 0;
  1341. }
  1342. div.floating-box-text {
  1343. display: block;
  1344. float: none;
  1345. margin-left: auto;
  1346. margin-right: auto;
  1347. margin: 0px;
  1348. width: auto;
  1349. }
  1350. ul.topnav li.right {
  1351. float: none;
  1352. }
  1353. ul.topnav li.right_active {
  1354. float: none;
  1355. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  1356. background-color: #484848;
  1357. }
  1358. p.download_subtext {
  1359. left: 0px;
  1360. }
  1361. p.download_subtext_index {
  1362. left: 0px;
  1363. }
  1364. a.download_button {
  1365. left: 0px;
  1366. }
  1367. div.download_button {
  1368. left: 0px;
  1369. }
  1370. div.download-prompt-wrapper {
  1371. display: block;
  1372. margin-bottom: 100px;
  1373. float: none;
  1374. width: auto;
  1375. margin: 0 auto;
  1376. }
  1377. div.download-prompt-wrapper-2 {
  1378. display: inline-block;
  1379. float: none;
  1380. display: flex;
  1381. align-items: center;
  1382. justify-content: center;
  1383. left: 0px;
  1384. }
  1385. #whatis{
  1386. margin-top: 100px;
  1387. }
  1388. #minimal_button {
  1389. margin-top: 120px;
  1390. }
  1391. #full_button {
  1392. margin-top: 65px;
  1393. }
  1394. #minimal_title {
  1395. margin-top: 90px;
  1396. }
  1397. span.tooltiptext {
  1398. display: none;
  1399. visibility: hidden;
  1400. }
  1401. #download_button_index {
  1402. left: 0px;
  1403. }
  1404. #download_subtext_index {
  1405. left: 5px;
  1406. }
  1407. }