diff options
author | M.Gergo | 2018-07-06 11:34:04 +0200 |
---|---|---|
committer | M.Gergo | 2018-07-06 11:34:04 +0200 |
commit | 095e5987eadbe3786be5e12ef385bda9640155b0 (patch) | |
tree | e796dcd1c575094cf43e0b0b7d4c8fb22896e66f /mayor-orig/www/skin/pda | |
parent | 43de9af71f7f4ca5731b94a06d688ae8412ba427 (diff) | |
download | mayor-095e5987eadbe3786be5e12ef385bda9640155b0.tar.gz mayor-095e5987eadbe3786be5e12ef385bda9640155b0.zip |
checkupdate.sh + portal 2018/Feb kiinduló
Diffstat (limited to 'mayor-orig/www/skin/pda')
-rw-r--r-- | mayor-orig/www/skin/pda/module-portal/css/portal.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mayor-orig/www/skin/pda/module-portal/css/portal.css b/mayor-orig/www/skin/pda/module-portal/css/portal.css new file mode 100644 index 00000000..04b6b0ad --- /dev/null +++ b/mayor-orig/www/skin/pda/module-portal/css/portal.css @@ -0,0 +1,25 @@ +/* ------ PDA ----------- */ + + h1 { font-size: large; font-weight: bold; text-align: center; } + div.set { text-align: center; margin: 10px 2px; } + + a { border-radius: 4px;} + + a.diak { text-decoration: none; background-color: rgb(60,60,150); color: white; padding: 4px; margin: 2px; } + a.szulo { text-decoration: none; background-color: rgb(60,150,60); color: white; padding: 4px; margin: 2px; } + a.tanar { text-decoration: none; background-color: rgb(150,60,60); color: white; padding: 4px; margin: 2px; } + a.forum { text-decoration: none; background-color: rgb(60,60,60); color: white; padding: 4px; margin: 2px; } + a.diak:hover { background-color: rgb(90,90,200); } + a.szulo:hover { background-color: rgb(90,200,90); } + a.tanar:hover { background-color: rgb(200,90,90); } + a.forum:hover { background-color: rgb(90,90,90); } + + a.orarend { text-decoration: none; background-color: rgb(60,100,100); color: white; padding: 4px; margin: 2px; } + a.helyettesites { text-decoration: none; background-color: rgb(100,100,60); color: white; padding: 4px; margin: 2px; } + a.hirek { text-decoration: none; background-color: rgb(100,60,100); color: white; padding: 4px; margin: 2px; } + a.osztalyozo { text-decoration: none; background-color: #77aa99; color: white; padding: 4px; margin: 2px; } + a.hianyzas { text-decoration: none; background-color: #778899; color: white; padding: 4px; margin: 2px; } + a.kilepes { text-decoration: none; background-color: magenta; color: white; padding: 4px; margin: 2px; } + a.orarend:hover { background-color: rgb(90,200,200); } + a.helyettesites:hover { background-color: rgb(200,200,90); } + a.hirek:hover { background-color: rgb(200,90,200); } |