mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
3a90cb56b4
Summary: Adds Remarkup rules and CSS, cleans up some spacing a color. Ref T9546 Test Plan: Review a blog post list, and a blog Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9546 Differential Revision: https://secure.phabricator.com/D14421
76 lines
1.1 KiB
CSS
76 lines
1.1 KiB
CSS
html, body, p, h1, h2, h3 {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
html {
|
|
font-family: "Helvetica Neue", "Arial", sans-serif;
|
|
font-size: 16px;
|
|
overflow-y: scroll;
|
|
color: #555555;
|
|
}
|
|
|
|
.oblivious-info {
|
|
position: fixed;
|
|
width: 15%;
|
|
border-right: 1px solid #dfdfdf;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 140px 2% 0;
|
|
overflow: hidden;
|
|
|
|
background: url(/image/badge.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 20px 20px;
|
|
}
|
|
|
|
.oblivious-content {
|
|
padding-top: 3%;
|
|
margin-left: 22%;
|
|
max-width: 800px;
|
|
}
|
|
|
|
a {
|
|
color: #2980b9;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 24px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.phame-post {
|
|
margin: 0 0 2em;
|
|
}
|
|
|
|
.phame-post-title {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.phame-post-date {
|
|
font-size: 12px;
|
|
margin: .25em 0 2em;
|
|
}
|
|
|
|
.oblivious-content .phabricator-remarkup ul.remarkup-list {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.fb-comments,
|
|
.fb-comments span,
|
|
.fb-comments iframe[style] {
|
|
width: 100% !important;
|
|
}
|