make style monochrome (blue => black)
This commit is contained in:
parent
4581af875a
commit
0ce0990473
|
@ -65,7 +65,8 @@ nav {
|
||||||
|
|
||||||
nav a{
|
nav a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #005386;
|
/* color: #005386; */
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
|
@ -114,7 +115,8 @@ footer {
|
||||||
/* links */
|
/* links */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #005386;
|
/* color: #005386; */
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images and figures */
|
/* Images and figures */
|
||||||
|
@ -155,9 +157,11 @@ img {
|
||||||
blockquote{
|
blockquote{
|
||||||
width:60%;
|
width:60%;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
color: #555555;
|
/* color: #555555; */
|
||||||
|
color: black;
|
||||||
padding: 1.2em 30px 1.2em 75px;
|
padding: 1.2em 30px 1.2em 75px;
|
||||||
border-left:8px solid #005386 ;
|
/* border-left: 8px solid #005386 ; */
|
||||||
|
border-left: 8px solid black;
|
||||||
line-height:1.3;
|
line-height:1.3;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
|
@ -166,7 +170,8 @@ blockquote{
|
||||||
blockquote::before{
|
blockquote::before{
|
||||||
font-family:Arial;
|
font-family:Arial;
|
||||||
content: "\201C";
|
content: "\201C";
|
||||||
color:#005386;
|
/* color:#005386; */
|
||||||
|
color: black;
|
||||||
font-size:4em;
|
font-size:4em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
@ -221,7 +226,8 @@ th {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border: 3px solid #005386;
|
/* border: 3px solid #005386; */
|
||||||
|
border: 3px solid black;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -234,11 +240,13 @@ table thead {
|
||||||
}
|
}
|
||||||
|
|
||||||
table tbody tr:nth-child(even) {
|
table tbody tr:nth-child(even) {
|
||||||
background: #E9F1F4;
|
/* background: #E9F1F4; */
|
||||||
|
background: #ededed;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th {
|
table th {
|
||||||
background: #005386;
|
/* background: #005386; */
|
||||||
|
background: black;
|
||||||
color: #fcfcfc;
|
color: #fcfcfc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -250,7 +258,8 @@ table th {
|
||||||
/* Newsletter stuff */
|
/* Newsletter stuff */
|
||||||
|
|
||||||
.subscribe-button {
|
.subscribe-button {
|
||||||
background: #0055d4;
|
/* background: #0055d4; */
|
||||||
|
background: black;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user