Changeset View
Changeset View
Standalone View
Standalone View
externals/skins/oblivious/css/oblivious.css
| Show All 23 Lines | .oblivious-info { | ||||
| background: url(/image/badge.png); | background: url(/image/badge.png); | ||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| background-position: 20px 20px; | background-position: 20px 20px; | ||||
| } | } | ||||
| .oblivious-content { | .oblivious-content { | ||||
| padding-top: 3%; | padding-top: 3%; | ||||
| margin-left: 22%; | margin-left: 22%; | ||||
| max-width: 600px; | max-width: 800px; | ||||
| } | } | ||||
| a { | a { | ||||
| color: #222222; | color: #2980b9; | ||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| a:hover { | a:hover { | ||||
| color: #a00000; | text-decoration: underline; | ||||
| } | } | ||||
| h1 { | h1 { | ||||
| font-size: 24px; | font-size: 24px; | ||||
| font-weight: normal; | font-weight: normal; | ||||
| } | } | ||||
| h2 { | h2 { | ||||
| font-size: 22px; | font-size: 22px; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| margin-bottom: 8px; | |||||
| } | } | ||||
| .phame-post { | .phame-post { | ||||
| margin: 0 0 2em; | margin: 0 0 2em; | ||||
| } | } | ||||
| .phame-post-date { | .phame-post-title { | ||||
| font-size: 12px; | font-size: 28px; | ||||
| margin: .25em 0 1em; | |||||
| } | |||||
| .phame-post { | |||||
| line-height: 1.6em; | |||||
| } | |||||
| .phame-post p { | |||||
| margin: 0 0 1em; | |||||
| } | } | ||||
| .phame-post tt { | .phame-post-date { | ||||
| color: #333333; | font-size: 12px; | ||||
| background: #ebebeb; | margin: .25em 0 2em; | ||||
| padding: 0 .25em; | |||||
| white-space: pre-wrap; | |||||
| } | } | ||||
| .phame-post .remarkup-code-block pre { | .oblivious-content .phabricator-remarkup ul.remarkup-list { | ||||
| overflow: auto; | margin-left: 0; | ||||
| padding: 10px 10px; | |||||
| border: 1px solid #dfdfdf; | |||||
| background-color: #f8f8f8; | |||||
| } | } | ||||
| .fb-comments, | .fb-comments, | ||||
| .fb-comments span, | .fb-comments span, | ||||
| .fb-comments iframe[style] { | .fb-comments iframe[style] { | ||||
| width: 100% !important; | width: 100% !important; | ||||
| } | } | ||||