com web/pres2: Tweaks to the style sheet.: 10gen-strict.css
[email protected] (Derick Rethans) Wed, 25 Nov 2015 11:40:04 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 344cb09f1e8065dfcd70a2e735c07480bc5f3008 Author: Derick Rethans <[email protected]> Wed, 23 Jan 2013 21:04:40 +0000 Parents: bf9a15121e9a0bcf3d58a6e1151db7b1fc434a34 Branches: dericks-renderer Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=344cb09f1e8065dfcd70a2e735c07480bc5f3008 Log: Tweaks to the style sheet. Changed paths: M 10gen-strict.css Diff: diff --git a/10gen-strict.css b/10gen-strict.css index 87105e0..9c9e83d 100644 --- a/10gen-strict.css +++ b/10gen-strict.css @@ -1,6 +1,6 @@ body, h1, h2 { - background-color: #1a3e7f; + background-color: #013290; color: #eeeeec; } @@ -19,6 +19,9 @@ h2 div.title-slide { color: #eeeeec; + margin-left: 60px; + margin-right: 100px; + text-align: left; } div.template-white div.title-slide @@ -38,23 +41,32 @@ pre.xdebug-var-dump p { - font-family: Arial; + font-family: "PT Sans", Arial; + font-size: 1.75em; } -div.footer +div.event-title p { - height: 105px; - width: 1024px; - top: 645px; - position: absolute; - background-color: #1a3e7f; - clear: both; + font-family: "PT Sans Caption", Arial; + font-weight: bold; + font-size: 220%; + padding: 0; +} + +div.event-date, div.event-presenter +{ + font-size: 100%; } -div.footer img +div.footer { - margin-left: 20px; - margin-right: 20px; + border-top: 3px solid #3366ff; + width: 870px; + top: 585px; + position: absolute; + background-color: #013290; + clear: both; + padding-top: 50px; } pre