Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Format css
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 26, 2017
1 parent 007b2fd commit d0446f1
Showing 1 changed file with 49 additions and 41 deletions.
90 changes: 49 additions & 41 deletions src/resources/css/main.css
@@ -1,58 +1,66 @@
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}

html {
background-color: rgba(0, 0, 0, 0.01);
background-color: rgba(0, 0, 0, 0.01);
}
body{
min-height: 200%;

body {
min-height: 200%;
}

.container {
position: absolute;
z-index: 100;
margin-top: 25%;
margin-bottom: 75%;
margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 0.7);
width: 80%;
border-radius: 5px;
border: 1px solid white;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 100;
margin-top: 25%;
margin-bottom: 75%;
margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 0.7);
width: 80%;
border-radius: 5px;
border: 1px solid white;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.container .inner {
margin: 1em;
margin: 1em;
}

canvas {
display: block;
display: block;
}

#hexagonif-container {
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid lightgrey;
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid lightgrey;
}

#hexagonif {
width: 100%;
height: 100%;
width: 100%;
height: 100%;
}

.donate kbd {
display: inline-block;
color: #555;
vertical-align: middle;
padding: 0.1em;
padding-left: 0.3em;
padding-right: 0.3em;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 0.3em;
box-shadow: inset 0 -1px 0 #bbb;
font-family: Helvetica, Verdana, sans-serif;
display: inline-block;
color: #555;
vertical-align: middle;
padding: 0.1em;
padding-left: 0.3em;
padding-right: 0.3em;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 0.3em;
box-shadow: inset 0 -1px 0 #bbb;
font-family: Helvetica, Verdana, sans-serif;
}

0 comments on commit d0446f1

Please sign in to comment.