47 lines
692 B
CSS
47 lines
692 B
CSS
/*
|
|
Multiverse by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* Button */
|
|
|
|
input[type="submit"],
|
|
input[type="reset"],
|
|
input[type="button"],
|
|
button,
|
|
.button {
|
|
border: solid 2px #36383c;
|
|
}
|
|
|
|
input[type="submit"].special,
|
|
input[type="reset"].special,
|
|
input[type="button"].special,
|
|
button.special,
|
|
.button.special {
|
|
border: 0;
|
|
}
|
|
|
|
/* Panel */
|
|
|
|
.panel {
|
|
background: #242629;
|
|
display: none;
|
|
}
|
|
|
|
.panel.active {
|
|
display: block;
|
|
}
|
|
|
|
.panel > .closer:before {
|
|
content: '\00d7';
|
|
font-size: 42px;
|
|
}
|
|
|
|
/* Main */
|
|
|
|
#main .thumb > h2 {
|
|
text-align: center;
|
|
width: 100%;
|
|
left: 0;
|
|
} |