Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
unify coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Aug 24, 2016
1 parent 4f5a82f commit e89792e
Show file tree
Hide file tree
Showing 22 changed files with 878 additions and 878 deletions.
572 changes: 286 additions & 286 deletions base.less

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions components/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,120 +2,120 @@
font-family:'Roboto', sans-serif;
font-weight:500;
font-size:12pt;
color: #7c7c7c;
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.4;
color:#7c7c7c;
padding-bottom:0;
margin-bottom:0;
line-height:1.4;
}

#footer {
color: @text-color;
background: @navbar-inverse-bg;
border-top: 1px solid darken(@navbar-inverse-bg, 10%);
height: 330px;
width: 100%;
margin-top: 0;
color:@text-color;
background:@navbar-inverse-bg;
border-top:1px solid darken(@navbar-inverse-bg, 10%);
height:330px;
width:100%;
margin-top:0;
}
#footer > * {
background: @navbar-inverse-bg;
//border-top: 1px solid darken(@navbar-inverse-bg, 10%);
background:@navbar-inverse-bg;
//border-top:1px solid darken(@navbar-inverse-bg, 10%);
}

@media (max-width: 1310px) {
@media (max-width:1310px) {
#footer {
margin-top: 10px;
margin-top:10px;
}
}

@media (max-width: 767px) {
@media (max-width:767px) {
#footer {
height: 400px;
height:400px;
}
}

#footer a,
#footer a:visited {
color: @navbar-inverse-link-color;
color:@navbar-inverse-link-color;
}

#footer a:active,
#footer a:hover {
// color: @navbar-inverse-link-hover-color
// color:@navbar-inverse-link-hover-color
}

#footer ul {
display: block;
display:block;
margin:0 auto 1em;
}

#footer ul, #footer li {
list-style: outside none none;
padding: 0;
list-style:outside none none;
padding:0;
}

ul#f-list {
line-height: 1.6em;
list-style-type: none;
margin-left: 0;
margin-bottom: 0;
line-height:1.6em;
list-style-type:none;
margin-left:0;
margin-bottom:0;
}

ul#f-list li {
margin: 0 1.3em;
margin:0 1.3em;
}

#footer-logo-big {
background-image: url('../images/lp_logo_big.png');
background-repeat: no-repeat;
background-size: 150px;
display: block;
height: 150px;
text-align: center;
margin-top: 13px;
background-image:url('../images/lp_logo_big.png');
background-repeat:no-repeat;
background-size:150px;
display:block;
height:150px;
text-align:center;
margin-top:13px;
}

ul#footer-social-media li {
max-height: 32px;
height: 32px;
line-height: 34px;
overflow: hidden; // important, fixing bug (?) in FF
max-height:32px;
height:32px;
line-height:34px;
overflow:hidden; // important, fixing bug (?) in FF

&> a {
background-repeat: no-repeat;
display: block;
background-repeat:no-repeat;
display:block;
}
}

a.social-icon {
width: 32px;
height: 32px;
background-size: 32px 64px;
background-position: 0 -32px;
width:32px;
height:32px;
background-size:32px 64px;
background-position:0 -32px;

&:hover {
background-position: 0 0;
background-position:0 0;
}

&> span.social-link {
line-height: 32px;
padding-left: 36px;
line-height:32px;
padding-left:36px;
}
}

a.facebook-icon {
background-image: url(../images/lp-icons/InfoboxIcon_Facebook.png);
background-image:url(../images/lp-icons/InfoboxIcon_Facebook.png);
}
a.twitch-icon {
background-image: url(../images/lp-icons/InfoboxIcon_Twitch.png);
background-image:url(../images/lp-icons/InfoboxIcon_Twitch.png);
}
a.twitter-icon {
background-image: url(../images/lp-icons/InfoboxIcon_Twitter.png);
background-image:url(../images/lp-icons/InfoboxIcon_Twitter.png);
}
a.youtube-icon {
background-image: url(../images/lp-icons/InfoboxIcon_YouTube.png);
background-image:url(../images/lp-icons/InfoboxIcon_YouTube.png);
}
a.github-icon {
background-image: url(../images/lp-icons/InfoboxIcon_GitHub.png);
background-image:url(../images/lp-icons/InfoboxIcon_GitHub.png);
}
@media(max-width:767px) {
span.social-link {
Expand Down
58 changes: 29 additions & 29 deletions components/headers.less
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
hr {
background-color: #ddd;
border: 0 none;
color: #aaa;
height: 1px;
margin: 0.2em 0;
background-color:#dddddd;
border:0 none;
color:#aaaaaa;
height:1px;
margin:0.2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #ddd;
margin-top: 0.33em;
margin-bottom: 0.33em;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom:1px solid #dddddd;
margin-top:0.33em;
margin-bottom:0.33em;
}
h1 {
font-size: 200%;
line-height: 1.1;
font-size:200%;
line-height:1.1;
}
h1 .editsection {
font-size: 53%;
font-size:53%;
}
h2 {
font-size: 180%;
line-height: 1.1;
font-size:180%;
line-height:1.1;
}
h2 .editsection {
font-size: 67%;
font-size:67%;
}
h3,
h4,
h5,
h6 {
border-bottom: medium none;
border-bottom:medium none;
}
h3 {
font-size: 160%;
padding-bottom: 0;
font-size:160%;
padding-bottom:0;
}
h3 .editsection {
font-size: 76%;
font-weight: normal;
font-size:76%;
font-weight:normal;
}
h4 {
font-size: 140%;
font-size:140%;
}
h4 .editsection {
font-size: 86%;
font-weight: normal;
font-size:86%;
font-weight:normal;
}
h5 {
font-size: 125%;
font-size:125%;
}
h5 .editsection {
font-weight: normal;
font-weight:normal;
}
h6 {
font-size: 110%;
font-size:110%;
}
h6 .editsection {
font-size: 125%;
font-weight: normal;
font-size:125%;
font-weight:normal;
}
h1, h2 {
border-bottom: 2px solid @wiki-primary-border;
border-bottom:2px solid @wiki-primary-border;
}
Loading

0 comments on commit e89792e

Please sign in to comment.