style change
This commit is contained in:
parent
50384266c9
commit
1fc9a92355
1 changed files with 14 additions and 7 deletions
|
@ -44,6 +44,7 @@ EOSNIPPET;
|
|||
<title>Emotion Hero</title>
|
||||
</head>
|
||||
<style type="text/css">
|
||||
|
||||
html{
|
||||
height:100%;
|
||||
overflow:hidden;
|
||||
|
@ -54,6 +55,7 @@ body{
|
|||
font-weight:bold;
|
||||
font-size:1vw;
|
||||
margin:0.5em;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body.presentation{
|
||||
background:black;
|
||||
|
@ -61,11 +63,14 @@ body.presentation{
|
|||
h3{
|
||||
margin:0.5%;
|
||||
text-align:center;
|
||||
/*! background: white; */
|
||||
/*! color: black; */
|
||||
}
|
||||
h3 span{
|
||||
background:black;
|
||||
background:none;
|
||||
color:white;
|
||||
padding:0.2%;
|
||||
/*! border-bottom: solid 0.2em white; */
|
||||
}
|
||||
|
||||
.block{
|
||||
|
@ -84,7 +89,7 @@ h3 span{
|
|||
margin-left:0.14%;
|
||||
float:left;
|
||||
font-size:80%;
|
||||
padding-top:2.5%
|
||||
padding-top:2.5%;
|
||||
}
|
||||
.mouth .block {
|
||||
width:14%;
|
||||
|
@ -95,14 +100,14 @@ h3 span{
|
|||
|
||||
/*.emotitle span:before{content:"‹";}
|
||||
.emotitle span:after{content:"›";}*/
|
||||
.emotitle{font-style:italic;}
|
||||
.emotitle:before{content:"«";}
|
||||
.emotitle{/*! font-style:italic; *//*! display: none; */}
|
||||
.emotitle:before{/*! content:"«"; */}
|
||||
.emotitle:after{content:"»";}
|
||||
|
||||
img{
|
||||
width:100%;
|
||||
filter:saturate(0%);
|
||||
mix-blend-mode: multiply;
|
||||
/*! filter:saturate(0%); */
|
||||
/*! mix-blend-mode: multiply; */
|
||||
/*mix-blend-mode: exclusion;*/
|
||||
}
|
||||
|
||||
|
@ -137,7 +142,8 @@ img{
|
|||
.emo{
|
||||
text-align:center;
|
||||
float:left;
|
||||
background:#fff;
|
||||
background:black;
|
||||
color: white;
|
||||
}
|
||||
.brows{
|
||||
width:40%;
|
||||
|
@ -265,6 +271,7 @@ ul{
|
|||
.presentation .currentHit p {
|
||||
border-bottom: solid 0.1em white;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body <?php if(isSet($_GET['presentation'])){echo "class='presentation'";}?>>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue