style.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Orbitron:400,700");
  2. body {
  3. background-color: #111;
  4. color: #ccc;
  5. font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  6. h1, h2, h3, h4, h5, h6, h7 {
  7. font-family: Orbitron, serif;
  8. color: SteelBlue; }
  9. h1 {
  10. border-bottom: 1px solid SteelBlue; }
  11. a {
  12. color: SteelBlue;
  13. text-decoration: none; }
  14. a:hover {
  15. color: #fff;
  16. transition: .3s; }
  17. .header {
  18. border-width: 1px;
  19. border-style: solid;
  20. border-image: linear-gradient(to bottom, transparent 0%, SteelBlue 40%) 1 100%;
  21. background: linear-gradient(to right, #000 0%, transparent 3%, transparent 97%, #000 100%) repeat-y center, url(../img/bg_noise.png) repeat; }
  22. .header .logo {
  23. height: 50px;
  24. vertical-align: bottom;
  25. margin-left: 40px;
  26. background: url(../img/ge-logo.png) no-repeat;
  27. background-size: 61px 50px; }
  28. .header .logo a {
  29. font-family: Orbitron, serif;
  30. color: gold;
  31. text-decoration: none;
  32. font-weight: bold;
  33. font-size: x-large;
  34. line-height: 60px;
  35. margin-left: 60px; }
  36. .header .loginbox {
  37. border-radius: 4px;
  38. margin-right: 20px;
  39. background: #000;
  40. height: 45w px; }
  41. .header .loginbox .profile {
  42. float: left;
  43. height: 50px;
  44. width: 40px; }
  45. .header .loginbox .profile img {
  46. width: 33px;
  47. height: 40px;
  48. border: 1px solid rgba(70, 130, 180, 0.7);
  49. border-radius: 1px; }
  50. .header .loginbox .handle {
  51. font-family: Orbitron, serif; }
  52. .header .links {
  53. text-align: center;
  54. padding-top: 5px; }
  55. .header .links a {
  56. font-family: Orbitron, serif; }
  57. .seperators {
  58. margin: 0; }
  59. .seperators.small .chevron {
  60. width: 3px;
  61. height: 5px; }
  62. .seperators .chevron {
  63. width: 6px;
  64. height: 20px;
  65. background: SteelBlue; }
  66. .seperators .chevron.left {
  67. transform: skew(45deg, 0deg);
  68. margin-left: 9px; }
  69. .seperators .chevron.right {
  70. transform: skew(-45deg, 0deg);
  71. margin-left: auto;
  72. margin-right: 9px; }
  73. .seperators .chevron.middle {
  74. width: 100%;
  75. background: #111;
  76. border-bottom: 1px solid SteelBlue;
  77. background: linear-gradient(to right, #000 0%, transparent 3%, transparent 97%, #000 100%) repeat-y center, url(../img/bg_noise.png) repeat; }
  78. /*# sourceMappingURL=style.css.map */