Last active
June 24, 2022 12:03
-
-
Save woodwardtw/1efa3caf5e95cddc7cb7c6b92a33ffa9 to your computer and use it in GitHub Desktop.
http://sifgraduateresearch.middcreate.net/ sif france school css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #intro .intro-inner { | |
| padding: 30px; | |
| } | |
| #main .entry-content p { | |
| font-size: 1.5rem; | |
| } | |
| .intro-special { | |
| padding: 70px; | |
| } | |
| .site-content-inner { | |
| padding-top: 15px; | |
| } | |
| strong, em, ul, li, p, #main .entry-content p { | |
| font-size: 1.2rem; | |
| } | |
| #main .entry-content p{ | |
| margin: 5px; | |
| } | |
| .site-branding-text { | |
| font-size: 2rem; | |
| } | |
| #intro .intro-inner { | |
| padding-left: 5px; | |
| } | |
| .blue { | |
| background-color: lightblue; | |
| } | |
| .table-header { | |
| background-color: #0c254b; | |
| color: #fff; | |
| font-size: 1.2rem; | |
| } | |
| .unify { | |
| border: 1px solid; | |
| padding: 10px; | |
| width: 600px; | |
| margin: 30px auto; | |
| } | |
| .entry-content a, #menu-primary li a, .site-title { | |
| color: #0c254b; | |
| } | |
| #site-navigation { | |
| width: 100%; | |
| display: block; | |
| } | |
| .toggle-sub-menus .button-toggle-sub-menu:after, .toggle-sub-menus .button-toggle-sub-menu:before { | |
| color: blue; | |
| opacity: 1; | |
| } | |
| .menu-item { | |
| font-size: 1.7rem; | |
| } | |
| h1.site-title { | |
| font-size: 3rem; | |
| } | |
| .full-width { | |
| width: 100%!important; | |
| } | |
| table { | |
| font-size: 1.3rem; | |
| } | |
| #main .entry-content blockquote p { | |
| width: 850px; | |
| font-size: 2rem; | |
| margin: 30px auto; | |
| text-align:center; | |
| } | |
| #main .entry-content blockquote:before { | |
| content: ''; | |
| } | |
| .intro-special .wp-custom-header:before { | |
| opacity: 0; | |
| } | |
| .intro-title { | |
| text-shadow: 3px 3px #000; | |
| } | |
| .astm-search-menu.menu-item { | |
| float:right; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment