%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/themes/suJournalsTheme/ |
Upload File : |
/* Naršymo juosta */
#navbar {
position: absolute;
top: 0;
left: 0;
height: 45px;
width: 100%;
background: #444;
text-align: center;
border-bottom: 0;
padding-bottom: 0;
}
#navbar .menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#navbar .menu li {
display: inline-block;
border-bottom: none;
height: 45px;
line-height: 45px;
padding-right: 0;
}
#navbar .menu a {
color: #fff;
text-decoration: none;
display: block;
padding: 0 25px;
}
#navbar .menu a:hover {
color: #fff;
background-color: #555;
}
/* Antraštė */
#header {
background-color: #375778;
margin-top: 45px;
}
#headerTitle {
color: #f2f8ff;
}
/* Nuorodų spalvos */
a:link, a:visited {
color: #3b5a7b;
background: transparent;
}
a:hover {
color: #60a5ea;
}
/* Laukeliai */
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
background-color: #f8f8f8;
border: 1px solid #636d77;
padding: 4px;
outline: none;
}
input.button {
background-color: #375778;
border: 1px solid #303651;
color: #f2f8ff;
padding: 4px;
margin: 0 2px;
}