2424}
2525
2626body {
27- background : url ('construction.gif' ) top left repeat-y, url ('construction.gif' ) top right repeat-y black !important ;
27+ background : url ('construction.gif' ) top left repeat-y, url ('construction.gif' ) top right repeat-y, url ( 'spacebg.gif' ) black !important ;
2828 color : yellow !important ;
2929 font-family : Comic Sans MS, fantasy !important ;
3030}
@@ -33,13 +33,19 @@ h1,h2,h3,h4,h5,h6 {
3333 background : black !important ;
3434 letter-spacing : 3px !important ;
3535 font-family : Consolas, Courier New, monospace !important ;
36- border : thick solid !important ;
36+ border-bottom : thick solid !important ;
3737 padding : 3px !important ;
38+ }
39+ h1 , h2 , h3 , h4 , h5 , h6 , .example , .issue , .figure , .note {
3840 -webkit-animation : rainbow-border 2s infinite;
3941 -moz-animation : rainbow-border 2s infinite;
4042 -o-animation : rainbow-border 2s infinite;
4143 -ms-animation : rainbow-border 2s infinite;
4244}
45+ .example , .issue , .figure , .note {
46+ border : 10px ridge !important ;
47+ background : transparent !important ;
48+ }
4349@-webkit-keyframes rainbow-border {
4450 0% , 100% { border-color : red; }
4551 16% { border-color : orange; }
0 commit comments