Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Theme Name: Customizr
- * Theme URI: http://themesandco.com/customizr
- * Description: Navigate to Appearance, Customize. Design in live preview, save and enjoy a beautiful, fast and responsive website compatible with all browsers. For developers, Customizr offers a well documented and modular code, easy to extend with hooks.
- * Version: 3.2.17
- * Author: nikeo
- * Author URI: http://themesandco.com/
- * Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
- * Text Domain: customizr
- * Copyright: (c) 2015 Nicolas GUILLAUME (nikeo), Nice, France
- * License: GNU General Public License v2.0 or later
- * License URI: http://www.gnu.org/licenses/gpl-2.0.html
- */
- /**
- * The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
- * The current stylesheet is loaded after the main skin stylesheet.
- *
- * IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
- * If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
- * To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
- */
- .mmt_member_img:hover{
- opacity:.7 ;
- }
- .mmt_member_img img{
- height : 180px;
- width:180px;
- border-radius: 30px;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- }
- .mmt_bio_picture img {
- border-radius: 30px;
- height: 180px;
- width: 180px;
- padding-bottom: 0;
- }
- .navbar-inner{
- padding-right: 5px;
- }
- .tc-header .nav-collapse{
- float: none;
- }
- .navbar .nav {
- width: 100%;
- text-align: center;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .nav-collapse .nav > li{
- float: none;
- display: inline-block;
- }
- .nav-collapse .nav > li li{
- text-align: left;
- }
- @media (max-width: 979px){
- .nav-collapse .nav > li{
- display: list-item;
- }
- }
- .navbar .nav>li.current-menu-ancestor>a,
- .navbar .nav>li.current-menu-item>a {
- color: #7EC247;
- background: #EEE;
- border: 1px solid #EEE;
- /*border-radius: 50%;*/
- }
- .navbar div>ul.nav>.menu-item:first-child>a {
- padding-left: 14px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement