@@ -517,3 +517,43 @@ body.sketchbook-mode img {
517517 border : 2px solid # 333 ;
518518 box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.2 );
519519}
520+
521+ /* Hellenic Mode */
522+ body .hellenic-mode {
523+ background-color : # fdfbf7 !important ;
524+ color : # 2c3e50 !important ;
525+ font-family : 'Cinzel' , 'Trajan Pro' , 'Times New Roman' , serif !important ;
526+ background-image :
527+ radial-gradient (circle at 100% 150% , # fdfbf7 24% , # f5f3ef 25% , # f5f3ef 28% , # fdfbf7 29% , # fdfbf7 36% , # f5f3ef 36% , # f5f3ef 40% , transparent 40% , transparent),
528+ radial-gradient (circle at 0 150% , # fdfbf7 24% , # f5f3ef 25% , # f5f3ef 28% , # fdfbf7 29% , # fdfbf7 36% , # f5f3ef 36% , # f5f3ef 40% , transparent 40% , transparent),
529+ radial-gradient (circle at 50% 100% , # f5f3ef 10% , # fdfbf7 11% , # fdfbf7 23% , # f5f3ef 24% , # f5f3ef 30% , # fdfbf7 31% , # fdfbf7 43% , # f5f3ef 44% , # f5f3ef 50% , # fdfbf7 51% , # fdfbf7 63% , # f5f3ef 64% , # f5f3ef 71% , transparent 71% , transparent),
530+ radial-gradient (circle at 100% 50% , # f5f3ef 5% , # fdfbf7 6% , # fdfbf7 15% , # f5f3ef 16% , # f5f3ef 20% , # fdfbf7 21% , # fdfbf7 30% , # f5f3ef 31% , # f5f3ef 35% , # fdfbf7 36% , # fdfbf7 45% , # f5f3ef 46% , # f5f3ef 49% , transparent 50% , transparent),
531+ radial-gradient (circle at 0 50% , # f5f3ef 5% , # fdfbf7 6% , # fdfbf7 15% , # f5f3ef 16% , # f5f3ef 20% , # fdfbf7 21% , # fdfbf7 30% , # f5f3ef 31% , # f5f3ef 35% , # fdfbf7 36% , # fdfbf7 45% , # f5f3ef 46% , # f5f3ef 49% , transparent 50% , transparent);
532+ background-size : 50px 25px ;
533+ }
534+
535+ body .hellenic-mode * {
536+ border-color : # d4af37 !important ;
537+ box-shadow : inset 1px 1px 3px rgba (0 , 0 , 0 , 0.1 );
538+ }
539+
540+ body .hellenic-mode a {
541+ color : # 005b96 !important ;
542+ text-transform : uppercase;
543+ letter-spacing : 1px ;
544+ font-weight : bold;
545+ }
546+
547+ body .hellenic-mode img {
548+ filter : contrast (1.1 ) sepia (0.2 );
549+ border : 4px double # d4af37 !important ;
550+ }
551+
552+ body .hellenic-mode h1 ,
553+ body .hellenic-mode h2 ,
554+ body .hellenic-mode h3 {
555+ color : # 005b96 !important ;
556+ text-transform : uppercase;
557+ letter-spacing : 2px ;
558+ text-shadow : 1px 1px 0 # d4af37 ;
559+ }
0 commit comments