Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.51 KB | None | 0 0
  1. body {
  2.     color:white;
  3.     font-family:Comic Sans MS;
  4.     margin-top:0px;
  5.     margin-bottom:0px;
  6.     margin-left:0px;
  7.     margin-right:0px;
  8.     text-decoration:none;
  9. background: #b5bdc8; /* Old browsers */
  10. background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
  11. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
  12. background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
  13. background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera11.10+ */
  14. background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
  15. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
  16. background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
  17. }
  18.  
  19. /* + Navigation */
  20. /* + Menu */
  21.  
  22. #menu { margin:0; padding:0; height:60px; width:100%; }
  23. #menu tr {
  24.     text-align:center;
  25.     background: #f1e767; /* Old browsers */
  26.     background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
  27.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
  28.     background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
  29.     background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera11.10+ */
  30.     background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
  31.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
  32.     background: linear-gradient(top, #f1e767 0%,#feb645 100%); /* W3C */
  33.     border-top: 3px solid black;
  34. }
  35.  
  36. #menu tr td:hover p {
  37.     background: #F4F4F4; /* Old browsers */
  38.     background: -moz-linear-gradient(top, #F4F4F4 0%, #000000 100%); /* FF3.6+ */
  39.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  40.     background: -webkit-linear-gradient(top, #F4F4F4 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  41.     background: -o-linear-gradient(top, #F4F4F4 0%,#000000 100%); /* Opera11.10+ */
  42.     background: -ms-linear-gradient(top, #F4F4F4 0%,#000000 100%); /* IE10+ */
  43.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  44.     background: linear-gradient(top, #F4F4F4 0%,#000000 100%); /* W3C */
  45.     -webkit-border-radius: 0px;
  46.     -moz-border-radius: 0px;
  47.     border-radius: 0px;
  48.     -webkit-border-top-left-radius: 10px;
  49.     -moz-border-radius-topleft: 10px;
  50.     border-top-left-radius: 10px;
  51.     -webkit-border-top-right-radius: 10px;
  52.     -moz-border-radius-topright: 10px;
  53.     border-top-right-radius: 10px;
  54.     -webkit-border-top-left-radius: 10px;
  55.     -moz-border-radius-topleft: 10px;
  56.     border-top-left-radius: 10px;
  57. }
  58.  
  59. #menu tr td:hover #nav_p_logout {
  60.     -webkit-border-radius: 10px;
  61.     -moz-border-radius: 10px;
  62.     border-radius: 10px;
  63. }
  64.  
  65. .newevent, #upanel_online, #upanel_afk, #upanel_idle, #upanel_invisible {
  66.     background: #F4F4F4; /* Old browsers */
  67.     background: -moz-linear-gradient(top, #f1e767 0%, #FF7F00 100%); /* FF3.6+ */
  68.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#FF7F00)); /* Chrome,Safari4+ */
  69.     background: -webkit-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* Chrome10+,Safari5.1+ */
  70.     background: -o-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* Opera11.10+ */
  71.     background: -ms-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* IE10+ */
  72.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#FF7F00',GradientType=0 ); /* IE6-9 */
  73.     background: linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* W3C */
  74.     -webkit-border-radius: 10px;
  75.     -moz-border-radius: 10px;
  76.     border-radius: 10px;
  77. }
  78.  
  79. /* - Menu */
  80. /* Ausnahme zu den leeren DIVs */
  81.  
  82. #menu tr #none {
  83.     background:none;
  84. }
  85.  
  86. /* + Submenu */
  87.  
  88. #submenu tr {
  89.     text-align:center;
  90.     background: #feb645; /* Old browsers */
  91.     border-bottom: 3px solid black;
  92. }
  93.  
  94. #submenu tr td:hover {
  95.     color:#330000;
  96. }
  97.  
  98. /* - Submenu */
  99. /* + Popdown */
  100.  
  101. #menu tr td div {
  102.     position:absolute;
  103.     background-color:#000;
  104.     text-align:center;
  105.     visibility:hidden;
  106.     opacity:0.9;
  107.     top:53px;
  108.     -webkit-border-bottom-right-radius: 10px;
  109.     -webkit-border-bottom-left-radius: 10px;
  110.     -moz-border-radius-bottomright: 10px;
  111.     -moz-border-radius-bottomleft: 10px;
  112.     border-bottom-right-radius: 10px;
  113.     border-bottom-left-radius: 10px;
  114.     z-index:9999999;
  115. }
  116.  
  117. /* + Hover-Effekt */
  118. #popdown_site { position:fixed; left:175px; width:198px; }
  119. #popdown_community { position:fixed; left:375px; width:227px; }
  120. #popdown_forum { position:fixed; left:604px;    width:136px; }
  121. #popdown_logsub { position:fixed; max-width:160px; padding:20px; }
  122.  
  123. #menu tr #nav_site:hover #popdown_site,
  124. #menu tr #nav_community:hover #popdown_community,
  125. #menu tr #nav_forum:hover #popdown_forum,
  126. #menu tr #nav_logsub:hover #popdown_logsub {
  127.     visibility:visible;
  128. }
  129.  
  130. #popdown_logsub form input, #popdown_logsub form button, #div_signup_form form input {
  131.     -webkit-border-radius: 6px;
  132.     -moz-border-radius: 6px;
  133.     border-radius: 6px;
  134.     padding:3px;
  135. }
  136. /* - Hover-Effekt */
  137.  
  138. /* - Popdown */
  139. /* - Navigation */
  140.  
  141. A {text-decoration:  none;}
  142. A:Hover {text-decoration: none;}
  143. a:link { color:white; }
  144. a:visited { color:white; }
  145. a:active { color:white; }
  146.  
  147. table {
  148.     margin:0;
  149.     padding:0;
  150.     border-spacing:0;
  151.     border-collapse:collapse;
  152.     left:0px;
  153.     top:0px;
  154. }
  155.  
  156. .tabletitle {
  157.     background-image: url(../pic/bar.png);
  158.     background-repeat:repeat; /* repeat-x */
  159.     z-index:1;
  160.     opacity: 0.94;
  161.     -webkit-border-radius: 10px;
  162.     -moz-border-radius: 10px;
  163.     border-radius: 10px;
  164.     text-align:center;
  165.     vertical-align:middle;
  166.     border:0;
  167. }
  168.  
  169. .tablea {
  170.     z-index:1;
  171.     opacity: 0.94;
  172.     color:E8ECF3;
  173.     font-size:10.5pt;
  174.     font-family:Comic Sans MS;
  175.     -webkit-border-radius: 10px;
  176.     -moz-border-radius: 10px;
  177.     border-radius: 10px;
  178.     background-color: #333333;
  179.     text-align: left;
  180. }
  181.  
  182. .tableanew {
  183.     background-image: url(../pic/tableahead.jpg);
  184.     background-repeat:repeat-x ;
  185.     z-index:1;
  186.     color:white;
  187.     font-size:10.5pt;
  188.     font-family:Comic Sans MS;
  189.     opacity: 0.94;
  190.     -webkit-border-radius: 10px;
  191.     -moz-border-radius: 10px;
  192.     border-radius: 10px;
  193.     text-align: left;
  194. }
  195.  
  196. .tableb {
  197.     z-index:-1;
  198.     color: #E8ECF3; /*E8ECF3*/
  199.     opacity: 0.98;
  200.     font-size:10.5pt;
  201.     font-family:Comic Sans MS;
  202.     -webkit-border-radius: 10px;
  203.     -moz-border-radius: 10px;
  204.     border-radius: 10px;
  205.     background-color: #666666;
  206.     text-align: left;
  207. }
  208.  
  209. .popup {
  210.     display:none;
  211.     -webkit-border-radius: 10px;
  212.     -moz-border-radius: 10px;
  213.     border-radius: 10px;
  214.     text-align: left;
  215.     background-color:black;
  216.     position:fixed;
  217.     bottom:5%;
  218.     right:5%;
  219.     width:400px;
  220.     height:100px;
  221.     text-align:center;
  222.     text-shadow: 0px 0px 1px #FFFFFF;
  223.     font-size:24px;
  224.     z-index:1500;
  225. }
  226.  
  227. .popup:hover {
  228.     display:block;
  229. }
  230.  
  231. #topborder {
  232.     -webkit-border-radius: 0px;
  233.     -moz-border-radius: 0px;
  234.     border-radius: 0px;
  235.     -webkit-border-bottom-right-radius: 10px;
  236.     -webkit-border-bottom-left-radius: 10px;
  237.     -moz-border-radius-bottomright: 10px;
  238.     -moz-border-radius-bottomleft: 10px;
  239.     border-bottom-right-radius: 10px;
  240.     border-bottom-left-radius: 10px;
  241. }
  242.  
  243. #bottomborder {
  244.     -webkit-border-radius: 0px;
  245.     -moz-border-radius: 0px;
  246.     border-radius: 0px;
  247.     -webkit-border-top-left-radius: 10px;
  248.     -webkit-border-top-right-radius: 10px;
  249.     -moz-border-radius-topleft: 10px;
  250.     -moz-border-radius-topright: 10px;
  251.     border-top-left-radius: 10px;
  252.     border-top-right-radius: 10px;
  253.  
  254. }
  255.  
  256. #topleftborder {
  257.     -webkit-border-radius: 0px;
  258.     -moz-border-radius: 0px;
  259.     border-radius: 0px;
  260.     -webkit-border-top-left-radius: 10px;
  261.     -moz-border-radius-topleft: 10px;
  262.     border-top-left-radius: 10px;
  263. }
  264.  
  265. #toprightborder {  
  266.     -webkit-border-radius: 0px;
  267.     -moz-border-radius: 0px;
  268.     border-radius: 0px;
  269.     -webkit-border-top-right-radius: 10px;
  270.     -moz-border-radius-topright: 10px;
  271.     border-top-right-radius: 10px;
  272. }
  273.  
  274. #bottomleftborder {
  275.     -webkit-border-radius: 0px;
  276.     -moz-border-radius: 0px;
  277.     border-radius: 0px;
  278.     -webkit-border-bottom-left-radius: 10px;
  279.     -moz-border-radius-bottomleft: 10px;
  280.     border-bottom-left-radius: 10px;
  281. }
  282.  
  283. #bottomrightborder {
  284.     -webkit-border-radius: 0px;
  285.     -moz-border-radius: 0px;
  286.     border-radius: 0px;
  287.     -webkit-border-bottom-right-radius: 10px;
  288.     -moz-border-radius-bottomright: 10px;
  289.     border-bottom-right-radius: 10px;
  290. }
  291.  
  292. #noborder {
  293.     -webkit-border-radius: 0px;
  294.     -moz-border-radius: 0px;
  295.     border-radius: 0px;
  296. }
  297.  
  298. img {
  299.     border:0;
  300. }
  301.  
  302. #upanel_online {
  303.     background: #99FF7F; /* Old browsers */
  304.     background: -moz-linear-gradient(top, #f1e767 0%, #99FF7F 100%); /* FF3.6+ */
  305.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#99FF7F)); /* Chrome,Safari4+ */
  306.     background: -webkit-linear-gradient(top, #f1e767 0%,#99FF7F 100%); /* Chrome10+,Safari5.1+ */
  307.     background: -o-linear-gradient(top, #f1e767 0%,#99FF7F 100%); /* Opera11.10+ */
  308.     background: -ms-linear-gradient(top, #f1e767 0%,#99FF7F 100%); /* IE10+ */
  309.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#99FF7F',GradientType=0 ); /* IE6-9 */
  310.     background: linear-gradient(top, #f1e767 0%,#99FF7F 100%); /* W3C */
  311. }
  312.  
  313. #upanel_idle {
  314.     background: #F4F4F4; /* Old browsers */
  315.     background: -moz-linear-gradient(top, #f1e767 0%, #FF7F00 100%); /* FF3.6+ */
  316.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#FF7F00)); /* Chrome,Safari4+ */
  317.     background: -webkit-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* Chrome10+,Safari5.1+ */
  318.     background: -o-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* Opera11.10+ */
  319.     background: -ms-linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* IE10+ */
  320.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#FF7F00',GradientType=0 ); /* IE6-9 */
  321.     background: linear-gradient(top, #f1e767 0%,#FF7F00 100%); /* W3C */
  322. }
  323.  
  324. #upanel_afk {
  325.     background: #333333; /* Old browsers */
  326.     background: -moz-linear-gradient(top, #f1e767 0%, #333333 100%); /* FF3.6+ */
  327.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  328.     background: -webkit-linear-gradient(top, #f1e767 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
  329.     background: -o-linear-gradient(top, #f1e767 0%,#333333 100%); /* Opera11.10+ */
  330.     background: -ms-linear-gradient(top, #f1e767 0%,#333333 100%); /* IE10+ */
  331.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  332.     background: linear-gradient(top, #f1e767 0%,#333333 100%); /* W3C */
  333. }
  334.  
  335. #upanel_invisible {
  336.     background: #FF3300; /* Old browsers */
  337.     background: -moz-linear-gradient(top, #f1e767 0%, #FF3300 100%); /* FF3.6+ */
  338.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#FF3300)); /* Chrome,Safari4+ */
  339.     background: -webkit-linear-gradient(top, #f1e767 0%,#FF3300 100%); /* Chrome10+,Safari5.1+ */
  340.     background: -o-linear-gradient(top, #f1e767 0%,#FF3300 100%); /* Opera11.10+ */
  341.     background: -ms-linear-gradient(top, #f1e767 0%,#FF3300 100%); /* IE10+ */
  342.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#FF3300',GradientType=0 ); /* IE6-9 */
  343.     background: linear-gradient(top, #f1e767 0%,#FF3300 100%); /* W3C */
  344. }
  345.  
  346. /* + Rating-System */
  347.  
  348. #rating_1:hover img {
  349.    
  350. }
  351.  
  352. /* - Rating-System */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement