X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/e565b1cd14149c5edc0106407f79e4ae12b56f10..c65b1e11059c5cf510b54c785d4a246215058f70:/public/stylesheets/hc.css diff --git a/public/stylesheets/hc.css b/public/stylesheets/hc.css index a261573..86cf84b 100644 --- a/public/stylesheets/hc.css +++ b/public/stylesheets/hc.css @@ -14,6 +14,7 @@ h1, h2, h3, h4 { text-shadow: #4D801A 0.2em 0.2em 3px; } +#headertext a {color: #FFFFFF; text-decoration: none;} a:link { font-weight: bold; color: #4D801A; text-decoration: underline; } a:visited { font-weight: bold; color: #4D801A; text-decoration: underline; } @@ -253,3 +254,61 @@ li.moveable { padding-right: 30px; text-align: left; } + +.example { + width: 400px; + border-width: 2px; + border-style: solid; + border-color: #73BF26; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} + +.example h4 { + text-align: center; + font-weight: bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + background-color: #73BF26; + color: #fff; + border-bottom: 0px; +} + +.example p { + margin-bottom: 0; + padding: 5px; +} + + +.warning { + width: 400px; + border-width: 2px; + border-style: solid; + border-color: #4D801A; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} + +.warning h4 { + text-align: + center; + font-weight: + bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + background-color: #4D801A; + color: #fff; + border-bottom: 0px; +} + +.warning p { + margin-bottom: 0; + padding: 5px; +} +