Skip to content

Commit

Permalink
New pages and new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 23, 2017
1 parent 54f281f commit 593177f
Show file tree
Hide file tree
Showing 34 changed files with 1,045 additions and 652 deletions.
8 changes: 5 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
RewriteEngine on

RewriteRule ^about$ about.html [L,QSA]
RewriteRule ^last$ last.html [L,QSA]

RewriteRule ^top$ top.html [L,QSA]
RewriteRule ^widgets$ widgets.html [L,QSA]
RewriteRule ^privacy$ privacy.html [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Expand All @@ -18,6 +20,6 @@ RewriteRule ^search/(.*) index.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.htm [L,QSA]
RewriteRule ^(.*) index.html [L,QSA]

RewriteRule ^$ index.htm [L,QSA]
RewriteRule ^$ index.html [L,QSA]
159 changes: 34 additions & 125 deletions about.html

Large diffs are not rendered by default.

101 changes: 79 additions & 22 deletions css/ethplorer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic);

body {
padding: 0px;
background-color: #000;
Expand Down Expand Up @@ -35,6 +37,14 @@ tr.paginationFooter td ul.pagination {
pointer-events: none;
}

#navbar {
min-height: 80px;
}

#navbar .navbar-right {
padding-top: 14px;
}

.navbar-inverse {
background-color: #fff;
padding-top: 8px;
Expand Down Expand Up @@ -74,6 +84,17 @@ tr.paginationFooter td ul.pagination {
border-bottom: 0px dashed transparent;
}

#topmenu li {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: black;
font-weight: 600;
box-sizing: content-box;
-webkit-font-smoothing: antialiased;
padding: 16px;
cursor:pointer;
}

#network {
color: white;
line-height: 34px;
Expand All @@ -92,7 +113,6 @@ tr.paginationFooter td ul.pagination {

.content-page .block {
background-color: black;
/*padding: 20px;*/
border-radius: 8px;
margin-top: 20px;
}
Expand Down Expand Up @@ -188,7 +208,8 @@ pre.list-field {
#search {
margin-top: 8px;
margin-right: 15px !important;
width: 350px;
width: 350px;
margin-left: 25px;
}

.subnav {
Expand Down Expand Up @@ -232,20 +253,35 @@ a.local-link, a.local-link:visited, a.local-link:hover {
}

.footer {
position: absolute;
bottom: 0px;
padding-bottom: 0px;
margin-top: 20px;
margin-bottom: 0px;
width: 100%;
min-height: 70px;
height: 70px;
font-family: 'Open Sans', sans-serif;
padding-top:60px;
padding-bottom:75px;
background-color:#0d0d0d;
}

.footer .copyrights {
position: absolute;
width: 150px;
top: 8px;
.footer .small-link {
color:#eeeeee !important;
text-decoration: none;
border-bottom: 2px solid #eeeeee;
box-shadow: inset 0px -1px 0px 0px #eeeeee;
-webkit-box-shadow: inset 0px -1px 0px 0px #eeeeee;
-moz-box-shadow: inset 0px -1px 0px 0px #eeeeee;
font-size: 12px;
}

.footer-links li {
display: block;
margin-bottom: 10px;
}

.footer-links li a{
color: #ffffff;
font-weight: inherit;
border-bottom: 2px solid #1396e2;
-webkit-box-shadow: inset 0px -1px 0px 0px #1396e2;
-moz-box-shadow: inset 0px -1px 0px 0px #1396e2;
box-shadow: inset 0px -1px 0px 0px #1396e2;
text-decoration: none;
}

#disqus_thread {
Expand All @@ -270,15 +306,16 @@ td.list-field {
.navbar-logo {
float: left;
height: 50px;
padding: 15px 15px;
padding: 25px 15px;
line-height: 20px;
width: 160px;
width: 170px;
position: absolute;
z-index: 10000;
padding-left: 0px;
}

.navbar-logo img {
width: 160px;
width: 170px;
cursor: pointer;
}

Expand Down Expand Up @@ -870,13 +907,17 @@ a.token-update {
color: #337ab7 !important;
}

@media screen and (max-width: 479px) {
a.token-update {
display: none;
@media screen and (max-width: 991px) {
#topmenu li {
padding-right: 0px;
}
}


@media screen and (max-width: 767px) {
.navbar-nav>li {
float: left;
}

.filter-box.in-tabs {
text-align: right;
Expand Down Expand Up @@ -940,19 +981,20 @@ a.token-update {
}

#navbar {
height: 95px;
height: 115px;
}

#searchform {
position: absolute;
top: 30px;
top: 35px;
right: 0px;
width: 100%;
}

#search-quick-results,
#search {
width: 100%;
margin-left: 0px;
}

#topmenu {
Expand All @@ -966,6 +1008,21 @@ a.token-update {
}
}

@media screen and (max-width: 479px) {
a.token-update {
display: none;
}
#topmenu li {
padding: 8px;
}
.navbar-logo {
width: 140px;
}
.navbar-logo img {
width: 140px;
}
}

@-webkit-keyframes minhand{
0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg)}
Expand Down
2 changes: 1 addition & 1 deletion css/tilda-blocks-2.10.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion empty.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<nav class="navbar navbar-inverse" style="padding-bottom:0px; padding-top:0px;">
<div class="container">
<div class="navbar-header">
<a class="navbar-logo" href="https://ethplorer.io/"><img title="Ethplorer" src="https://ethplorer.io/images/ethplorer-logo-48.png"></a>
<a class="navbar-logo" href="/"><img title="Ethplorer" src="https://ethplorer.io/images/ethplorer-logo-48.png"></a>
</div>
<div id="navbar" class="navbar" style="margin-bottom: 0px;">
<ul class="nav navbar-nav navbar-right" id="searchform">
Expand Down
File renamed without changes
File renamed without changes
Binary file added images/croper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed images/tildacopy.png
Binary file not shown.
Binary file removed images/tildacopy_black.png
Binary file not shown.
Binary file removed images/tildafavicon.ico
Binary file not shown.
Loading

0 comments on commit 593177f

Please sign in to comment.