mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 02:47:38 +00:00
switched theme
This commit is contained in:
+26
-21
@@ -1,35 +1,40 @@
|
||||
/*
|
||||
Dimension by HTML5 UP
|
||||
Phantom by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* BG */
|
||||
/* Tiles */
|
||||
|
||||
#bg:before {
|
||||
background: rgba(19, 21, 25, 0.5);
|
||||
.tiles:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header .logo {
|
||||
margin: 0 auto;
|
||||
.tiles article {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#header .content {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#header nav ul {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#header nav ul li {
|
||||
display: inline-block;
|
||||
.tiles article > a {
|
||||
padding-top: 50%;
|
||||
margin-top: -1.75em;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
body:not(.is-touch) .tiles article:hover > .image {
|
||||
-moz-transform: none;
|
||||
-webkit-transform: none;
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#main article {
|
||||
margin: 0 auto;
|
||||
/* Footer */
|
||||
|
||||
#footer > .inner section {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer > .inner .copyright {
|
||||
clear: both;
|
||||
padding-top: 4em;
|
||||
}
|
||||
Reference in New Issue
Block a user