Last active
May 22, 2019 13:51
-
-
Save Glinkfr/66569225c0402c9fac6fc27d4cb1624a to your computer and use it in GitHub Desktop.
Onglets pour Thème Business Directory Plugin WordPress Fichier 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
/* | |
Theme: Glink Onglets | |
Auteur: Glink.fr | |
Auteur URL: https://www.glink.fr/ | |
*/ | |
/*-------------------------------------------------------------- | |
>>> SOMMAIRE: | |
---------------------------------------------------------------- | |
# Style de la Page de l'annonce seule | |
## Styles des onglets | |
--------------------------------------------------------------*/ | |
/*-------------------------------------------------------------- | |
# Style de la Page de l'annonce seule | |
--------------------------------------------------------------*/ | |
/*-------------------------------------------------------------- | |
## Styles des onglets | |
--------------------------------------------------------------*/ | |
#tabs1 { | |
margin-top: 10px; | |
margin-bottom: 0px; | |
margin-left: 0px; | |
margin-right: 0px; | |
padding: 0 1px 0 0; | |
float: left; | |
list-style: none; | |
height: 30px; | |
border-bottom: 1px solid #ccc; | |
border-left: 1px solid #ccc; | |
width: 100%; | |
} | |
#tabs1 li { | |
float: left; | |
margin: 0; | |
padding: 0; | |
height: 29px; | |
line-height: 29px; | |
border-left: none; | |
overflow: hidden; | |
position: relative; | |
background: #e9e5e6 | |
} | |
#tabs1 li a { | |
text-decoration: none; | |
display: block; | |
font-size: 14px; | |
padding: 0 20px | |
} | |
#tabs1 li a:hover { | |
background: #ccc; | |
} | |
.ui-tabs { | |
position: relative; | |
} | |
.ui-tabs .ui-tabs-nav { | |
margin: 0 | |
} | |
.ui-tabs .ui-tabs-nav li { | |
float: left; | |
margin: 0; | |
padding: 0; | |
border: 1px solid #ccc; | |
border-left: none; | |
overflow: hidden; | |
position: relative; | |
background: #ddd | |
} | |
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { | |
float: left; | |
text-decoration: none; | |
padding: 0 10px | |
} | |
.ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
padding-bottom: 1px; | |
border-bottom: 1px solid #fff; | |
} | |
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, | |
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, | |
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { | |
cursor: text; | |
background: #fff; | |
} | |
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { | |
cursor: pointer | |
} | |
.ui-tabs .ui-tabs-panel { | |
display: block; | |
border: 1px solid #ccc; | |
border-top: none; | |
overflow: hidden; | |
clear: both; | |
float: left; | |
width: 100%; | |
margin: 0 0 20px 0; | |
padding: 0; | |
background: #fff; | |
color: #251514 !important; | |
} | |
.ui-tabs .ui-tabs-panel a{ | |
color: #8a7876 !important; | |
} | |
#comments_form, #contact_form{ | |
padding: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment