mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[STYLE] wider tables, more text contrast, fix green buttons
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
color: #898788;
|
color: #393738;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
body .content-root {
|
body .content-root {
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
.draft-comment {background: #faa; border: 1px solid #d88; padding: 2px;}
|
.draft-comment {background: #faa; border: 1px solid #d88; padding: 2px;}
|
||||||
|
|
||||||
td {border: 1px solid #DBDDE2 !important; padding: .2em;}
|
td {border: 1px solid #DBDDE2 !important; padding: .2em;}
|
||||||
table { border-collapse: collapse; clear: left; width: 550px}
|
table { border-collapse: collapse; clear: left; }
|
||||||
th { padding: .2em; }
|
th { padding: .2em; font-weight: bold; }
|
||||||
|
|
||||||
body .content-root {
|
body .content-root {
|
||||||
background-color: #F3F6FB;
|
background-color: #F3F6FB;
|
||||||
box-shadow: 930px 0 #FFFFFF inset, 931px 0 #DFE2E7 inset, 940px 0 5px -10px rgba(0, 0, 0, 0.1) inset;
|
box-shadow: 930px 0 #FFFFFF inset, 931px 0 #DFE2E7 inset, 940px 0 5px -10px rgba(0, 0, 0, 0.1) inset;
|
||||||
}
|
}
|
||||||
code { max-height: 14em; overflow: auto;}
|
code { max-height: 14em; overflow: auto;}
|
||||||
|
.content code { color: #111; }
|
||||||
.expanded { max-height: none; overflow: none;}
|
.expanded { max-height: none; overflow: none;}
|
||||||
|
|
||||||
.content h2, .menu a.level-2 {
|
.content h2, .menu a.level-2 {
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #228a8a;
|
|
||||||
}
|
}
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* Content styling
|
* Content styling
|
||||||
@@ -666,12 +665,8 @@ a.big.button {
|
|||||||
}
|
}
|
||||||
a.big.button,
|
a.big.button,
|
||||||
a.big.button:visited {
|
a.big.button:visited {
|
||||||
color: #2badad;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.big.button:hover {
|
|
||||||
background: #2badad;
|
|
||||||
}
|
|
||||||
a.big.button:hover,
|
a.big.button:hover,
|
||||||
a.big.button:hover:visited {
|
a.big.button:hover:visited {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -742,9 +737,6 @@ a.big.button:hover:visited {
|
|||||||
.menu a:visited {
|
.menu a:visited {
|
||||||
color: #2badad;
|
color: #2badad;
|
||||||
}
|
}
|
||||||
.menu a:hover {
|
|
||||||
color: #228a8a;
|
|
||||||
}
|
|
||||||
.menu a.level-1 {
|
.menu a.level-1 {
|
||||||
font-family: montserrat, sans-serif;
|
font-family: montserrat, sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|||||||
Reference in New Issue
Block a user