site-accueil-insa/assets/css/style.css

486 lines
8 KiB
CSS
Raw Normal View History

2018-03-25 13:22:28 +02:00
/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*******************************************************************************
Theme Styles
*******************************************************************************/
body {
/*Full page background*/
background: url("../images/bg.jpg") no-repeat fixed center;
2018-04-21 15:20:18 +02:00
background-size: cover;
2018-03-25 13:22:28 +02:00
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
box-sizing: border-box;
2018-03-29 17:20:05 +02:00
color: #b5b5b5;
2018-03-25 13:22:28 +02:00
font-size: 16px;
2018-05-23 17:21:21 +02:00
font-family: 'Raleway', sans-serif;
2018-03-25 13:22:28 +02:00
line-height: 1.5;
-webkit-font-smoothing: antialiased;
2018-03-29 17:20:05 +02:00
text-align: center;
2018-03-25 13:22:28 +02:00
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
2018-03-29 17:20:05 +02:00
color: #e0e0e0;
2018-05-23 17:21:21 +02:00
font-family: 'Montserrat', sans-serif;
2018-04-21 15:20:18 +02:00
font-weight: normal;
2018-03-25 13:22:28 +02:00
letter-spacing: -1px;
2018-03-29 17:20:05 +02:00
text-align: center;
2018-03-25 13:22:28 +02:00
}
h1 {
font-size: 36px;
}
h2 {
padding-bottom: 10px;
font-size: 32px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin: 10px 0 15px 0;
}
footer p {
color: #f2f2f2;
text-shadow: 0 0 2px black;
2018-03-25 13:22:28 +02:00
}
a {
text-decoration: none;
color: #3a7eaa;
2018-03-25 13:22:28 +02:00
text-shadow: none;
2018-03-25 14:19:53 +02:00
transition: 0.3s;
2018-03-25 13:22:28 +02:00
}
a:hover, a:focus {
2018-05-06 21:47:33 +02:00
text-shadow: 0 0 4px #1a5dad;
2018-03-25 13:22:28 +02:00
}
strong {
font-weight: bold;
}
img {
position: relative;
max-width: 739px;
padding: 5px;
2018-03-25 14:19:53 +02:00
margin: 10px 0 10px 0;
2018-03-25 13:22:28 +02:00
}
p img {
display: inline;
margin: 0;
padding: 0;
vertical-align: middle;
text-align: center;
border: none;
}
ul, ol, dl {
margin-bottom: 15px
}
ul {
2018-03-25 14:19:53 +02:00
list-style: disc inside;
2018-03-25 13:22:28 +02:00
padding-left: 20px;
}
ol {
2018-03-25 14:19:53 +02:00
list-style: decimal inside;
2018-03-25 13:22:28 +02:00
padding-left: 20px;
}
table {
border: 1px solid #d5d5d5;
margin-bottom: 20px;
text-align: center;
}
th {
padding: 10px;
background: #373737;
color: #fff;
}
td {
padding: 10px;
border: 1px solid #212121;
}
.copyright{
color: #ccc;
font-size: 14px;
}
/*******************************************************************************
Full-Width Styles
*******************************************************************************/
.outer {
width: 100%;
}
.inner {
position: relative;
max-width: 900px;
padding: 20px 10px;
margin: 0 auto;
}
#header_wrap {
background-position: top;
}
#header_top {
display: flex;
color: white;
position: fixed;
width: 100%;
z-index: 2000;
2018-03-29 17:20:05 +02:00
height: 100px;
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
2018-05-23 17:10:39 +02:00
pointer-events: none;
2018-03-25 13:22:28 +02:00
}
2018-05-24 13:17:51 +02:00
#header_top a {
display: inline-flex;
pointer-events: auto;
height: 40px;
2018-03-25 13:22:28 +02:00
}
#header_wrap .inner {
padding: 100px 10px 100px 10px;
}
#menu_title {
2018-05-24 13:17:51 +02:00
color: white;
2018-05-06 21:47:33 +02:00
line-height: 40px;
2018-05-24 13:17:51 +02:00
border-bottom: none;
2018-05-06 21:47:33 +02:00
margin: 5px;
}
#menu_icon {
width: 40px;
height: 40px;
padding: 0;
margin: 5px;
2018-03-25 13:22:28 +02:00
}
#title {
margin: 0;
color: #fff;
font-size: 42px;
2018-03-25 14:19:53 +02:00
text-shadow: #111 0 0 10px;
2018-03-29 17:20:05 +02:00
text-align: center;
2018-05-23 17:21:21 +02:00
font-family: 'Montserrat', sans-serif;
2018-03-29 17:20:05 +02:00
font-weight: normal;
2018-05-23 17:21:21 +02:00
cursor: default;
2018-03-25 13:22:28 +02:00
}
#description {
color: #fff;
font-size: 24px;
font-weight: 300;
background: none;
2018-03-25 14:19:53 +02:00
text-shadow: #111 0 0 10px;
2018-03-25 13:22:28 +02:00
border-bottom: none;
}
#home_content_wrap {
background: none;
}
#home_content {
padding-top: 100px;
}
#home_content h1 {
color: white;
font-size: 70px;
border: none;
text-align: center;
2018-03-25 14:19:53 +02:00
text-shadow: 0 0 10px #000;
2018-03-25 13:22:28 +02:00
}
#home_content p {
color: white;
font-size: 30px;
text-align: center;
2018-03-25 14:19:53 +02:00
text-shadow: 0 0 5px #000;
2018-03-25 13:22:28 +02:00
}
2018-03-29 17:20:05 +02:00
#main_fading_top_edge {
height: 200px;
background: linear-gradient(to top, #1c1c1c, transparent 90%);
}
#main_fading_bottom_edge {
height: 200px;
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
}
2018-03-25 13:22:28 +02:00
#main_content_wrap {
2018-03-29 17:20:05 +02:00
background: #1c1c1c;
2018-03-25 13:22:28 +02:00
}
#main_content {
2018-05-24 13:17:51 +02:00
padding-top: 10px;
2018-03-25 13:22:28 +02:00
}
#footer_wrap {
2018-03-25 14:19:53 +02:00
padding: 50px 0 50px 0;
2018-03-25 13:22:28 +02:00
}
#table_wrapper {
width: 100%;
overflow: auto;
}
#table_coms{
width: 100%;
table-layout: auto;
2018-04-21 15:20:18 +02:00
text-align: center;
border: 1px solid #5c5c5c;
2018-03-25 13:22:28 +02:00
}
#table_coms td{
vertical-align: middle;
border: none;
2018-03-25 14:19:53 +02:00
padding: 0 0 0 10px;
2018-03-25 13:22:28 +02:00
}
.com_description{
width: 100%;
font-weight: bold;
}
#back_button{
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
2018-03-25 13:22:28 +02:00
opacity: 0;
z-index: -100;
2018-03-25 13:22:28 +02:00
transition: 0.3s;
}
.active_background {
z-index: 100 !important;
2018-03-25 13:22:28 +02:00
opacity: 0.7 !important;
}
2018-04-21 15:20:18 +02:00
.main_button {
background-color: #1a1a1a;
padding: 2px 2px 2px 2px;
2018-04-21 15:20:18 +02:00
border-radius: 5px;
text-shadow: 0 0 5px #1c1c1c;
2018-04-21 15:20:18 +02:00
font-size: 25px;
color: #73b795;
2018-04-21 15:20:18 +02:00
box-shadow: 0 0 4px #000;
}
.main_button:hover {
box-shadow: 0 0 10px #000;
background-color: #635247;
2018-04-21 15:20:18 +02:00
}
#credits-list {
list-style: none;
display: inline-flex;
}
2018-03-25 13:22:28 +02:00
#credits-list li {
padding: 5px;
height: 50px;
width: 50px;
}
#credits-list svg {
height: 50px;
width: 50px;
}
#credits-list a:hover{
color: #a3a7b3;
}
2018-05-24 13:17:51 +02:00
#score_counter {
height: 100px;
}
#score_container {
width: 600px;
display: inline-flex;
vertical-align: middle;
align-items: center;
justify-content: center;
font-family: 'Russo One', sans-serif;
background-color: #1C1C1C;
border-radius: 10px;
box-shadow: 0 0 20px #1C1C1C;
}
#score_usa, #score_urss {
font-size: 50px;
}
#score_usa{
color: #1a5dad;
}
#score_urss{
color: #ee293d;
}
#score_separator{
font-size: 70px;
}
.score_logo {
width: 100px;
}
2018-03-25 13:22:28 +02:00
/*******************************************************************************
Small Device Styles
*******************************************************************************/
@media screen and (max-width: 992px) {
img {
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
body {
font-size: 14px;
}
.inner {
min-width: 320px;
max-width: 480px;
}
#title {
font-size: 32px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
code, pre {
font-size: 11px;
}
#table_wrapper {
width: 100%;
overflow: scroll;
}
2018-05-24 13:17:51 +02:00
#score_counter {
height: 50px;
}
#score_container {
width: 300px;
}
#score_usa, #score_urss {
font-size: 25px;
}
2018-03-25 13:22:28 +02:00
}
@media screen and (max-width: 320px) {
body {
font-size: 14px;
}
.inner {
min-width: 240px;
max-width: 320px;
}
#title {
font-size: 28px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 21px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
code, pre {
min-width: 240px;
max-width: 320px;
font-size: 11px;
}
#table_wrapper {
width: 100%;
overflow: scroll;
}
}