Made the website multilingual (German & English)
This commit is contained in:
parent
c4f6d64ff4
commit
44f3bfbe3e
3 changed files with 186 additions and 32 deletions
15
styles.php
15
styles.php
|
@ -103,6 +103,21 @@ hr {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
.topnav-text {
|
||||
font-family: ubuntu, arial;
|
||||
float: left;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 5px 16px;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.scriptsinactive:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue