mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-31 17:00:49 +00:00
Improve text legibility in sidebar and forums table headers
This commit is contained in:
parent
bdb1c9e47f
commit
fc6e36d074
2 changed files with 20 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
color: $light-blue;
|
color: $light-blue;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-content-wrapper {
|
.widget-content-wrapper {
|
||||||
|
@ -86,6 +87,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Calendar
|
||||||
|
*/
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
&:before {
|
&:before {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -96,11 +101,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
|
color: #5a5a5a;
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Shoutbox
|
||||||
|
*/
|
||||||
|
|
||||||
.shoutbox {
|
.shoutbox {
|
||||||
.transcript {
|
.transcript {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -136,6 +146,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Highlights
|
||||||
|
*/
|
||||||
|
|
||||||
.highlights,
|
.highlights,
|
||||||
.posts {
|
.posts {
|
||||||
|
|
||||||
|
@ -148,6 +162,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Polls
|
||||||
|
*/
|
||||||
|
|
||||||
.poll {
|
.poll {
|
||||||
.question {
|
.question {
|
||||||
@include span-columns(12);
|
@include span-columns(12);
|
||||||
|
|
|
@ -53,6 +53,7 @@ div#categories {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: white;
|
color: white;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-radius: 10px 0 0 10px;
|
border-radius: 10px 0 0 10px;
|
||||||
|
@ -68,7 +69,6 @@ div#categories {
|
||||||
color: #36b1ff;
|
color: #36b1ff;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,6 +130,7 @@ div#categories {
|
||||||
font-family: $header-font-family;
|
font-family: $header-font-family;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: white;
|
color: white;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-radius: $base-border-radius 0 0 0;
|
border-radius: $base-border-radius 0 0 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue