35eeb250 by Jeff Balicki

ff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 327aad30
...@@ -15469,7 +15469,8 @@ p.intro { ...@@ -15469,7 +15469,8 @@ p.intro {
15469 font-size: 20px; 15469 font-size: 20px;
15470 margin-top: -40px; 15470 margin-top: -40px;
15471 margin-left: 20px; 15471 margin-left: 20px;
15472 text-shadow: 2px 2px #1A3668; 15472 -webkit-text-stroke: 1px;
15473 text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
15473 } 15474 }
15474 15475
15475 .contest_name { 15476 .contest_name {
...@@ -15478,7 +15479,8 @@ p.intro { ...@@ -15478,7 +15479,8 @@ p.intro {
15478 top: 40px; 15479 top: 40px;
15479 position: relative; 15480 position: relative;
15480 margin-left: 20px; 15481 margin-left: 20px;
15481 text-shadow: 2px 2px #1A3668; 15482 -webkit-text-stroke: 1px;
15483 text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
15482 } 15484 }
15483 15485
15484 .body-content { 15486 .body-content {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -129,16 +129,34 @@ p{ ...@@ -129,16 +129,34 @@ p{
129 font-size:20px; 129 font-size:20px;
130 margin-top:-40px; 130 margin-top:-40px;
131 margin-left:20px; 131 margin-left:20px;
132 text-shadow: 2px 2px #1A3668; 132 -webkit-text-stroke: 1px;
133 } 133 text-shadow:
134 -1px -1px 0 #000,
135 0 -1px 0 #000,
136 1px -1px 0 #000,
137 1px 0 0 #000,
138 1px 1px 0 #000,
139 0 1px 0 #000,
140 -1px 1px 0 #000,
141 -1px 0 0 #000;
142 }
134 .contest_name{ 143 .contest_name{
135 color:#fff; 144 color:#fff;
136 font-size:20px; 145 font-size:20px;
137 top:40px; 146 top:40px;
138 position: relative; 147 position: relative;
139 margin-left:20px; 148 margin-left:20px;
140 text-shadow: 2px 2px #1A3668; 149 -webkit-text-stroke: 1px;
141 } 150 text-shadow:
151 -1px -1px 0 #000,
152 0 -1px 0 #000,
153 1px -1px 0 #000,
154 1px 0 0 #000,
155 1px 1px 0 #000,
156 0 1px 0 #000,
157 -1px 1px 0 #000,
158 -1px 0 0 #000;
159 }
142 .body-content { 160 .body-content {
143 margin: auto; 161 margin: auto;
144 width: auto; 162 width: auto;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0046 8 Version: 1.2.0047
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......