Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1. @font-face {
  2. font-family: Yanone Kaffeesatz;
  3. src: url('../fonts/YanoneKaffeesatz-Regular.eot');
  4. src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf');
  5. }
  6.  
  7. html {
  8. height: 100%;
  9. }
  10.  
  11. * {
  12. margin: 0;
  13. padding: 0;
  14. }
  15.  
  16. /* tell the browser to render HTML 5 elements as block */
  17. article, aside, figure, footer, header, hgroup, nav, section {
  18. display:block;
  19. }
  20.  
  21. body {
  22. font: normal .80em arial, sans-serif;
  23. background: url(../images/ae.png);
  24. background-size: 100%;
  25. background-repeat: no-repeat;
  26. background-position: 0px 203px;
  27. }
  28.  
  29. p {
  30. padding: 0 0 20px 0;
  31. line-height: 1.7em;
  32. }
  33.  
  34. img {
  35. border: 0;
  36. }
  37.  
  38. h1, h2, h3, h4, h5, h6 {
  39. color: #362C20;
  40. letter-spacing: 0em;
  41. padding: 0 0 5px 0;
  42. }
  43.  
  44. h1, h2, h3 {
  45. font: normal 140% 'century gothic', arial;
  46. margin: 0 0 15px 0;
  47. padding: 15px 0 5px 0;
  48. color: #000;
  49. }
  50.  
  51. h2 {
  52. font-size: 160%;
  53. padding: 9px 0 5px 0;
  54. color: #009FBC;
  55. }
  56.  
  57. h3 {
  58. font-size: 140%;
  59. padding: 5px 0 0 0;
  60. }
  61.  
  62. h4, h6 {
  63. color: #009FBC;
  64. padding: 0 0 5px 0;
  65. font: normal 120% arial;
  66. }
  67.  
  68. h5, h6 {
  69. color: #bbb;
  70. font: italic 95% arial;
  71. letter-spacing: normal;
  72. padding: 0 0 15px 0;
  73. }
  74.  
  75. a, a:hover {
  76. outline: none;
  77. text-decoration: underline;
  78. color: #d69000;
  79. }
  80.  
  81. a:hover {
  82. text-decoration: none;
  83. }
  84.  
  85. blockquote {
  86. margin: 20px 0;
  87. padding: 10px 20px 0 20px;
  88. border: 1px solid #E5E5DB;
  89. background: #FFF;
  90. }
  91.  
  92. ul {
  93. margin: 2px 0 22px 17px;
  94. }
  95.  
  96. ul li {
  97. list-style-type: circle;
  98. margin: 0 0 6px 0;
  99. padding: 0 0 4px 5px;
  100. line-height: 1.5em;
  101. }
  102.  
  103. ol {
  104. margin: 8px 0 22px 20px;
  105. }
  106.  
  107. ol li {
  108. margin: 0 0 11px 0;
  109. }
  110.  
  111. .left {
  112. float: left;
  113. width: auto;
  114. margin-right: 10px;
  115. }
  116.  
  117. .right {
  118. float: right;
  119. width: auto;
  120. margin-left: 10px;
  121. }
  122.  
  123. .center {
  124. display: block;
  125. text-align: center;
  126. margin: 20px auto;
  127. }
  128.  
  129. #main, #logo, #site_content, footer {
  130. margin-left: auto;
  131. margin-right: auto;
  132. }
  133.  
  134. header {
  135. background: #404040;
  136. height: 200px;
  137. border-bottom: 1px solid #FFF;
  138. }
  139.  
  140. #logo {
  141. width: 1000px;
  142. height: 200px;
  143. background: transparent url(../images/logo.png) no-repeat center;
  144. }
  145.  
  146. #logo #logo_text {
  147. top: 5px;
  148. left: 0;
  149. right: 50px;
  150. }
  151.  
  152. #logo h1, #logo h2 {
  153. font: normal 420% 'Yanone Kaffeesatz', arial, sans-serif;
  154. border-bottom: 0;
  155. text-transform: none;
  156. margin: 0;
  157. }
  158.  
  159. #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
  160. padding: 10px 0 0 0;
  161. color: #FFF;
  162. text-decoration: none;
  163. }
  164.  
  165. #logo_text h1 a .logo_colour {
  166. color: #09D4FF;
  167. }
  168.  
  169. #logo_text a:hover .logo_colour {
  170. color: #FFF;
  171. }
  172.  
  173. #logo_text h2 {
  174. font-size: 150%;
  175. padding: 0 0 0 0;
  176. color: #A8AA94;
  177. }
  178.  
  179. nav {
  180. height: 44px;
  181. width: 100%;
  182. margin: -44px auto 0 auto;
  183. background: transparent url(../images/menubar.png) repeat;
  184. }
  185.  
  186. #menu_container {
  187. width: 1000px;
  188. margin: 0 auto 0 auto;
  189. }
  190.  
  191. #site_content {
  192. width: 1000px;
  193. overflow: hidden;
  194. margin: 0px auto 0 auto;
  195. padding: 15px 0 40px 0;
  196. }
  197.  
  198. #sidebar_container {
  199. float: right;
  200. width: 224px;
  201. }
  202.  
  203. .sidebar {
  204. float: right;
  205. width: 210px;
  206. margin: 0 0 17px 0;
  207. background: #FFF;
  208. border: 1px solid #eee;
  209. border-radius: 7px 7px 7px 7px;
  210. -moz-border-radius: 7px 7px 7px 7px;
  211. -webkit-border: 7px 7px 7px 7px;
  212. padding: 0 15px 5px 13px;
  213. }
  214.  
  215. .sidebar h3, .content h1 {
  216. padding: 5px 15px 20px 15px;
  217. font: 250% 'Yanone Kaffeesatz';
  218. text-shadow: #ffffff 1px 1px;
  219. margin: 0 1px;
  220. color: #777;
  221. }
  222.  
  223. .sidebar h3 {
  224. padding: 14px 15px 14px 15px;
  225. color: #74706E;
  226. font: 190% 'Yanone Kaffeesatz';
  227. margin-left: 10px;
  228. }
  229.  
  230. .sidebar h4 {
  231. color: #c00000;
  232. }
  233.  
  234. .sidebar ul {
  235. margin: 0 0 15px 0;
  236. }
  237.  
  238. .sidebar li a, .sidebar li a:hover {
  239. color: #555;
  240. text-decoration: none;
  241. }
  242.  
  243. .sidebar li a:hover {
  244. text-decoration: underline;
  245. }
  246.  
  247. .sidebar_item, .content_item {
  248. padding: 15px 0;
  249. }
  250.  
  251. .paperclip {
  252. float: left;
  253. position: relative;
  254. z-index: 0;
  255. vertical-align: middle;
  256. margin: -15px 0 -60px -40px;
  257. }
  258.  
  259. .content {
  260. text-align: left;
  261. width: 700px;
  262. margin: 0 0 15px 0;
  263. float: left;
  264. font-size: 120%;
  265. padding: 14px 0 0 0;
  266. }
  267.  
  268. .content ul {
  269. margin: 2px 0 22px 0px;
  270. }
  271.  
  272. .content ul li, .sidebar ul li {
  273. list-style-type: none;
  274. background: url(../images/bullet.png) no-repeat;
  275. margin: 0 0 0 0;
  276. padding: 0 0 4px 28px;
  277. line-height: 1.5em;
  278. }
  279.  
  280. footer {
  281. width: 100%;
  282. font-family: 'lucida sans', sans-serif;
  283. font-size: 90%;
  284. height: 60px;
  285. padding: 20px 0 5px 0;
  286. text-align: center;
  287. background: #404040 url(../images/footer.png) repeat-x;
  288. color: #A8AA94;
  289. margin: 0 0 0 0;
  290. }
  291.  
  292. footer p {
  293. line-height: 1.7em;
  294. padding: 0 0 10px 0;
  295. }
  296.  
  297. footer a {
  298. color: #A8AA94;
  299. text-decoration: none;
  300. }
  301.  
  302. footer a:hover {
  303. color: #FFF;
  304. text-decoration: none;
  305. }
  306.  
  307. .form_settings {
  308. margin: 15px 0 0 0;
  309. }
  310.  
  311. .form_settings p {
  312. padding: 0 0 4px 0;
  313. }
  314.  
  315. .form_settings span {
  316. float: left;
  317. width: 200px;
  318. text-align: left;
  319. }
  320.  
  321. .form_settings input, .form_settings textarea {
  322. padding: 5px;
  323. width: 299px;
  324. font: 100% arial;
  325. border: 1px solid #E5E5DB;
  326. background: #FFF;
  327. color: #47433F;
  328. border-radius: 7px 7px 7px 7px;
  329. -moz-border-radius: 7px 7px 7px 7px;
  330. -webkit-border: 7px 7px 7px 7px;
  331. }
  332.  
  333. .form_settings .submit {
  334. font: 100% arial;
  335. border: 0;
  336. width: 99px;
  337. margin: 0 0 0 212px;
  338. height: 33px;
  339. padding: 2px 0 3px 0;
  340. cursor: pointer;
  341. background: #3B3B3B;
  342. color: #FFF;
  343. border-radius: 7px 7px 7px 7px;
  344. -moz-border-radius: 7px 7px 7px 7px;
  345. -webkit-border: 7px 7px 7px 7px;
  346. }
  347.  
  348. .form_settings textarea, .form_settings select {
  349. font: 100% arial;
  350. width: 299px;
  351. }
  352.  
  353. .form_settings select {
  354. width: 310px;
  355. }
  356.  
  357. .form_settings .checkbox {
  358. margin: 4px 0;
  359. padding: 0;
  360. width: 14px;
  361. border: 0;
  362. background: none;
  363. }
  364.  
  365. .separator {
  366. width: 100%;
  367. height: 0;
  368. border-top: 1px solid #D9D5CF;
  369. border-bottom: 1px solid #FFF;
  370. margin: 0 0 20px 0;
  371. }
  372.  
  373. table {
  374. margin: 10px 0 30px 0;
  375. width: 650px;
  376. }
  377.  
  378. table tr th, table tr td {
  379. background: #555555;
  380. color: #FFF;
  381. padding: 7px 4px;
  382. text-align: left;
  383. }
  384.  
  385. tr.yellow td {
  386. background: #555555;
  387. color: #FFF;
  388. padding: 7px 4px;
  389. text-align: left;
  390. }
  391.  
  392. table tr td {
  393. background: #E5E5DB;
  394. color: #47433F;
  395. border-top: 1px solid #FFF;
  396. }
  397.  
  398. /* guild war */
  399. tr.special:hover td {
  400. background: skyblue;
  401. }
  402.  
  403. tr.special {
  404. cursor: pointer;
  405. }
  406.  
  407. ul.war_list li {
  408. font-size:18px;
  409. }
  410.  
  411. /* scroll to top */
  412. #scroll {
  413. position: relative;
  414. width: 1000px;
  415. margin: 0 auto;
  416. bottom: 14px;
  417. right: 0;
  418. background: red;
  419. padding: 0;
  420. }
  421.  
  422. #scroll a {
  423. float: right;
  424. margin: 0 0 0 0;
  425. padding: 0 0 0 0;
  426. }
  427.  
  428. #scroll a img {
  429. float: right;
  430. padding: 0 0 0 0;
  431. margin: 0;
  432. }
  433.  
  434.  
  435.  
  436.  
  437.  
  438. /**
  439. Stylesheet for SooperFish by www.SooperThemes.com
  440. Author: Jurriaan Roelofs
  441. **/
  442.  
  443. /* Configuration of menu width */
  444. html body ul.sf-menu ul,html body ul.sf-menu ul li {
  445. width: 200px;
  446. }
  447.  
  448. html body ul.sf-menu ul ul {
  449. margin: 0 0 0 200px;
  450. }
  451.  
  452. /* Framework for proper showing/hiding/positioning */
  453. ul.sf-menu,ul.sf-menu * {
  454. margin: 0;
  455. padding: 0;
  456. }
  457.  
  458. ul.sf-menu {
  459. display: block;
  460. position: relative;
  461. }
  462.  
  463. ul.sf-menu li {
  464. display: block;
  465. list-style: none;
  466. float: left;
  467. position: relative;
  468. }
  469.  
  470. ul.sf-menu li:hover {
  471. visibility: inherit; /* fixes IE7 'sticky bug' */
  472. }
  473.  
  474. ul.sf-menu a {
  475. display: block;
  476. position: relative;
  477. }
  478.  
  479. ul.sf-menu ul {
  480. position: absolute;
  481. left: 0;
  482. width: 150px;
  483. top: auto;
  484. left: -999999px;
  485. }
  486.  
  487. ul.sf-menu ul a {
  488. zoom: 1; /* IE6/7 fix */
  489. }
  490.  
  491. ul.sf-menu ul li {
  492. float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  493. width: 150px;
  494. }
  495.  
  496. ul.sf-menu ul ul {
  497. top: 0;
  498. margin: 0 0 0 150px;
  499. }
  500.  
  501. ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul,
  502. ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
  503. ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
  504. ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {
  505. left: auto;
  506. }
  507.  
  508. ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
  509. ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
  510. ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
  511. ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
  512. left: -999999px;
  513. }
  514.  
  515. /* autoArrows CSS */
  516. span.sf-arrow {
  517. width: 7px;
  518. height: 7px;
  519. position: absolute;
  520. top: 20px;
  521. right: 5px;
  522. display: block;
  523. background: url(../images/arrows-white.png) no-repeat 0 0;
  524. overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  525. font-size: 1px;
  526. }
  527.  
  528. ul ul span.sf-arrow {
  529. right: 10;
  530. top: 20px;
  531. background-position: 0 100%;
  532. }
  533.  
  534. /* Theming the menu */
  535. ul#nav {
  536. float: right;
  537. }
  538.  
  539. ul#nav ul {
  540. background: url(../images/menu_hover.png) repeat;
  541. margin-top: 5px;
  542. padding-bottom: 15px;
  543. }
  544.  
  545. ul#nav li a {
  546. padding:7px 20px 6px 20px;
  547. font: 170% 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
  548. text-shadow: 1px 1px #000;
  549. text-decoration:none;
  550. color:#FFF;
  551. margin-right: 2px;
  552. }
  553.  
  554. ul#nav li a:hover,ul#nav li a:focus {
  555. color:#09D4FF;
  556. }
  557.  
  558. .galleryImage {
  559. max-width: 720px;
  560. }
  561. #news {
  562. width: 735px;
  563. }
  564.  
  565. /* /////////\/\\\\\\\\
  566. // Znote FORUM \\
  567. /////////\/\\\\\\\\ */
  568. hr {
  569. width: 610px;
  570. margin-left: 20px;
  571. }
  572. .adminTable {
  573. margin: 0px;
  574. padding: 0px;
  575. position: relative;
  576. display: block;
  577. top: -32px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
  578. }
  579. .adminTable tr td {
  580. width: 210px;
  581. }
  582. .adminTable tr td form input {
  583. width: 150px;
  584. height: 35px;
  585. }
  586. .postButton {
  587. margin: 0px;
  588. padding: 0px;
  589. position: relative;
  590. display: block;
  591. float: left;
  592. top: -30px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
  593. }
  594.  
  595. .editThread {
  596. margin: 0px;
  597. padding: 0px;
  598. position: relative;
  599. display: block;
  600. float: left;
  601. top: -36px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
  602. }
  603. .editThread tr, .editThread tr td, .editThread tr td form, .editThread tr td form input {
  604. margin: 0px;
  605. padding: 0px;
  606. height: 20px;
  607. }
  608. .updateTable tr td input {
  609. width: 500px;
  610. }
  611.  
  612. #changelogTable {
  613. width: 735px;
  614. }
  615.  
  616. #progress {
  617. width: 400px;
  618. position: relative;
  619. padding: 3px;
  620. }
  621.  
  622. #percent {
  623. position: absolute;
  624. margin-left:175px;
  625. }
  626.  
  627. #bar {
  628. height: 20px;
  629. background-color: green;
  630. border: 1px solid black;
  631. }
  632.  
  633. /* ///////////\/\\\\\\\\\\\
  634. // Znote YOUTUBE BB \\
  635. ///////////\/\\\\\\\\\\\ */
  636.  
  637. div.youtube {
  638. width: 100%;
  639. max-width: 560px;
  640. }
  641.  
  642. div.aspectratio {
  643. width: 100%;
  644. padding-bottom: 56.25%; /* 16:9 */
  645. position: relative;
  646. }
  647.  
  648. div.aspectratio > iframe {
  649. position: absolute;
  650. top: 0; bottom: 0; left: 0; right: 0;
  651. width: 100%;
  652. height: 100%;
  653. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement