style: fix lint issues in css
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
03746a27e2
commit
3e3698a207
2 changed files with 478 additions and 467 deletions
|
|
@ -17,38 +17,38 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
font-family:'OpenSans', sans-serif, Arial;
|
font-family: 'OpenSans', sans-serif, Arial;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin:0;
|
margin: 0;
|
||||||
background-repeat:no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
background-size: contain !important;
|
background-size: contain !important;
|
||||||
background-image: url(/images/header-map-1280px.png);
|
background-image: url(/images/header-map-1280px.png);
|
||||||
}
|
}
|
||||||
a{
|
a {
|
||||||
color: #499DCE;
|
color: #499dce;
|
||||||
transition: color .2s;
|
transition: color 0.2s;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #395D73;
|
color: #395d73;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
margin:90px 0 0 0;
|
margin: 90px 0 0 0;
|
||||||
position:relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.title.light:after {
|
.title.light:after {
|
||||||
content: "light";
|
content: 'light';
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
color: #499DCE;
|
color: #499dce;
|
||||||
font-size:.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
|
|
@ -60,27 +60,27 @@ section {
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
font-weight:normal;
|
font-weight: normal;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
margin:10px 0 95px 0;
|
margin: 10px 0 95px 0;
|
||||||
}
|
}
|
||||||
.box-header {
|
.box-header {
|
||||||
text-align:left;
|
text-align: left;
|
||||||
text-transform:uppercase;
|
text-transform: uppercase;
|
||||||
border:1px solid #ededed;
|
border: 1px solid #ededed;
|
||||||
margin:25px 0 0 0;
|
margin: 25px 0 0 0;
|
||||||
padding:12px 30px;
|
padding: 12px 30px;
|
||||||
font-size:20px;
|
font-size: 20px;
|
||||||
background:#fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
background:#fff;
|
background: #fff;
|
||||||
height: 191px;
|
height: 191px;
|
||||||
border: 1px solid #ededed;
|
border: 1px solid #ededed;
|
||||||
border-top:none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
.item:nth-child(odd) {
|
.item:nth-child(odd) {
|
||||||
background-color:#fbfbfb;
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
.item img {
|
.item img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -91,27 +91,27 @@ section {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
float:left;
|
float: left;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
padding: 20px 30px 20px 188px;
|
padding: 20px 30px 20px 188px;
|
||||||
}
|
}
|
||||||
.details h3 {
|
.details h3 {
|
||||||
font-size:18px;
|
font-size: 18px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
.details p {
|
.details p {
|
||||||
padding:0;
|
padding: 0;
|
||||||
margin:18px 0;
|
margin: 18px 0;
|
||||||
}
|
}
|
||||||
.viewers {
|
.viewers {
|
||||||
float:right;
|
float: right;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
display:block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
@ -119,57 +119,58 @@ section {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius:4px;
|
border-radius: 4px;
|
||||||
background-color: #499DCE;
|
background-color: #499dce;
|
||||||
background: linear-gradient(90deg, #5aaad8, #4a9ecf);
|
background: linear-gradient(90deg, #5aaad8, #4a9ecf);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.btn:first-child:hover {
|
.btn:first-child:hover {
|
||||||
background: #395D73;
|
background: #395d73;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
width:100%;
|
width: 100%;
|
||||||
border-top:1px solid #ededed;
|
border-top: 1px solid #ededed;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
color:#d3d3d3;
|
color: #d3d3d3;
|
||||||
padding-top:10px;
|
padding-top: 10px;
|
||||||
font-size:12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
footer img {
|
footer img {
|
||||||
width: 113px;
|
width: 113px;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
}
|
}
|
||||||
footer .t {
|
footer .t {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
footer p {
|
footer p {
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
footer a {
|
footer a {
|
||||||
color: #787878;
|
color: #787878;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.details h3, .identifier {
|
.details h3,
|
||||||
|
.identifier {
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 950px) {
|
@media (max-width: 950px) {
|
||||||
section{
|
section {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.title{
|
.title {
|
||||||
margin: 25px 0 0 0;
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
.title.light:after {
|
.title.light:after {
|
||||||
font-size:.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
.title img {
|
.title img {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue