Gadget-site.css: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 13: Line 13:
         text-shadow: 2px 2px 2px #1a3556;
         text-shadow: 2px 2px 2px #1a3556;
         padding-top:2px;
         padding-top:2px;
}                                                                                                           1114,1        Bot
}

Latest revision as of 17:09, 20 September 2023

.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;

}