Compare commits

..

No commits in common. "9f70350e849454d6ffebe243a43baaced4448766" and "fc7fff7988bff0bf7df9c2c1e0aeeb0adede6acb" have entirely different histories.

3 changed files with 10 additions and 3 deletions

View File

@ -74,3 +74,6 @@ if (!isset($login)){
}
?>
</ul>
<br />
<br />

BIN
threadr/img/server.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB

View File

@ -235,9 +235,13 @@ ul.topnav {
width: 100%;
overflow: hidden;
background-color: %COLOR_BLUE%;
box-shadow: 0 0.7em 1.2em 0 rgba(0,0,0,0.2);
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/*.topnav a:hover, .dropdown:hover .dropbtn {
background-color: %COLOR_CYAN%;
}*/
ul.topnav li {float: left;}
ul.topnav li a {
@ -246,7 +250,7 @@ ul.topnav li a {
color: %COLOR_BEIGE%;
font-family: monospace;
font-size: 1em;
padding: 1.2em 1.3em;
padding: 14px 16px;
text-decoration: none;
}
@ -268,7 +272,7 @@ ul.topnav li.right {
}*/
ul.topnav img {
height: 2.55em;
height: 2.4em;
}
ul.topnav li a.icon {