PushingScores/static/css/main.css

414 lines
7.1 KiB
CSS
Raw Normal View History

2019-05-28 15:45:45 +02:00
@font-face {
2019-05-31 17:17:39 +02:00
font-family: 'Compagnon Bold';
src: url('webfonts/Compagnon-Bold.woff2') format('woff2'),
url('webfonts/Compagnon-Bold.woff') format('woff') ;
2019-05-28 15:45:45 +02:00
font-weight: bold;
2019-05-27 12:05:42 +02:00
font-style: normal;
2019-05-28 15:45:45 +02:00
}
@font-face {
2019-05-31 17:17:39 +02:00
font-family: 'Compagnon Italic';
src: url('webfonts/Compagnon-Italic.woff2') format('woff2'),
url('webfonts/Compagnon-Italic.woff') format('woff');
2019-05-28 15:45:45 +02:00
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Compagnon';
2019-05-31 17:17:39 +02:00
src: url('webfonts/Compagnon-Medium.woff2') format('woff2'),
url('webfonts/Compagnon-Medium.woff') format('woff');
2019-05-28 15:45:45 +02:00
font-weight: medium;
font-style: normal;
}
2019-05-27 12:05:42 +02:00
2019-05-28 15:45:45 +02:00
@font-face {
2019-05-31 17:17:39 +02:00
font-family: 'Compagnon Light';
src: url('webfonts/Compagnon-Light.woff2') format('woff2'),
url('webfonts/Compagnon-Light.woff') format('woff');
2019-05-28 15:45:45 +02:00
font-weight: light;
font-style: normal;
}
@font-face {
2019-05-31 17:17:39 +02:00
font-family: 'Compagnon Roman';
src: url('webfonts/Compagnon-Roman.woff') format('woff');
font-weight: normal;
font-style: roman;
}
@font-face {
font-family: 'Steps Thin Mono';
src: url('webfonts/steps-mono-thin-webfont.woff2') format('woff2'),
url('webfonts/steps-mono-thin-webfont.woff') format('woff');
2019-05-28 15:45:45 +02:00
font-weight: normal;
font-style: roman;
}
2019-05-27 17:32:05 +02:00
2019-05-31 17:17:39 +02:00
2019-05-27 17:32:05 +02:00
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
2019-05-27 12:05:42 +02:00
body{
2019-05-29 11:54:46 +02:00
/* background: #ffffff; */
2019-05-27 17:32:05 +02:00
color:black;
font-family: 'Montserrat', sans-serif;
2019-05-27 12:05:42 +02:00
top:0;
left: 0;
margin: 0;
2019-05-27 17:32:05 +02:00
}
2019-05-31 17:17:39 +02:00
h2,h3{
font-family: 'Steps Thin Mono';
}
2019-05-27 17:32:05 +02:00
a{
color: black;
}
.text a:visited{
2019-05-28 15:45:45 +02:00
color: red;
2019-05-27 17:32:05 +02:00
}
.text a:hover{
2019-05-28 15:45:45 +02:00
background: : red;
color: white;
}
2019-05-29 11:54:46 +02:00
div#wrapper{
width: 100%;
}
div#top{
position: relative;
background: white;
}
div#bottom{
2019-05-31 17:17:39 +02:00
padding-top: 4em;
2019-05-29 11:54:46 +02:00
position: absolute;
width: 100%;
}
2019-05-28 15:45:45 +02:00
/********************************************************/
/* SELECTION */
/********************************************************/
::selection {
background: magenta; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: magenta; /* Gecko Browsers */
2019-05-27 17:32:05 +02:00
}
/********************************************************/
/* FIRST PAGE */
/********************************************************/
2019-05-31 17:17:39 +02:00
div.homecontent{
/* padding-top: 4em; */
}
2019-05-27 17:32:05 +02:00
div.home{
2019-05-27 20:17:45 +02:00
/* padding: 1em 5em 1em 7.5em; */
2019-05-28 15:45:45 +02:00
padding-left: 9em;
2019-05-29 11:54:46 +02:00
padding-top: 2em;
2019-05-27 20:17:45 +02:00
padding-bottom: 3em;
padding-right: 0.5em;
2019-05-27 17:32:05 +02:00
text-align: justify;
2019-05-29 11:54:46 +02:00
font-size: 1em;
2019-05-27 20:17:45 +02:00
}
div.home a{
2019-05-27 17:32:05 +02:00
}
2019-05-27 20:17:45 +02:00
2019-05-27 17:32:05 +02:00
div.home a:hover{
2019-05-27 20:17:45 +02:00
background: red;
2019-05-28 15:45:45 +02:00
color: white;
2019-05-31 17:17:39 +02:00
}
2019-05-28 15:45:45 +02:00
div.explanation{
font-size: 0.75em;
2019-05-29 11:54:46 +02:00
float: right;
padding-right: 0.75em;
font-style: italic;
2019-05-27 17:32:05 +02:00
}
/********************************************************/
/* NAVIGATION */
/********************************************************/
header{
2019-05-31 17:17:39 +02:00
/* border: lime 1px solid; */
padding-top: -1em;
padding-right: 10em;
2019-05-29 11:54:46 +02:00
position: absolute;
2019-05-31 17:17:39 +02:00
top:12em;
width: 29em;
2019-05-29 11:54:46 +02:00
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-o-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: rotate(-90deg) translate(-50%, 50%);
-moz-transform: rotate(-90deg) translate(-50%, 50%);
-ms-transform: rotate(-90deg) translate(-50%, 50%);
-o-transform: rotate(-90deg) translate(-50%, 50%);
transform: rotate(-90deg) translate(-50%, 50%);
2019-05-27 17:32:05 +02:00
}
#logobox{
2019-05-29 11:54:46 +02:00
display: inline-block;
2019-05-27 17:32:05 +02:00
background: none;
2019-05-31 17:17:39 +02:00
padding-top: 0.5em;
2019-05-27 17:32:05 +02:00
}
#logobox a, #logobox a:visited{
color: black;
2019-05-27 12:05:42 +02:00
}
2019-05-28 15:45:45 +02:00
#logobox a:hover{
2019-05-31 17:17:39 +02:00
/* color: red; */
animation: blinker 0.05s linear infinite;
}
@keyframes blinker {
50% { opacity: 0; }
2019-05-28 15:45:45 +02:00
}
2019-05-27 12:05:42 +02:00
2019-05-29 11:54:46 +02:00
#logobox h1{
2019-05-31 17:17:39 +02:00
font-size: 3em;
/* line-height: 1.5; */
font-family: 'Steps Thin Mono';
/* font-family: 'Victorianna Thin'; */
margin-top: 0;
2019-05-27 17:32:05 +02:00
}
2019-05-29 11:54:46 +02:00
nav{
float: right;
2019-05-31 17:17:39 +02:00
text-transform: lowercase;
/* font-family: 'Montserrat', sans-serif; */
font-family: 'Steps Thin Mono';
/* font-family: 'Victorianna Thin'; */
2019-05-29 11:54:46 +02:00
}
nav ul.menu {
2019-05-31 17:17:39 +02:00
/* font-weight: bold; */
2019-05-29 11:54:46 +02:00
float: left;
display: inline-block;
2019-05-27 20:17:45 +02:00
text-align: right;
2019-05-31 17:17:39 +02:00
margin-top: 0.6em;
2019-05-27 12:05:42 +02:00
}
2019-05-29 11:54:46 +02:00
2019-05-27 12:05:42 +02:00
/********************************************************/
/* TEXT */
/********************************************************/
a{
text-decoration: none;
}
a:visited {
2019-05-27 20:17:45 +02:00
color:red;
2019-05-27 12:05:42 +02:00
}
ul{
list-style: none;
}
li a{
text-decoration: none;
color: #0000FF
}
2019-05-28 15:45:45 +02:00
li:hover a{
color: white;
background-color: red;
}
li{
padding-left: 5px;
padding-right: 5px;
}
li:hover {
background-color: red;
padding-left: 5px;
padding-right: 5px;
2019-05-27 12:05:42 +02:00
}
img{
2019-05-27 17:32:05 +02:00
max-width: 90%;
2019-05-27 12:05:42 +02:00
margin-bottom: 15px;
}
video{
2019-05-27 17:32:05 +02:00
max-width: 90%;
2019-05-27 12:05:42 +02:00
}
div{
margin:0 auto;
/* padding: 1em 2em 1em; */
}
/********************************************************/
/* THE CLICKED WORDS DISPLAYED */
/********************************************************/
#thewordpath{
2019-05-31 17:17:39 +02:00
font-family: 'Compagnon Light';
/* font-style: roman; */
2019-05-27 12:05:42 +02:00
display: block;
width: 100%;
top:0;
right: 0;
left: 0;
padding: 0;
margin: 0;
padding: 10px;
width: auto;
}
.word{
2019-05-27 17:32:05 +02:00
color:black;
2019-05-27 12:05:42 +02:00
}
/********************************************************/
/* THE CONTENT IN TWO COLUMNS */
/********************************************************/
.description{
width: 80%;
}
.text{
float: right;
width: 50%;
}
.item{
float: left;
width: 50%;
2019-05-27 17:32:05 +02:00
padding-top: 7.8%;
2019-05-27 12:05:42 +02:00
}
2019-05-27 17:32:05 +02:00
.column h2{
/* color: pink;
border:1px solid pink; */
2019-05-27 12:05:42 +02:00
}
2019-05-28 15:45:45 +02:00
.column a:hover{
color: white;
background-color: red;
}
2019-05-27 12:05:42 +02:00
/********************************************************/
2019-05-27 17:32:05 +02:00
/* NAVIGATION BAR AT THE BOTTOM OF DESCRIPTION*/
2019-05-27 12:05:42 +02:00
/********************************************************/
.index {
display: block;
}
nav.nav_bottom {
width: 100%;
margin: 0;
padding: 0;
height: auto;
bottom: 0px;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style-type: none;
overflow: hidden;
2019-05-27 17:32:05 +02:00
position: fixed;
background: white;
2019-05-28 15:45:45 +02:00
padding-top: 10px;
padding-bottom: 10px;
2019-05-27 12:05:42 +02:00
}
nav.nav_bottom div li {
margin-right: 2em;
}
2019-05-28 15:45:45 +02:00
nav.nav_bottom div li a{
color: black
}
nav.nav_bottom div li a:hover{
color: red;
background-color: black;
}
2019-05-27 12:05:42 +02:00
nav.nav_bottom div li:first-child {
margin-right: 0;
}
2019-05-27 17:32:05 +02:00
li.index, li.about {
2019-05-27 12:05:42 +02:00
float: left;
2019-05-27 17:32:05 +02:00
margin-left: 10px;
2019-05-27 12:05:42 +02:00
}
li.prev_item, li.next_item, li.no_here {
float: right;
}
2019-05-27 17:32:05 +02:00
2019-05-27 12:05:42 +02:00
/********************************************************/
/* DIVERGE */
/********************************************************/
2019-05-27 17:32:05 +02:00
div.diverge_all{
padding: 1em 6.3em 1em;
}
div.diverge_all p{
font-weight: bold;
font-size: 1.3em;
2019-05-31 17:17:39 +02:00
font-family: 'Steps Thin Mono';
2019-05-27 17:32:05 +02:00
}
div.diverge_list {
2019-05-29 11:54:46 +02:00
/* width: 40%; */
2019-05-28 15:45:45 +02:00
}
div.diverge_list a{
2019-05-27 17:32:05 +02:00
}
2019-05-29 11:54:46 +02:00
span.folder-corner {
2019-05-27 17:32:05 +02:00
2019-05-29 11:54:46 +02:00
font-size: 0.8em;
font-style: italic;
}
2019-05-28 15:45:45 +02:00
2019-05-29 11:54:46 +02:00
/********************************************************/
/* ABOUT PAGE */
/********************************************************/
div.aboutpage{
2019-05-27 17:32:05 +02:00
padding: 1em 5em 1em 7.5em;
}
2019-05-28 15:45:45 +02:00
2019-05-27 17:32:05 +02:00
/********************************************************/
/* INDEX OF FOLDERS */
/********************************************************/
2019-05-29 11:54:46 +02:00
div.allcontentindex{
padding: 1em 5em 1em 7.5em;
}
2019-05-27 17:32:05 +02:00
.foldersindex{
width: 35%;
padding-top: 50px;
padding-bottom: 50px;
}
2019-05-28 15:45:45 +02:00
.foldersindex a{
color: black;
2019-05-29 11:54:46 +02:00
width: 80%;
height: 98%;
2019-05-28 15:45:45 +02:00
display: inline-block;
}
2019-05-27 17:32:05 +02:00
.foldersindex a:hover{
2019-05-28 15:45:45 +02:00
background-color: red;
color: white;
2019-05-27 17:32:05 +02:00
width: 100%;
display: inline-block;
}
h1.logo a {
text-transform: uppercase;
2019-05-27 12:05:42 +02:00
}