mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 04:12:01 +02:00
.tabs removed
This commit is contained in:
committed by
GitHub
parent
605b6f8567
commit
8b44dcf718
@@ -25,7 +25,6 @@
|
|||||||
3.1 Logo
|
3.1 Logo
|
||||||
4. Navigation
|
4. Navigation
|
||||||
4.1 Navbars
|
4.1 Navbars
|
||||||
4.2 Tabs
|
|
||||||
5. SLIDES (vertically and horizontally centered)
|
5. SLIDES (vertically and horizontally centered)
|
||||||
5.1 Mini container & Alignment
|
5.1 Mini container & Alignment
|
||||||
5.2 Counter / Navigation Slides
|
5.2 Counter / Navigation Slides
|
||||||
@@ -303,8 +302,7 @@ body {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* == Prototype faster - Vertical rhythm
|
/* == Prototype faster - Vertical rhythm == */
|
||||||
To show the grid/baseline.png, press ENTER key on keyboard == */
|
|
||||||
|
|
||||||
body.baseline {
|
body.baseline {
|
||||||
background: url(../images/baseline.png) left top .8rem/.8rem;
|
background: url(../images/baseline.png) left top .8rem/.8rem;
|
||||||
@@ -1314,77 +1312,6 @@ nav.navbar li a{justify-content:flex-start;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=== 4.2. Tabs === */
|
|
||||||
|
|
||||||
ul.tabs {
|
|
||||||
display: inline-block;
|
|
||||||
margin-bottom: 3.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.tabs li {
|
|
||||||
position: relative;
|
|
||||||
display: table-cell;
|
|
||||||
/*ftext-transform: uppercase;
|
|
||||||
letter-spacing: .1rem;*/
|
|
||||||
padding: .8rem 2.4rem;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs li:before {
|
|
||||||
position: absolute;
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
bottom: 0;
|
|
||||||
left: 50%;
|
|
||||||
width: 0;
|
|
||||||
height: 3px;
|
|
||||||
-webkit-transition: width 200ms ease, opacity 200ms ease;
|
|
||||||
transition: width 200ms ease, opacity 200ms ease;
|
|
||||||
-webkit-transform: translateX(-50%);
|
|
||||||
transform: translateX(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs li.current:before {
|
|
||||||
opacity: 1;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.tabs li.current {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
/*.tabs li:after{
|
|
||||||
position: relative;
|
|
||||||
right: -2.8rem;
|
|
||||||
font-size:1.6rem;
|
|
||||||
font-weight:300;
|
|
||||||
content: "*";
|
|
||||||
|
|
||||||
}
|
|
||||||
.tabs li:last-child:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
.tab-content {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab-content.current {
|
|
||||||
display: inherit;
|
|
||||||
-webkit-animation: fadeIn ease-in 1;
|
|
||||||
animation: fadeIn ease-in 1;
|
|
||||||
-webkit-animation-duration: .3s;
|
|
||||||
animation-duration: .3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
|
||||||
.tabs li {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*============================================
|
/*============================================
|
||||||
5. SLIDES (Full Screen)
|
5. SLIDES (Full Screen)
|
||||||
Vertically and horizontally centered
|
Vertically and horizontally centered
|
||||||
|
Reference in New Issue
Block a user