web-cfw-loader/style.css

46 lines
781 B
CSS
Raw Normal View History

2018-05-17 16:43:34 -05:00
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
2018-05-17 14:58:31 -05:00
body {
margin-top: 0px;
margin-left: 0px;
2018-05-17 21:13:39 -05:00
margin-right: auto;
2018-05-17 16:43:09 -05:00
font-family: 'Open Sans', sans-serif;
2018-05-17 14:58:31 -05:00
}
2018-05-17 14:10:07 -05:00
#title {
2018-05-17 14:03:18 -05:00
text-align: center;
2018-05-19 09:24:31 -05:00
font-size: 1.5vw;
2018-05-19 09:15:50 -05:00
padding-top: 10vw;
padding-bottom: 10vw;
background-size: cover;
2018-05-17 14:03:18 -05:00
background-color: black;
2018-05-17 14:58:31 -05:00
background-image: url("https://icdn1.digitaltrends.com/image/nintendo-switch-review-photos-pdx-580.jpg");
2018-05-17 14:18:32 -05:00
color: white;
margin-top: 0px;
top: 0px;
2018-05-17 13:50:32 -05:00
}
2018-05-17 17:04:39 -05:00
2018-05-19 01:36:12 -05:00
#output {
height: 200px;
border: 1px solid black;
2018-05-19 04:16:29 -05:00
overflow: scroll;
2018-05-19 01:36:12 -05:00
}
#page-footer {
padding: 32px;
background: #222528;
color: whitesmoke;
}
#disclaimer {
text-align: center;
}
.divider-line {
border-bottom: 1px solid gainsboro;
2018-05-17 17:04:39 -05:00
}
.margin-top-md {
margin-top: 24px;
2018-05-17 17:04:39 -05:00
}