diff --git a/css/main.css b/css/main.css index 99db76d..4b4bb51 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ .brand-logo, body { - font-family: Catamaran, sans-serif + font-family: 'Raleway', sans-serif; } #rules-title, .button { @@ -45,9 +45,9 @@ body { margin-top: 23% } .button { - padding: 5px 55px; + padding: 15px 55px; background: rgba(255, 255, 255, .1); - border-radius: 65px; + border-radius: 5px; color: #c8c8c8; transition: all .2s ease-in-out } @@ -147,7 +147,7 @@ i.rules-icon:hover { .useful a { padding: 10px; z-index: 100; - text-align: center + text-align: center; } .cover-1, .cover-2, @@ -244,9 +244,9 @@ i.rules-icon:hover { .modal li { display: inline-block; /* word-wrap: break-word;*/ - padding:10px; + padding:5px 10px; margin:4px; - background: rgba(150, 150, 150, .3); + background: rgba(150, 150, 150, .2); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; diff --git a/css/staff.css b/css/staff.css index 77c9bf4..56f3ecb 100644 --- a/css/staff.css +++ b/css/staff.css @@ -1 +1 @@ -#note a,a{color:#c8c8c8}#note,.admins,.page-title,.rank{text-align:center}.brand-logo,h2{font-family:Catamaran,sans-serif}*{margin:0;padding:0}body{margin-bottom:50px;background:url(../images/staff-bg.png) center fixed #222;color:#ccc}.nav-wrapper{background:rgba(0,0,0,.2)}.admins{width:85%;margin:0 auto;background:rgba(100,100,100,.1);padding:15px;border-radius:10px}.admins li{display:inline-block;padding:10px;background:rgba(100,100,100,.2);margin:5px;border-radius:50px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.admins li:hover{background:rgba(100,100,100,.5)}h2{font-size:1.5em}#note h5{margin-bottom:-15px}#note a{font-weight:700}.page-title{font-size:3.8em;font-weight:300}.brand-logo{font-size:2em;font-weight:200}@media only screen and (max-width:768px){.admins{width:95%}.admins li{display:block;border-radius:0}} \ No newline at end of file +#note a,a{color:#c8c8c8}#note,.admins,.page-title,.rank{text-align:center}.brand-logo,h2{font-family: 'Raleway', sans-serif;}*{margin:0;padding:0}body{margin-bottom:50px;background:url(../images/staff-bg.png) center fixed #222;color:#ccc}.nav-wrapper{background:rgba(0,0,0,.2)}.admins{width:85%;margin:0 auto;background:rgba(100,100,100,.1);padding:15px;border-radius:10px}.admins li{display:inline-block;padding:10px;background:rgba(100,100,100,.2);margin:5px;border-radius:50px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.admins li:hover{background:rgba(100,100,100,.5)}h2{font-size:1.5em}#note h5{margin-bottom:-15px}#note a{font-weight:700}.page-title{font-size:3.8em;font-weight:300}.brand-logo{font-size:2em;font-weight:200}@media only screen and (max-width:768px){.admins{width:95%}.admins li{display:block;border-radius:0}} \ No newline at end of file diff --git a/index.html b/index.html index 8f07ced..014b43f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + @@ -21,7 +21,7 @@