mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Docs landing; or, MOAR EMOJI
This commit is contained in:
@@ -650,33 +650,6 @@ th {
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.portal-index ul {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.portal-index li {
|
||||
list-style: outside none none;
|
||||
padding: 5px;
|
||||
padding-left: 25px;
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
.portal-index li.top {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.portal-index .dev_heading {
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
color: #202020;
|
||||
}
|
||||
.portal-index a.dev_heading:hover {
|
||||
color: #27a2db;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.build-disclaimer {
|
||||
font-size: 10pt;
|
||||
margin: 2em 0;
|
||||
@@ -684,14 +657,6 @@ th {
|
||||
border-top: 1px solid #777;
|
||||
}
|
||||
|
||||
.related-projects {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
right: 15px;
|
||||
width: 375px;
|
||||
border: 1px solid #777;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.related-projects a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -701,7 +666,6 @@ th {
|
||||
.related-projects h3 {
|
||||
margin: 0;
|
||||
padding: 5px 15px;
|
||||
border-bottom: 1px dashed #777;
|
||||
}
|
||||
.related-projects .project-name {
|
||||
font-size: 18px;
|
||||
@@ -937,17 +901,19 @@ th {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.landing-docs .panel-title > a {
|
||||
.landing .panel-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.landing .panel-title > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.landing-docs .curated-links li:first-child {
|
||||
.landing .curated-links li:first-child {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.landing-docs .blurb p {
|
||||
padding: 20px 0;
|
||||
.landing .blurb {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.content p,
|
||||
@@ -955,3 +921,29 @@ th {
|
||||
.content td {
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.readmore {
|
||||
display: block;
|
||||
margin: 15px auto 5px;
|
||||
}
|
||||
|
||||
.readmore .btn {
|
||||
font-size: 18px;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
|
||||
.hero-emoji {
|
||||
font-size: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing section {
|
||||
padding: 40px 20px;
|
||||
border-top: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.landing section:first-child {
|
||||
padding-top: 0;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
@@ -700,7 +700,6 @@ samp {
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@@ -2082,10 +2081,8 @@ select[multiple].input-lg {
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
border-radius: 4px;
|
||||
padding: 10px 15px;
|
||||
border-radius: 5px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
@@ -2164,7 +2161,6 @@ fieldset[disabled] .btn-default.active {
|
||||
.btn-primary {
|
||||
color: #ffffff;
|
||||
background-color: #27a2db;
|
||||
border-color: #2e5e96;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus,
|
||||
@@ -2172,8 +2168,7 @@ fieldset[disabled] .btn-default.active {
|
||||
.btn-primary.active,
|
||||
.open > .dropdown-toggle.btn-primary {
|
||||
color: #ffffff;
|
||||
background-color: #285282;
|
||||
border-color: #204067;
|
||||
background-color: #0987d7;
|
||||
}
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
|
||||
Reference in New Issue
Block a user