Difference between revisions of "Team:Tongji Software/Public Engagement"

Line 148: Line 148:
 
         }
 
         }
 
          
 
          
         blockquote:before,
+
         blockquote:before,blockquote:after,q:before,q:after {
        blockquote:after,
+
        q:before,
+
        q:after {
+
 
             content: '';
 
             content: '';
 
             content: none;
 
             content: none;
Line 162: Line 159:
 
         /* -------------------------------- Primary style -------------------------------- */
 
         /* -------------------------------- Primary style -------------------------------- */
 
          
 
          
         *,
+
         *,*:after,*:before {
        *:after,
+
        *:before {
+
 
             -webkit-box-sizing: border-box;
 
             -webkit-box-sizing: border-box;
 
             -moz-box-sizing: border-box;
 
             -moz-box-sizing: border-box;
Line 198: Line 193:
 
         }
 
         }
 
          
 
          
         a:hover,
+
         a:hover,a:visited {
        a:visited {
+
 
             color: white;
 
             color: white;
 
         }
 
         }
Line 218: Line 212:
 
         /* -------------------------------- Main components -------------------------------- */
 
         /* -------------------------------- Main components -------------------------------- */
 
          
 
          
         html,
+
         html,body {
        body {
+
 
             height: 100%;
 
             height: 100%;
 
         }
 
         }
Line 260: Line 253:
 
                 backface-visibility: hidden;
 
                 backface-visibility: hidden;
 
             }  
 
             }  
            .cd-header.is-fixed {
 
                /* when the user scrolls down, we hide the header right above the viewport */
 
                position: fixed;
 
                top: 8vh;
 
                background-color: rgba(2, 23, 37, 0.96);
 
                -webkit-transition: -webkit-transform 0.3s;
 
                -moz-transition: -moz-transform 0.3s;
 
                transition: transform 0.3s;
 
            }
 
            .cd-header.is-visible {
 
                /* if the user changes the scrolling direction, we show the header */
 
                position: fixed;
 
                top: 8vh;
 
                -webkit-transform: translate3d(0, 0, 0);
 
                -moz-transform: translate3d(0, 0, 0);
 
                -ms-transform: translate3d(0, 0, 0);
 
                -o-transform: translate3d(0, 0, 0);
 
                transform: translate3d(0, 0, 0);
 
            }
 
  
 
             .cd-header.menu-is-open {
 
             .cd-header.menu-is-open {
Line 561: Line 535:
 
         }
 
         }
 
          
 
          
        .cd-primary-nav.is-visible {
 
            -webkit-transform: translateY(0);
 
            -moz-transform: translateY(0);
 
            -ms-transform: translateY(0);
 
            -o-transform: translateY(0);
 
            transform: translateY(0);
 
        }
 
 
          
 
          
 
         @media only screen and (min-width: 768px) {
 
         @media only screen and (min-width: 768px) {

Revision as of 17:58, 13 October 2019

Tongji Software | Pathlab