mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 09:44:20 +01:00
style: cleanup
This commit is contained in:
72
css/21.css
72
css/21.css
@@ -14,18 +14,6 @@ body {
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
.k-menu ul.nav {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.k-menu ul.nav li {
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
|
||||
.hero-unit h1 {
|
||||
font-weight: 100;
|
||||
}
|
||||
@@ -123,66 +111,6 @@ ul.thumbnails li {
|
||||
|
||||
}
|
||||
|
||||
.toc ul {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.toc a {
|
||||
color: #68a;
|
||||
border-bottom: 1px dotted #68a;
|
||||
}
|
||||
|
||||
.toc > ul > li > a {
|
||||
border-bottom: 1px solid #68a;
|
||||
}
|
||||
|
||||
.toc > ul > li {
|
||||
list-style: none;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.toc li > ul {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.toc li > ul > li {
|
||||
list-style: none;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.toc li a {
|
||||
background: #fff;
|
||||
-webkit-transition: background-color 0.3s ease-in-out;
|
||||
-moz-transition: background-color 0.3s ease-in-out;
|
||||
-o-transition: background-color 0.3s ease-in-out;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.toc li.active a {
|
||||
background: #eee;
|
||||
padding: 0 1ex;
|
||||
color: #000;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.toc {
|
||||
position: relative;
|
||||
|
||||
-webkit-transition: top 1000ms cubic-bezier(0.090, 1, 0.135, 1.000); /* older webkit */
|
||||
-webkit-transition: top 1000ms cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-moz-transition: top 1000ms cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-ms-transition: top 1000ms cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-o-transition: top 1000ms cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
transition: top 1000ms cubic-bezier(0.090, 1.015, 0.135, 1.000); /* custom */
|
||||
|
||||
-webkit-transition-timing-function: cubic-bezier(0.090, 1, 0.135, 1.000); /* older webkit */
|
||||
-webkit-transition-timing-function: cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-moz-transition-timing-function: cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-ms-transition-timing-function: cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
-o-transition-timing-function: cubic-bezier(0.090, 1.015, 0.135, 1.000);
|
||||
transition-timing-function: cubic-bezier(0.090, 1.015, 0.135, 1.000); /* custom */
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
color: #ccc;
|
||||
font-family: Georgia;
|
||||
|
||||
Reference in New Issue
Block a user