Gadget-site.css

From Alteeve Wiki
Revision as of 17:08, 20 September 2023 by Digimer (talk | contribs) (Created page with ".blue_title { background: url('/templates/simplyalteeve/images/featured-background.png') no-repeat center center fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; color: #f4f4f4; height: 28px; font-size:16px; font-family: DejaVuSansBold, Arial, sans-serif; text-transform: uppercase; -moz-text-shadow: 2px 2px 2px #1a3556; -webkit-text-shadow: 2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.blue_title {

       background: url('/templates/simplyalteeve/images/featured-background.png') no-repeat center center fixed;
       background-size: cover;
       -moz-background-size: cover;
       -webkit-background-size: cover;
       color: #f4f4f4;
       height: 28px;
       font-size:16px;
       font-family: DejaVuSansBold, Arial, sans-serif;
       text-transform: uppercase;
       -moz-text-shadow: 2px 2px 2px #1a3556;
       -webkit-text-shadow: 2px 2px 2px #1a3556;
       text-shadow: 2px 2px 2px #1a3556;
       padding-top:2px;

} 1114,1 Bot