123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Orbitron:400,700");
- body {
- background-color: #111;
- color: #ccc;
- font-family: "Open Sans", Helvetica, Arial, sans-serif; }
- h1, h2, h3, h4, h5, h6, h7 {
- font-family: Orbitron, serif;
- color: SteelBlue; }
- h1 {
- border-bottom: 1px solid SteelBlue; }
- a {
- color: SteelBlue;
- text-decoration: none; }
- a:hover {
- color: #fff;
- transition: .3s; }
- .header {
- border-width: 1px;
- border-style: solid;
- border-image: linear-gradient(to bottom, transparent 0%, SteelBlue 40%) 1 100%;
- background: linear-gradient(to right, #000 0%, transparent 3%, transparent 97%, #000 100%) repeat-y center, url(../img/bg_noise.png) repeat; }
- .header .logo {
- height: 50px;
- vertical-align: bottom;
- margin-left: 40px;
- background: url(../img/ge-logo.png) no-repeat;
- background-size: 61px 50px; }
- .header .logo a {
- font-family: Orbitron, serif;
- color: gold;
- text-decoration: none;
- font-weight: bold;
- font-size: x-large;
- line-height: 60px;
- margin-left: 60px; }
- .header .loginbox {
- border-radius: 4px;
- margin-right: 20px;
- background: #000;
- height: 45w px; }
- .header .loginbox .profile {
- float: left;
- height: 50px;
- width: 40px; }
- .header .loginbox .profile img {
- width: 33px;
- height: 40px;
- border: 1px solid rgba(70, 130, 180, 0.7);
- border-radius: 1px; }
- .header .loginbox .handle {
- font-family: Orbitron, serif; }
- .header .links {
- text-align: center;
- padding-top: 5px; }
- .header .links a {
- font-family: Orbitron, serif; }
- .seperators {
- margin: 0; }
- .seperators.small .chevron {
- width: 3px;
- height: 5px; }
- .seperators .chevron {
- width: 6px;
- height: 20px;
- background: SteelBlue; }
- .seperators .chevron.left {
- transform: skew(45deg, 0deg);
- margin-left: 9px; }
- .seperators .chevron.right {
- transform: skew(-45deg, 0deg);
- margin-left: auto;
- margin-right: 9px; }
- .seperators .chevron.middle {
- width: 100%;
- background: #111;
- border-bottom: 1px solid SteelBlue;
- background: linear-gradient(to right, #000 0%, transparent 3%, transparent 97%, #000 100%) repeat-y center, url(../img/bg_noise.png) repeat; }
- /*# sourceMappingURL=style.css.map */
|