Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.88 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
/*@import 'https://fonts.googleapis.com/css?family=Varela+Round';*/ @import 'https://fonts.googleapis.com/css?family=Roboto|Oswald'; * { margin: 0; padding: 0; } .container { width: 100%; display: flex; flex-direction: row; overflow: hidden; min-width: 400px; } .nav-wrapper { min-width: 128px; height: 100%; margin-bottom: -500000px; padding-bottom: 500000px; } .foto { position: fixed; top: 50px; width: 100px; left: 12px; } .bandeira { position: fixed; bottom: 50px; width: 100px; left: 12px; border-radius: 5px; } .brasao { position: fixed; bottom: 150px; width: 100px; left: 12px; border-radius: 5px; } hr { color: black; background-color: gray; height: 5px; } .nav { top: 260px; position: fixed; margin-left: 35px; text-align: right; } .nav ul { list-style: none; font-family: 'Roboto'; } .nav ul li { padding-bottom: 10px; } .nav a { text-decoration: none; display: block; font-weight: 600; color: black; padding: 5px; color: rgb(80,80,80); } .nav a:hover { color: black; border-radius: 2px; box-shadow: 1px 1px 10px lightgray; } .content { flex: 1; height: auto; padding: 25px; padding-top: 60px; } .content h1 { font-size: 70px; color: rgb(80,80,80); text-align: center; font-family: 'Roboto'; font-spacing: 10px; font-weight: 700; } .content h3 { color: rgb(80,80,80); text-align: center; font-family: Oswald; font-weight: 700; } .about { padding: 25px; line-height: 200%; font-weight: 600; font-family: 'Roboto'; } .about strong { color: rgb(80,80,80); text-decoration: underline; } .about ul { list-style: disc; padding-left: 30px; } .about p { padding-left: 30px; } .disciplinas { padding: 25px; line-height: 200%; font-weight: 600; font-family: 'Roboto'; } .disciplinas h2 { text-align: center; } .disciplinas strong { color: rgb(80,80,80); text-decoration: underline; } .disciplinas ul { list-style: disc; padding-left: 30px; color: gray; } .disciplina_anchor { text-decoration: none; color: black; } .disciplinas p { padding-left: 30px; } .projetos { padding: 25px; line-height: 200%; font-weight: 600; font-family: 'Roboto'; } .projetos h2 { text-align: center; } .projetos strong { margin-top: 20px; color: rgb(80,80,80); text-decoration: underline; } .projetos ul { padding-left: 30px; color: gray; margin-bottom: 20px; } .projetos_anchor { text-decoration: none; color: black; } .projetos p { padding-left: 30px; } .projectitle{ font-weight: 600; } .grupo-a { color: black; text-decoration: none; } .grupo-a:hover { text-decoration: underline; } .lattes-a { border-radius: 5px; margin-left: 20px; } .lista-pub { list-style: none; } .lista-pub li { color: black; padding-bottom: 20px; } .lista-pub a { color: blue; text-decoration: none; } .papers { color: gray; } .papers a { color: blue; text-decoration: none; } .extensao { list-style: none; } .extensao a { color: black; text-decoration: none; } .mobile-nav { display: none; width: 100%; } .mobile-nav ul { list-style: none; font-family: 'Roboto'; display: flex; flex-direction: row; justify-content: center; } .mobile-nav ul li { padding-bottom: 10px; display: inline; } .mobile-nav a { text-decoration: none; font-weight: 600; color: black; padding: 5px; color: rgb(80,80,80); } .mobile-nav a:hover { color: black; border-radius: 2px; box-shadow: 1px 1px 10px lightgray; } footer { display: flex; flex-direction: column; justify-content: center; align-items: center; display: none; } footer img { width: 80px; height: 80px; top: auto; left: auto; margin-top: 10px; border-radius: 5px; } @media (max-width: 960px) { .nav-wrapper { display: none; } .mobile-nav { display: block; } footer { display: flex; } } @media (max-height: 700px) { .brasao { display: none; } .bandeira { display: none; } footer { display: flex; } }