Last active
August 9, 2022 20:25
-
-
Save fida02/58f741c64faf56c1a907e107402cc4dd to your computer and use it in GitHub Desktop.
WPMUDEV Task 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
| /** | |
| * Header Section | |
| */ | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d { | |
| background-color: #6FABAC !important; | |
| padding-bottom: 30px !important; | |
| } | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d .wp-container-3 { | |
| padding-top: 10px !important; | |
| } | |
| /* Logo */ | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d .wp-block-site-title, | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d .wp-block-site-logo { | |
| text-align: center; | |
| } | |
| /* Nav Menu */ | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d ul { | |
| background: #fff; | |
| padding: 10px 10px 10px 10px; | |
| } | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d .wp-block-navigation-item a { | |
| color: #6FABAC !important; | |
| } | |
| /* Search Form */ | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d form { | |
| margin: -85px 0 0 0; | |
| } | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d form label { | |
| display: none; | |
| } | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d form input { | |
| border-radius: 0 !important; | |
| } | |
| .wp-elements-6168ec0dc787a297453884a052a8bf6d form button { | |
| border-radius: 0 !important; | |
| background-color: #CC5000 !important; | |
| } | |
| /** | |
| * Images section | |
| */ | |
| .wp-elements-104e35a5e6ab9d94d7d4dcb8c5cc094c { | |
| margin: 0; | |
| padding: 0 40px 40px 40px; | |
| text-align: center; | |
| } | |
| .wp-elements-104e35a5e6ab9d94d7d4dcb8c5cc094c .wp-block-post-featured-image img { | |
| border-radius: 10px; | |
| } | |
| .wp-elements-104e35a5e6ab9d94d7d4dcb8c5cc094c a, | |
| .wp-elements-dfb0a0589aeaba8192423a2728a6b6a0 a { | |
| color: #6FABAC !important; | |
| } | |
| /** | |
| * Footer | |
| */ | |
| footer .wp-container-16 { | |
| padding-bottom: 0 !important; | |
| } | |
| footer .wp-block-site-title a { | |
| color: #CC5000 !important; | |
| font-style: normal; | |
| } | |
| /** | |
| * Responsive | |
| */ | |
| @media only screen and (min-width:600px){ | |
| /* Images Section */ | |
| .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li, | |
| .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li { | |
| width: calc(33.33% - .9375em); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment