Merge commit 'refs/merge-requests/51' of https://gitorious.org/social/mainline into merge-requests/51
This commit is contained in:
commit
afbb3ec37a
|
@ -38,27 +38,6 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Lato';
|
|
||||||
src: url('../fonts/Lato-Regular.eot?') format('eot'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Lato';
|
|
||||||
src: url('../fonts/Lato-Bold.eot?') format('eot'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Lato';
|
|
||||||
src: url('../fonts/Lato-Italic.eot?') format('eot'), url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen, projection, tv {
|
@media screen, projection, tv {
|
||||||
|
|
||||||
/* general styles and layout */
|
/* general styles and layout */
|
||||||
|
@ -70,11 +49,11 @@ html, body {
|
||||||
body {
|
body {
|
||||||
background-color: #E9EAED;
|
background-color: #E9EAED;
|
||||||
color: #222;
|
color: #222;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {color: #006c9b;}
|
a {color: #006c9b;}
|
||||||
|
@ -112,7 +91,7 @@ address {
|
||||||
background-image: url("../icons-hires.png?v=2");
|
background-image: url("../icons-hires.png?v=2");
|
||||||
background-size: 150px 2786px;
|
background-size: 150px 2786px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
address {
|
address {
|
||||||
background-position: -10px -600px;
|
background-position: -10px -600px;
|
||||||
|
@ -126,19 +105,21 @@ address {
|
||||||
width: 89px;
|
width: 89px;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
background-color:#0084B4;
|
background-color:#0084B4;
|
||||||
}
|
}
|
||||||
|
|
||||||
address:hover {
|
address:hover {
|
||||||
background-position: -10px -635px;
|
background-position: -10px -635px;
|
||||||
}
|
}
|
||||||
|
|
||||||
address a {
|
address a {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 89px;
|
width: 89px;
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -590,7 +571,7 @@ ul.profile_list li {
|
||||||
content:"@";
|
content:"@";
|
||||||
}
|
}
|
||||||
|
|
||||||
#groupdirectory .profile_list .h-card .p-nickname:before {
|
#groupdirectory .profile_list .h-card .p-nickname:before {
|
||||||
content:"!";
|
content:"!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -980,8 +961,6 @@ background:none;
|
||||||
.checkbox-wrapper.checked label.checkbox,
|
.checkbox-wrapper.checked label.checkbox,
|
||||||
.checkbox-wrapper.unchecked label.checkbox {
|
.checkbox-wrapper.unchecked label.checkbox {
|
||||||
background-image:none;
|
background-image:none;
|
||||||
opacity: 0.6;
|
|
||||||
padding-left: 30px;
|
|
||||||
color:transparent;
|
color:transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -989,9 +968,9 @@ background:none;
|
||||||
.checkbox-wrapper.unchecked label.checkbox:before {
|
.checkbox-wrapper.unchecked label.checkbox:before {
|
||||||
content: "\f023";
|
content: "\f023";
|
||||||
display: block;
|
display: block;
|
||||||
font: 20px/1 "fa";
|
font: 22px/1 "fa";
|
||||||
height: 35px;
|
height: 35px;
|
||||||
left: 0px;
|
left: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user