[PRES] [web-pres2] master: Tweaks to the style sheet.
[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:18 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2015-11-25T11:40:04Z
Commit: https://github.com/php/web-pres2/commit/344cb09f1e8065dfcd70a2e735c07480bc5f3008
Raw diff: https://github.com/php/web-pres2/commit/344cb09f1e8065dfcd70a2e735c07480bc5f3008.diff
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