Advertisement
SSN-ATomIC

report.css

Jan 24th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. @font-face {
  2. font-family: Bebas Neue;
  3. src: url('http://ssnservers.com/fonts/BebasNeue.otf');
  4. }
  5.  
  6.  
  7. table th {
  8. color:#000;
  9. padding:5px;
  10. }
  11.  
  12.  
  13.  
  14.  
  15. body
  16. {
  17. background:url('http://ssnservers.com/images/servers.jpg') no-repeat fixed;background-size:100% 100%;
  18. padding-top:50px;
  19. background-repeat:true;
  20. }
  21. .corps A {
  22. color:#000;
  23. text-decoration:none;
  24. padding-left:5px;
  25. }
  26. .corps A:hover {
  27. color:#fff;
  28. }
  29. .corps A.points:hover {
  30. color:#000
  31. }
  32. .background {
  33. background:#000;
  34. opacity: 0.5;
  35. width:400px;
  36. color:#fff;
  37. border-radius:10px;
  38. }
  39. #title {
  40. }
  41. H1 {
  42. text-shadow: 1.5px 1.5px 4px #000;
  43. color:#fff;
  44. background-color: rgba(0, 0, 0, 0.55);
  45. width:350px;
  46. border-radius:10px;
  47. padding-top:10px;
  48. padding-bottom:5px;
  49. font-family: Bebas Neue;
  50. font-size:45pt;
  51. }
  52. H2 {
  53. text-shadow: 1.5px 1.5px 4px #000;
  54. color:#fff;
  55. background-color: rgba(0, 0, 0, 0.55);
  56. width:200px;
  57. border-radius:10px;
  58. padding-top:10px;
  59. padding-bottom:5px;
  60. font-family: Bebas Neue;
  61. font-size:35pt;
  62. }
  63. H2.reports {
  64. text-shadow: 1.5px 1.5px 4px #000;
  65. color:#fff;
  66. background-color: rgba(0, 0, 0, 0.55);
  67. width:250px;
  68. border-radius:10px;
  69. padding-top:10px;
  70. padding-bottom:5px;
  71. font-family: Bebas Neue;
  72. font-size:30pt;
  73. }
  74. .corps
  75. {
  76. width:800px;
  77. background: rgb(0,183,234); /* Old browsers */
  78. background: -moz-linear-gradient(top, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6+ */
  79. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,158,195,1))); /* Chrome,Safari4+ */
  80. background: -webkit-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10+,Safari5.1+ */
  81. background: -o-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Opera 11.10+ */
  82. background: -ms-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* IE10+ */
  83. background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C */
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
  85. padding-bottom:5px;
  86. text-align:left;
  87. border-radius:20px;
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement