diff options
Diffstat (limited to 'css/main.css~')
| -rw-r--r-- | css/main.css~ | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/css/main.css~ b/css/main.css~ new file mode 100644 index 0000000..c8737f7 --- /dev/null +++ b/css/main.css~ @@ -0,0 +1,216 @@ +@font-face { + font-family: Ubuntu; + src: url('../ttf/ubuntu.ttf'); +} +@font-face { + font-family: OpenSans; + src: url('../ttf/opensans.ttf'); +} +@font-face { + font-family: 'Roboto'; + src: url('../ttf/roboto.ttf'); +} +@font-face { + font-family: 'DejaVu Sans Extra-Light'; + src: url('../ttf/deja.ttf'); +} + +#headerbar { + height: 48px; + width: 100%; + position: absolute; + top: 0px; + left: 0px; +} +#headerimg { + background-image: url('../img/2.png'); + background-size: contain; + background-repeat: no-repeat; + margin-left: 8%; + height: inherit; +} +#midbody { + margin-left: auto; + margin-right: auto; + height: 150px; + color: #ffffff; + text-align: center; + font-size: 20pt; + max-width: 66%; + position: absolute; + left: 0px; + right: 0px; + top: 43%; +} +.bigquote { + font-family: OpenSans; + font-size: 133%; + font-weight: bold; +} +#links { + margin-left: auto; + margin-right: auto; + position: absolute; + left: 0px; + right: 0px; + top: 65%; + text-align: center; +} +.link { + cursor: pointer; + text-align: center; + margin: 0px 24px 0px 24px; + border-style: solid; + border-width: 1px; + border-radius: 10px; +} +.link a { + text-decoration: none; + font-family: Ubuntu; + font-size: 18pt; + color: #ffffff; +} +#link1 { + background-color: #fb3800; + border-color: #fb3800; + padding: 15px 28px 15px 28px; +} +#link2 { + background-color: #d0d0d0; + padding: 15px 20px 15px 20px; + border-color: #d0d0d0; +} +#cover { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + background-image: linear-gradient(135deg, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0)), + url('../img/3.jpg'); + background-size: cover; + background-repeat: no-repeat; +/* border-style: solid; + border-width: 0px 0px 2px 0px; + border-color: #000000; */ +} + +#about { + position: absolute; + top: 100%; + left: 0px; +} + +/* Small screen security */ +@media screen and (max-width: 480px) { + #headerimg { + padding-left: 10px; + } + #midbody { + max-width: 100%; + } +} + +#part2 { + width: 100%; + height: calc(100% + 168px); + position: absolute; + top: 100%; + left: 0px; +} +#header2 { + width: 100%; + height: 200px; + position: absolute; + z-index: 1; + top: 0px; + left: 0px; + background-color: #ff9a66; + box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); +} +#body2 { + background-color: #ffffff; + width: 100%; + height: calc(100% - 212px); + position: absolute; + top: 200px; + left: 0px; + z-index: 0; +} +#footer { + width: 100%; + height: 12px; + position: absolute; + z-index: 1; + bottom: 0px; + left: 0px; + background-color: #ff9a66; + box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); +} +#copy { + font-size: x-small; + font-family: Ubuntu; + position: absolute; + text-align: center; + position: absolute; + bottom: 0px; + left: 0px; + right: 0px; + margin: auto; +} +#copy a { + color: #000000; + text-decoration: none; +} +a #lefth2 p, #midh2 p, #righth2 p { + margin: 0px; + color: #000000; +} +#lefth2 { + background-image: url('../img/2chainz.png'); + left: 10%; + margin: 0px 0px 0px 0px; +} +#midh2 { + background-image: url('../img/handshake.png'); + left: 0px; + right: 0px; + margin: 0px auto 0px auto; +} +#righth2 { + background-image: url('../img/talks.png'); + right: 10%; + margin: 0px 0px 0px 5px; +} +a #lefth2, #midh2, #righth2 { + width: 178px; + position: absolute; + top: 0px; + background-repeat: no-repeat; + background-size: 148px; + background-position: center 10px; + padding: 173px 16px 8px 16px; + font-family: 'DejaVu Sans Extra-Light'; + font-size: 16px; + text-transform: uppercase; + text-align: center; + cursor: pointer; +} +a:hover #lefth2, a:hover #midh2, a:hover #righth2 { + background-color: rgba(0,0,0,0.2); +} +#header3 p { + margin-top: 0.5em; + margin-bottom: 0.5em; + font-family: 'DejaVu Sans Extra-Light'; + font-size: 24pt; + text-align: center; +} +#mission { + font-family: 'DejaVu Sans Extra-Light'; + font-size: 12pt; + margin: 0em 10em 0em 10em; +} +#mission p { + text-indent: 2em; +} |
