Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 3: Line 3:
 
<includeonly>
 
<includeonly>
 
     <style>
 
     <style>
 +
        #cmp-container {
 +
            font-family: 'Open Sans';
 +
            font-size: 120%;
 +
        }
 +
 
         #cmp-container h1,
 
         #cmp-container h1,
 
         #cmp-container h2,
 
         #cmp-container h2,
Line 9: Line 14:
 
             font-weight: 300;
 
             font-weight: 300;
 
             letter-spacing: .06em;
 
             letter-spacing: .06em;
 +
        }
 +
 +
        #cmp-container h2 {
 +
            margin-top: 2em;
 +
            padding-bottom: 5px;
 +
            border-bottom: 1px solid var(--links-cyan);
 +
            color: var(--links-cyan);
 
         }
 
         }
  
Line 18: Line 30:
 
             padding-left: 2em;
 
             padding-left: 2em;
 
         }
 
         }
         .subtheme, .question { display: none; }
+
 
         .opened { display: block; }
+
         .subtheme,
 +
        .question {
 +
            display: none;
 +
        }
 +
 
 +
         .opened {
 +
            display: block;
 +
        }
 
     </style>
 
     </style>
  

Revision as of 16:19, 22 November 2022

Development version of the Compass.
Not ready for production!