123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Orbitron:400,700");
- /* line 13, ../sass/style.scss */
- body {
- background-color: #111;
- color: #ccc;
- font-family: "Open Sans", Helvetica, Arial, sans-serif;
- }
- /* line 19, ../sass/style.scss */
- h1, h2, h3, h4, h5, h6, h7 {
- font-family: Orbitron, serif;
- color: SteelBlue;
- }
- /* line 24, ../sass/style.scss */
- h1 {
- border-bottom: 1px solid SteelBlue;
- }
- /* line 28, ../sass/style.scss */
- a {
- color: SteelBlue;
- text-decoration: none;
- }
- /* line 32, ../sass/style.scss */
- a:hover {
- color: #fff;
- transition: .3s;
- }
- /* line 38, ../sass/style.scss */
- .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;
- }
- /* line 44, ../sass/style.scss */
- .header .logo {
- height: 50px;
- vertical-align: bottom;
- margin-left: 40px;
- background: url(../img/ge-logo.png) no-repeat;
- background-size: 61px 50px;
- }
- /* line 52, ../sass/style.scss */
- .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;
- }
- /* line 63, ../sass/style.scss */
- .header .loginbox {
- border-radius: 4px;
- margin-right: 20px;
- background: #000;
- height: 45w px;
- }
- /* line 70, ../sass/style.scss */
- .header .loginbox .profile {
- float: left;
- height: 50px;
- width: 40px;
- }
- /* line 75, ../sass/style.scss */
- .header .loginbox .profile img {
- width: 33px;
- height: 40px;
- border: 1px solid rgba(70, 130, 180, 0.7);
- border-radius: 1px;
- }
- /* line 83, ../sass/style.scss */
- .header .loginbox .handle {
- font-family: Orbitron, serif;
- }
- /* line 92, ../sass/style.scss */
- .header .links {
- text-align: center;
- padding-top: 5px;
- }
- /* line 96, ../sass/style.scss */
- .header .links a {
- font-family: Orbitron, serif;
- }
- /* line 102, ../sass/style.scss */
- .seperators {
- margin: 0;
- }
- /* line 106, ../sass/style.scss */
- .seperators.small .chevron {
- width: 3px;
- height: 5px;
- }
- /* line 112, ../sass/style.scss */
- .seperators .chevron {
- width: 6px;
- height: 20px;
- background: SteelBlue;
- }
- /* line 117, ../sass/style.scss */
- .seperators .chevron.left {
- transform: skew(45deg, 0deg);
- margin-left: 9px;
- }
- /* line 122, ../sass/style.scss */
- .seperators .chevron.right {
- transform: skew(-45deg, 0deg);
- margin-left: auto;
- margin-right: 9px;
- }
- /* line 128, ../sass/style.scss */
- .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;
- }
|