From 43de9af71f7f4ca5731b94a06d688ae8412ba427 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 6 Jul 2018 11:14:41 +0200 Subject: 2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota --- mayor-orig/www/skin/blue/base/css/base.css | 209 ++++++++++++++++++++++++++++ mayor-orig/www/skin/blue/base/css/base.php | 212 +++++++++++++++++++++++++++++ 2 files changed, 421 insertions(+) create mode 100644 mayor-orig/www/skin/blue/base/css/base.css create mode 100644 mayor-orig/www/skin/blue/base/css/base.php (limited to 'mayor-orig/www/skin/blue/base/css') diff --git a/mayor-orig/www/skin/blue/base/css/base.css b/mayor-orig/www/skin/blue/base/css/base.css new file mode 100644 index 00000000..350a7f96 --- /dev/null +++ b/mayor-orig/www/skin/blue/base/css/base.css @@ -0,0 +1,209 @@ +/* + Module: base + + A rétegek sorrendje: nav2(1), head(2), poz(2), nav1(3), nav(3), logo(3), logobadge(4) +*/ + +@media screen { + + html { height: 100%; } + html body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin:0px; padding:0px; height: 100%; overflow: auto; } + #debug { + padding: 20px; background: rgba(0,0,0,0.7); color: yellow; border: 0px red solid; + position: absolute; z-index: 1000; top: 0px; left: 0px; right: 0px; + } + #debug pre { background: rgba(240,240,240,0.9); color: #880000; padding: 10px; margin: 0px;} + #help { box-shadow: 3px 3px 15px 0px rgba(100,100,100,5.0); + position: absolute; top: 10px; left: 50%; height: 600px; width: 1000px; z-index: 500; margin: 0 -500px; + border: 1px solid rgb(0,0,0); background: white; } + #help iframe { width: 1000px; height: 558px; margin: 0; border: none; } + #helpHeader { text-align: center; font-size: 16px; width: 980px; height: 20px; margin: 0px; background: #194a5b; cursor: pointer; color: white; font-weight: bold; padding: 10px; } + #hideHelp { + position: absolute; top:6px; right: 4px; + cursor: pointer; background: #822; color: white; padding: 2px 5px; font-size: 16px; + border: #822 1px solid; border-radius: 3px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); + box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25); + } + + a { text-decoration:none; } + .onClickHideShow, .onClickHide, .onClickShow { cursor: pointer; } + + div.errorMsg { margin: 10px 20%; background: #fee; border: solid 1px red; border-radius: 2px; padding: 10px; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); } + div.errorMsg span { font-weight: bold; color: #f00; } + div.infoMsg { margin: 10px 20%; background-color: #eee; border: solid 1px rgb(90,133,184); border-radius: 2px; padding: 10px; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); } + div.infoMsg span { font-weight: bold; color: rgb(21,71,123); } + div.errorMsg span.alertParam, div.infoMsg span.alertParam { font-weight: normal; font-style: italic; color: green; } + + #logo { z-index: 3; height: 40px; position: absolute; top: 8px; left: 14px; border: 0px none; } + #logobadge { z-index: 4; height: 25px; position: fixed; top: 28px; left: 90px; border: 0px none; } + + #head { z-index: 2; position: absolute; width: 100%; height: 60px; background: #3496B9 no-repeat right center; } + + #nav, #nav ul { list-style: none; } + #nav { z-index: 3; margin: 0; height: 60px; padding-left: 140px; } + #nav li { position: relative; } +/*!*/ + #nav > li { float: left; z-index: 20; text-align: center; padding: 0; height: 60px; + /* background: #47c980; background: #3facc7; */ background: #3fa79c; border-bottom: 1px solid #D2DFE9; } + #nav > li.active { max-width: 160px; } +/* #nav > li:nth-child(odd) { background: #929cb3; }*/ + #nav > li:hover { z-index: 22; } + #nav > li > ul { top: 50px; left: -1px; /* background: #1A4B5C; */} + #nav > li > ul > li > a { margin-left: 10px; } + + #nav li:hover { background: #4fbcd7;} +/*!*/ + #nav li.active { background: #3496B9; background: #3facc7; } + #nav li a { display: block; padding: 3px 10px; color: white; } +/* #nav > li > a { padding: 23px 40px; height: 60px; display: inline-block;} */ + #nav > li > a { padding: 0px 20px; height: 60px; vertical-align: middle; display: table-cell; min-width: 100px; } + #nav li a:hover { color:#fdb933; } + #nav li:hover > ul { display: block; } +/* #nav li.over ul { display: block; }*/ + + #nav li.nav1szin { background: #3496B9; border-bottom: 1px solid white; } + #nav ul.sub { background: #3facc7; } + + + #nav ul { display: none; position: absolute; width: 160px; padding: 0px; } + #nav ul span { float: left; margin: 6px 5px; color: white; } +/*!*/ + #nav > li > ul { top: 61px; } + #nav ul > li { background: #3496B9; } + #nav ul li { text-align: left; margin-bottom: 1px; } + #nav ul li a { padding: 6px 10px; } + #nav ul li.active > a { color:#fdb933; } + + #nav ul ul { top: 0px; left: -145px; z-index: 30; background: #3facc7; background: #3496B9} + #nav ul ul a { background: #3facc7; } + #nav ul ul a:hover { background: #4fbcd7; } + + #nav li.start { + height: 60px; min-width: 0; padding-right: 0px; padding-left: 6px; + background: #D2DFE9; border-right: 4px solid #D2DFE9; border-radius: 0px 30px 30px 0px; border-bottom: 0px; + z-index: 20; + } + + #poz { z-index: 2; padding: 0; list-style: none; background-color: rgb(230,230,230); margin: 0; height: 20px; border-bottom: #f3f3f3 solid 4px; text-shadow: 0px 1px rgba(52, 150, 185, 0.1); } + #poz > li { padding: 2px 6px; } + #poz > li div.nev { float: right; padding: 2px; width: auto; color: #3496b9; text-align: right; } + #poz > li div.nev span { margin-right: 0px; font-size:12px; } + #poz > li div.nev span:hover { color:#00c0ff; } + #poz > li a { margin-right:5px; margin-left:15px; padding:0px; margin-top:0px; vertical-align: middle;} + + #settings { width: 300px; + margin-top: 5px; position:relative; right: 20px; + background: white; + box-shadow: rgba(0, 0, 0, 0.117188) 0px 2px 4px 0px; + border: 1px solid rgb(230,230,230); + border-top-width: 0px; + } + #settings div { padding: 20px 10px; box-shadow: rgba(0, 0, 0, 0.117188) 0px 2px 4px 0px; + border-bottom: 1px solid rgb(230,230,230); margin-bottom: 2px;} + #settings div p { margin: 0; padding: 0; text-align: center; } + #settings div p.name { font-weight: bold; } + #settings table { width: 100%; background: #D2DFE9; background: rgb(245,245,245);} + #settings td { width: 50%; text-align: center; padding: 10px; } + #settings td a { + display: inline-block; + vertical-align: baseline; line-height: 29px; + position: static; + padding: 0px 8px; height: 29px; margin: 0px 8px; + text-align: center; text-decoration: none; font-weight: bold; font-size: 10px; + background: white; color: #444; + border: solid 1px rgba(0, 0, 0, 0.0976563); border-radius: 2px; + } + #settings td a:hover { border: #c6c6c6 1px solid; } + #poz > li span.school { + font-variant: small-caps; + font-size: 14px; + color: white; + letter-spacing: 0.4em; + overflow: hidden; + } + + #nav1 { z-index: 3; position: absolute; margin-left: 310px; margin-right: 0px; width: 100%;} + #nav1 div { background: rgba(52,150,185,0.6); } + #nav1 div a { padding: 22px 12px 23px 12px; display: inline-block; text-decoration: none; color: #fff; background: #3496b9; margin-top: 1px; line-height: 14px; } + #nav1 div a:hover { color: #fdb933; /*background: #5FCCE7; */} + #nav1 div a.aktiv { color:#fdb933; /*background: #4FBCD7; */} + #nav1 div span.onClickHideShow { cursor: pointer; color: white; background: rgba(255,255,255,0.2); padding: 23px 12px 23px 12px; float: right; margin-right: 310px/* annyi, amennyi a #nav1 bal margója!*/; } + + #nav2.vertical { z-index: 1; width: 140px; margin: 0; height: 100%; + background-color: #D2DFE9; + + background: -webkit-linear-gradient(top, #D2DFE9 0%,#D2DFE9 50%,#ffffff 100%); + background: -moz-linear-gradient(top, #D2DFE9 0%,#D2DFE9 50%,#ffffff 100%); + background: linear-gradient(top, #D2DFE9 0%,#D2DFE9 50%,#ffffff 100%); + margin-top: -25px; + padding-top: 25px; + position: fixed; + overflow: auto; + top:83px; + } + #nav2.vertical ul { margin: 0; padding: 0; list-style: none; } + #nav2.vertical ul li { border-bottom: solid 1px rgba(100,100,100,0.4); } + #nav2.vertical ul li:first-child { border-top: solid 1px rgba(100,100,100,0.4); } + #nav2.vertical ul li a { display: block; color: black; font-size: 11px; width: 128px; padding: 6px 6px; text-decoration: none; } + #nav2.vertical ul li a.aktiv { color: #ee7f00; font-size: 12px; } + #nav2.vertical ul li a:hover { color: white; background: #9abcd8; } + + #nav2.horizontal { z-index: 1; width: 100%; + margin-top: 0px; + top: 83px; + text-align: center; + padding-top: 5px; padding-bottom: 5px; + position: fixed; + overflow: none; + border-bottom: solid 3px #eeeeee; + background-color: #82bfd5; + color: white; + font-size:x-small; + } + #nav2.horizontal ul { margin: 0; padding: 0; list-style: none; } + #nav2.horizontal ul li { display: inline; border-right: solid 1px #888888; } + #nav2.horizontal ul li:last-child { display: inline; border-right: solid 0px #888888; } + #nav2.horizontal ul li a {display: inline; color: white; width: 128px; padding: 0px 6px; text-decoration: none; } + #nav2.horizontal ul li a.aktiv { color: white; background-color: orange;} + #nav2.horizontal ul li a:hover { color: white; background: orange; } + #nav2.horizontal:hover { + + } + + div.mayorfoot { text-align: center; font-size:smaller; color: #aaa; } + div.mayorfoot a { color: rgba(52, 150, 185, 0.6);} + div.mayorfoot:hover a { color: rgba(52, 150, 185, 1);} + #mayorfoot.leftpad { margin-top:2em; margin-left: 141px; } + #mayorfoot.toppad { margin-top: 40px; margin-left: 0px; } + + #takaro { z-index:150;position: fixed;top:0px; left:0px; right:0px; bottom:0px; background-color: rgba(0,0,0,0.7); } + #updateWindow { z-index: 152; position: fixed; background: rgb(255,255,255); min-height: 100px; min-width: 200px; border: #3496B9 3px solid; border-radius: 10px;} + #updateWindow #updateHeader { min-height: 20px; min-width: 100px; background: #1a4c5c; color: white; text-align: center; line-height: 20px; position: relative; top: -13px; border-radius: 20px; margin: 0 50px; border: solid 3px #3496b9; } + #updateWindow #updateCloseButton { position: absolute; right: -20px; top: -20px; z-index: 0; background : white; border: solid 3px #3496b9; border-radius: 20px;} + #updateWindow #updateCloseButton:hover { background : #eeeeee;} + #keyHelp { z-index:151;position: absolute; top:200px; left: 200px; right:200px; margin: auto; padding: 20px; width: 400px; + border: solid 1px yellow; border-radius: 20px; border-spacing: 15px; background-color: rgba(0,0,0,0.4); + } + #keyHelp th { color: white; text-align: center; border-bottom: yellow 2px solid; font-size: 20px; font-weight: bold; } + #keyHelp td.key { color: yellow; text-align: right; width: 100px; } + #keyHelp td.desc { color: white; text-align: left; } + + #logo, #head, #nav1, #nav, #poz { position: fixed; } + #head { top: 0; left: 0; } + #nav { top: 0; left: 0; } + #nav1 { top: 0; } + #poz { top: 60px; width: 100%; } + + #mayorbody { padding-top: 1px; padding-right: 0px; + /*margin-left:0px;*/ margin-top: 83px; + } + #mayorbody.leftpad { + margin-left: 141px; } + #mayorbody.toppad { + margin-left: 0px; top:33px; position: relative; + } + +} +@media print { + #nav, #nav1, #nav2, #poz, #head, #logo, #mayorfoot, #logobadge { display: none; } +} diff --git a/mayor-orig/www/skin/blue/base/css/base.php b/mayor-orig/www/skin/blue/base/css/base.php new file mode 100644 index 00000000..36b8db17 --- /dev/null +++ b/mayor-orig/www/skin/blue/base/css/base.php @@ -0,0 +1,212 @@ +/* + Module: base + + A rétegek sorrendje: nav2(1), head(2), poz(2), nav1(3), nav(3), logo(3), logobadge(4) +*/ +@media screen { + + html { height: 100%; } + html body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin:0px; padding:0px; height: 100%; overflow: auto; } + #debug { + padding: 20px; background-color: rgba(0,0,0,0.7); color: yellow; border: 0px red solid; + position: absolute; z-index: 1000; top: 0px; left: 0px; right: 0px; + } + #debug pre { background-color: rgba(240,240,240,0.9); color: #880000; padding: 10px; margin: 0px;} + #help { box-shadow: 3px 3px 15px 0px rgba(100,100,100,5.0); + position: absolute; top: 10px; left: 50%; height: 600px; width: 1000px; z-index: 500; margin: 0 -500px; + border: 1px solid rgb(0,0,0); background-color: white; } + #help iframe { width: 1000px; height: 558px; margin: 0; border: none; } + #helpHeader { text-align: center; font-size: 16px; width: 980px; height: 20px; margin: 0px; background-color: #194a5b; cursor: pointer; color: white; font-weight: bold; padding: 10px; } + #hideHelp { + position: absolute; top:6px; right: 4px; + cursor: pointer; background-color: #822; color: white; padding: 2px 5px; font-size: 16px; + border: #822 1px solid; border-radius: 3px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); + box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25); + } + + a { text-decoration:none; } + .onClickHideShow, .onClickHide, .onClickShow { cursor: pointer; } + + div.errorMsg { margin: 20px 20%; background-color: #fee; border: solid 1px red; border-radius: 2px; padding: 15px; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); } + div.errorMsg span { font-weight: bold; color: #f00; } + div.infoMsg { margin: 20px 20%; background-color: #eef; border: groove 1px #0000ff; border-radius: 2px; padding: 15px; box-shadow: 0px 1px 10px rgba(0,0,0,0.5); } + div.infoMsg span { font-weight: bold; color: #00a; } + div.errorMsg span.alertParam, div.infoMsg span.alertParam { font-weight: normal; font-style: italic; color: green; } + + #logo { z-index: 3; height: 40px; position: absolute; top: 8px; left: 14px; border: 0px none; } + #logobadge { z-index: 4; height: 25px; position: fixed; top: 28px; left: 90px; border: 0px none; } + + #head { z-index: 2; position: absolute; width: 100%; height: 60px; background: no-repeat right center; } + + #nav, #nav ul { list-style: none; } + #nav { z-index: 3; margin: 0; height: 60px; padding-left: 140px; } + #nav li { position: relative; } +/*!*/ + #nav > li { float: left; z-index: 20; text-align: center; padding: 0; height: 60px; background-color: ; border-bottom: 1px solid ; } + #nav > li.active { max-width: 160px; } + #nav > li:hover { z-index: 22; } + #nav > li > ul { top: 50px; left: -1px; } + #nav > li > ul > li > a { margin-left: 10px; } + + #nav li:hover { background-color: ;} +/*!*/ + #nav li.active { background-color: ; } + #nav li a { display: block; padding: 3px 10px; color: white; } + #nav > li > a { padding: 0px 20px; height: 60px; vertical-align: middle; display: table-cell; min-width: 100px; } + #nav li a:hover { color: ; } + #nav li:hover > ul { display: block; } + + #nav li.nav1szin { background-color: ; border-bottom: 1px solid white; } + #nav ul.sub { background-color: ; } + + + #nav ul { display: none; position: absolute; width: 160px; padding: 0px; } + #nav ul span { float: left; margin: 6px 5px; color: white; } +/*!*/ + #nav > li > ul { top: 61px; } + #nav ul > li { background-color: ; } + #nav ul li { text-align: left; margin-bottom: 1px; } + #nav ul li a { padding: 6px 10px; } + #nav ul li.active > a { color: ; } + + #nav ul ul { top: 0px; left: -145px; z-index: 30; background-color: ; } + #nav ul ul a { background-color: ; } + #nav ul ul a:hover { background-color: ; } + + #nav li.start { + height: 60px; min-width: 0; padding-right: 0px; padding-left: 6px; + background-color: ; border-right: 4px solid ; border-radius: 0px 30px 30px 0px; border-bottom: 0px; + z-index: 20; + } + + #poz { z-index: 2; padding: 0; list-style: none; background-color: rgb(230,230,230); margin: 0; height: 20px; border-bottom: #f3f3f3 solid 4px; text-shadow: 0px 1px rgba(52, 150, 185, 0.1); } + #poz > li { padding: 2px 6px; } + #poz > li div.nev { float: right; padding: 2px; width: auto; color: ; text-align: right; } + #poz > li div.nev span { margin-right: 0px; font-size:12px; } + #poz > li div.nev span:hover { color:; } + #poz > li a { margin-right:5px; margin-left:15px; padding:0px; margin-top:0px; vertical-align: middle;} + + #settings { width: 300px; + margin-top: 5px; position:relative; right: 20px; + background-color: white; + box-shadow: rgba(0, 0, 0, 0.117188) 0px 2px 4px 0px; + border: 1px solid rgb(230,230,230); + border-top-width: 0px; + } + #settings div { padding: 20px 10px; box-shadow: rgba(0, 0, 0, 0.117188) 0px 2px 4px 0px; + border-bottom: 1px solid rgb(230,230,230); margin-bottom: 2px;} + #settings div p { margin: 0; padding: 0; text-align: center; } + #settings div p.name { font-weight: bold; } + #settings table { width: 100%; background-color: rgb(245,245,245); } + #settings td { width: 50%; text-align: center; padding: 10px; } + #settings td a { + display: inline-block; + vertical-align: baseline; line-height: 29px; + position: static; + padding: 0px 8px; height: 29px; margin: 0px 8px; + text-align: center; text-decoration: none; font-weight: bold; font-size: 10px; + background-color: white; color: #444; + border: solid 1px rgba(0, 0, 0, 0.0976563); border-radius: 2px; + } + #settings td a:hover { border: #c6c6c6 1px solid; } + #poz > li span.school { + font-variant: small-caps; + font-size: 14px; + color: white; + letter-spacing: 0.4em; + overflow: hidden; + } + + #nav1 { z-index: 3; position: absolute; margin-left: 310px; margin-right: 0px; width: 100%;} + #nav1 div { background-color: ; } + #nav1 div a { padding: 22px 12px 23px 12px; display: inline-block; text-decoration: none; color: #fff; background-color: ; margin-top: 1px; line-height: 14px; } + #nav1 div a:hover { color: ; } + #nav1 div a.aktiv { color: ; } + #nav1 div span.onClickHideShow { cursor: pointer; color: white; background-color: rgba(255,255,255,0.2); padding: 23px 12px 23px 12px; float: right; margin-right: 310px/* annyi, amennyi a #nav1 bal margója!*/; } + + #nav2.vertical { z-index: 1; width: 140px; margin: 0; height: 100%; + background-color: ; + + background: -webkit-linear-gradient(top, 0%, 50%,#ffffff 100%); + background: -moz-linear-gradient(top, 0%, 50%,#ffffff 100%); + background: linear-gradient(top, 0%, 50%,#ffffff 100%); + margin-top: -25px; + padding-top: 25px; + position: fixed; + overflow: auto; + top:83px; + } + #nav2.vertical ul { margin: 0; padding: 0; list-style: none; } + #nav2.vertical ul li { border-bottom: solid 1px rgba(100,100,100,0.4); } + #nav2.vertical ul li:first-child { border-top: solid 1px rgba(100,100,100,0.4); } + #nav2.vertical ul li a { display: block; color: black; font-size: 11px; width: 128px; padding: 6px 6px; text-decoration: none; } + #nav2.vertical ul li a.aktiv { color: #ee7f00; font-size: 12px; } + #nav2.vertical ul li a:hover { color: white; background-color: #9abcd8; } + + #nav2.horizontal { z-index: 1; width: 100%; + margin-top: 0px; + top: 83px; + text-align: center; + padding-top: 5px; padding-bottom: 5px; + position: fixed; + overflow: none; + border-bottom: solid 3px #eeeeee; + background-color: #82bfd5; + color: white; + font-size:x-small; + } + #nav2.horizontal ul { margin: 0; padding: 0; list-style: none; } + #nav2.horizontal ul li { display: inline; border-right: solid 1px #888888; } + #nav2.horizontal ul li:last-child { display: inline; border-right: solid 0px #888888; } + #nav2.horizontal ul li a {display: inline; color: white; width: 128px; padding: 0px 6px; text-decoration: none; } + #nav2.horizontal ul li a.aktiv { color: white; background-color: orange;} + #nav2.horizontal ul li a:hover { color: white; background-color: orange; } + #nav2.horizontal:hover { + + } + + div.mayorfoot { text-align: center; font-size:smaller; color: #aaa; } + div.mayorfoot a { color: rgba(52, 150, 185, 0.6);} + div.mayorfoot:hover a { color: rgba(52, 150, 185, 1);} + #mayorfoot.leftpad { margin-top:2em; margin-left: 141px; } + #mayorfoot.toppad { margin-top: 40px; margin-left: 0px; } + + #takaro { z-index:150;position: fixed;top:0px; left:0px; right:0px; bottom:0px; background-color: rgba(0,0,0,0.7); } + #updateWindow { z-index: 152; position: fixed; background-color: rgb(255,255,255); min-height: 100px; min-width: 200px; border: 3px solid; border-radius: 10px;} + #updateWindow #updateHeader { min-height: 20px; min-width: 100px; background-color: #1a4c5c; color: white; text-align: center; line-height: 20px; position: relative; top: -13px; border-radius: 20px; margin: 0 50px; border: solid 3px ; } + #updateWindow #updateCloseButton { position: absolute; right: -20px; top: -20px; z-index: 0; background-color: white; border: solid 3px ; border-radius: 20px;} + #updateWindow #updateCloseButton:hover { background-color: #eeeeee;} + #keyHelp { z-index:151;position: absolute; top:200px; left: 200px; right:200px; margin: auto; padding: 20px; width: 400px; + border: solid 1px yellow; border-radius: 20px; border-spacing: 15px; background-color: rgba(0,0,0,0.4); + } + #keyHelp th { color: white; text-align: center; border-bottom: yellow 2px solid; font-size: 20px; font-weight: bold; } + #keyHelp td.key { color: yellow; text-align: right; width: 100px; } + #keyHelp td.desc { color: white; text-align: left; } + + #logo, #head, #nav1, #nav, #poz { position: fixed; } + #head { top: 0; left: 0; } + #nav { top: 0; left: 0; } + #nav1 { top: 0; } + #poz { top: 60px; width: 100%; } + + #mayorbody { padding-top: 1px; padding-right: 0px; + /*margin-left:0px;*/ margin-top: 83px; + } + #mayorbody.leftpad { + margin-left: 141px; } + #mayorbody.toppad { + margin-left: 0px; top:33px; position: relative; + } + +} +@media print { + #nav, #nav1, #nav2, #poz, #head, #logo, #mayorfoot, #logobadge { display: none; } +} -- cgit v1.2.3