aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/skin/classic/module-session/css
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 21:20:34 +0100
committerM.Gergo2019-03-08 21:20:34 +0100
commitf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch)
treee13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/www/skin/classic/module-session/css
parentc76a004b0135786f2742283f8d5f917106f58bd8 (diff)
downloadmayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz
mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip
további rendrakás
Diffstat (limited to 'mayor-orig/www/skin/classic/module-session/css')
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/accountInfo.css112
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/admin/knownNodes.css14
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/admin/registration.css54
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/createAccount.css24
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/createGroup.css13
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/download.css9
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/facebookConnect.css25
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/googleapi.css24
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/groupInfo.css96
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/search/searchAccount.css31
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/search/searchGroup.css44
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css12
12 files changed, 0 insertions, 458 deletions
diff --git a/mayor-orig/www/skin/classic/module-session/css/accountInfo.css b/mayor-orig/www/skin/classic/module-session/css/accountInfo.css
deleted file mode 100644
index 92b23fec..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/accountInfo.css
+++ /dev/null
@@ -1,112 +0,0 @@
-
- table.personalSettings {
- background-color: rgb(220,220,220);
- color: white;
- margin-top: 20px;
- }
-
- table.personalSettings thead th {
- background-color: cornflowerblue;
- padding: 5px 40px 5px 40px;
- }
- table.personalSettings.asAdamin thead th {
- background-color: cornflowerblue;
- }
- table.personalSettings thead th.policy {
- background-color: rgb(225,125,25);
- }
-
- table.personalSettings tfoot th {
- background-color: cornflowerblue;
- height:30px;
- }
- table.personalSettings.asAdmin tfoot th { background-color: #f60; }
-
- table.personalSettings tbody td {
- background-color: rgb(200,200,210);
- }
-
- table.personalSettings tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
-/* ------------------------- */
-
-
- table.changePassword {
- margin-top: 20px;
- background-color: rgb(220,220,220);
- color: white;
- }
-
- table.changePassword thead th {
- background-color: rgb(60,20,100);
- padding: 5px 40px 5px 40px;
- }
-
- table.changePassword tfoot th {
- background-color: rgb(60,20,100);
- }
-
- table.changePassword tbody td {
- background-color: rgb(200,200,210);
- }
-
- table.changePassword tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
-/* WALL */
-
- div#wall {
- text-align:center;
- }
-
- div#wall table {
- margin: 20px auto;
- background-color: rgb(220,220,220);
- color: white;
- }
-
- div#wall table thead th {
- background-color: rgb(60,20,100);
- padding: 5px 40px 5px 40px;
- }
-
- div#wall table tfoot th {
- background-color: rgb(60,20,100);
- }
-
- div#wall table tbody td {
- background-color: rgb(200,200,210);
- }
-
- div#wall table tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
- div.wall {
- margin:20px auto;
- border: solid 2px #887780;
- background-color: #eedde0;
- color: black;
- width:400px;
- padding:5px;
- }
- div.centro { text-align: center; }
- div.wall { text-align: left; }
- div.wall h1 { font-size:larger; margin:0px; padding-bottom: 5px;}
- div.wall h2 { font-size:smaller; margin:0px; padding:0px; text-align: right;}
- div.wall img { border: none; top:5px; right:5px; float:right; }
-
-
- table.attr { min-width: 320px; width: 100%; }
- table.attr tr th { min-width: 100px; text-align:left; font-weight:normal; height:2em; padding:4px 8px; }
- table.attr tr td { background-color: white; color: black; text-align: left; min-width: 150px; }
-
-
- div.unknownAttr { background-color: orange; text-align: center; }
-
diff --git a/mayor-orig/www/skin/classic/module-session/css/admin/knownNodes.css b/mayor-orig/www/skin/classic/module-session/css/admin/knownNodes.css
deleted file mode 100644
index f61a0b60..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/admin/knownNodes.css
+++ /dev/null
@@ -1,14 +0,0 @@
-
-form#search { background-color: #eee; padding: 5px; text-align: center; margin: 10px auto; width: 400px; }
-form#search h3 { border-bottom: 1px solid #600; padding: 2px 10px; margin: 10px 40px; }
-form#search label { margin-right: 5px; }
-form#search input { margin-left: 10px; }
-
-table#nodes { background-color: white; border: solid 1px #ddd; border-spacing: 0px; margin: auto; }
-table#nodes td, table#nodes th { border: solid 1px #ddd; padding: 2px 5px; }
-table#nodes tr.fejlesztoi td { background-color: #060; color: white; }
-table#nodes tr.fenntarto td { background-color: #006; color: white; }
-table#nodes tr.controller td { background-color: #600; color: white; }
-table#nodes tr.backup td { background-color: #630; color: white; }
-table#nodes td input.pong { background-color: #282; color: white; }
-table#nodes td input.delete { background-color: #d00; color: white; }
diff --git a/mayor-orig/www/skin/classic/module-session/css/admin/registration.css b/mayor-orig/www/skin/classic/module-session/css/admin/registration.css
deleted file mode 100644
index d951061d..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/admin/registration.css
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- form.reg { background-color: #d2dfe9; margin:40px; text-align: center; border: 5px solid #c2cfd9; background-color: #68a; border-color: #79b; }
- form#modForm.reg { background-color: #8b9; border-color: #6a8; }
-
- form.reg > div.adatok, div#bal > div { border: solid 1px white; background-color: #428fa9; color: white; background-color: #246;}
- form#modForm.reg > div.adatok, form#modForm.reg div#bal > div { background-color: #4a6; color: #600; }
-
- form.reg div#bal { float: left; }
- form.reg div.leiras { background-color: #ddd; color: #246; text-align: left; width: 600px; padding: 5px 20px; margin: 0px auto 15px auto; }
- form.reg div#bal div.leiras { width: 400px; height: 400px; overflow: auto; background-color: #ddd; color: #246; padding: 10px; margin: 0px 20px 10px 0px; text-align: justify; }
- form#modForm.reg div#bal div.leiras { background-color: #ddd; color: #264; }
- form.reg div.leiras.offline { font-size: 14px; text-align: left; height:410px;}
- form.reg div.leiras.offline ol li { padding: 0.3em; }
-
- form.reg div.tamogatas { background-color: #446; width: 380px; padding: 20px; text-align: center; color: white; }
- form.reg div.tamogatas input[type=submit] { width: 60%; margin:1em;}
- form.reg div.tamogatas input[type=text] { width: 60%;}
- form.reg div.tamogatas select { text-align: right; }
- form.reg div.tamogatas p.hibaeseten { background-color: white; color: black; padding: 5px; }
-
- form.reg div.adatok { height: 600px; text-align: left; padding: 10px; margin-bottom: 10px; overflow-y: scroll; }
- form.reg h3 { text-align: center;background-color: #eee; border-bottom: solid 1px #ff0066; padding: 5px; margin: 0px 0px 2em 0px; color: #246; }
- form.reg div.adatok label { display: inline-block; text-align: right; padding-right: 5px; width: 250px; }
-
- form.reg div.adatok input[type=text] { width: 400px; margin-top: 10px; background-color: #ccc; border: solid 1px white;}
- form.reg div.adatok input[type=text].kotelezo { background-color: white; }
-
-
- div.validRegisztracio {
- text-align:center;
- background-color: lightgreen;
- margin:40px;
- height:5em;
- font-size:large;
- line-height:5em;
- vertical-align:middle;
- color:white;
- }
- div.validRegisztracio span { padding-right:10px; }
-
- div.notValidRegisztracio {
- text-align:center;
- background-color: #EE9090;
- margin:40px;
- height:5em;
- font-size:large;
- line-height:5em;
- vertical-align:middle;
- color:white;
- }
- div.notValidRegisztracio span { padding-right:10px; }
-
- h2 { margin-left:40px; } \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/createAccount.css b/mayor-orig/www/skin/classic/module-session/css/createAccount.css
deleted file mode 100644
index 6c1e19ca..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/createAccount.css
+++ /dev/null
@@ -1,24 +0,0 @@
-@media screen,print {
-
- table.new input { border: solid 1px black; }
-
- table.searchresult { background-color: #aaaaaa; margin-bottom:20px; }
- table.searchresult thead th { background-color: #d6bddb; height:2em; border-bottom: solid 2px purple; }
- table.searchresult tfoot th { background-color: purple; }
- table.searchresult th { background-color: #ffffff; }
- table.searchresult a { color: black; text-decoration: none; }
- table.searchresult a:hover { text-decoration: underline; }
-
- table.new { background-color: #aaaaaa; margin-bottom:20px; margin-top:30px;}
- table.new thead th { background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.new thead td { text-align: center; background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.new th { background-color: #ffffff; }
- table.new td { background-color: #ffffff; }
- table.new td input { }
-
- .paros { background-color: #eeeeee; }
- .paratlan { background-color: #dddddd; }
-
- table.new input.hiba { outline: solid 1px red; }
-
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/createGroup.css b/mayor-orig/www/skin/classic/module-session/css/createGroup.css
deleted file mode 100644
index 78e0b4fc..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/createGroup.css
+++ /dev/null
@@ -1,13 +0,0 @@
-@media screen,print {
-
- table.new { background-color: #aaaaaa; margin-bottom:20px;}
- table.new thead th { background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.new thead td { text-align: center; background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.new th { background-color: #ffffff; }
- table.new td { background-color: #ffffff; }
- table.new td input { width:95%; }
-
- .paros { background-color: #eeeeee; }
- .paratlan { background-color: #dddddd; }
-
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/download.css b/mayor-orig/www/skin/classic/module-session/css/download.css
deleted file mode 100644
index fddc58c3..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/download.css
+++ /dev/null
@@ -1,9 +0,0 @@
-
- div.download { text-align: center; }
- div.download h1 { border: black dotted; border-width: 1px 0px; font-size: 14px; width: 60%; margin: 0px auto; }
- div.download table { margin: 10px auto; background-color: rgb(80,40,40); text-align: left; }
- div.download table th { padding: 10px; background-color: rgb(200,100,10); color: white; text-align: right; }
- div.download table td { background-color: rgb(220,220,200); padding: 10px 40px; }
- div.download table td a { text-decoration: none; color: red; }
- div.download table td a:hover { text-decoration: underline; }
- div.download p { background-color: rgb(200,200,160); padding: 20px; width: 60%; margin: 0px auto; }
diff --git a/mayor-orig/www/skin/classic/module-session/css/facebookConnect.css b/mayor-orig/www/skin/classic/module-session/css/facebookConnect.css
deleted file mode 100644
index c8abdba2..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/facebookConnect.css
+++ /dev/null
@@ -1,25 +0,0 @@
-div#fbConnect {
- max-width: 500px;
- text-align: center;
- margin: 40px auto;
- height: 5em;
- font-size: large;
- line-height: 5em;
- vertical-align: middle;
- color: #FFF;
-}
-div#fbConnect.valid {
- background-color: #90EE90;
-}
-div#fbConnect.notvalid {
- background-color: orange;
-}
-div#fbConnect.notActive {
- background-color: red;
-}
-div#fbConnect.grant {
- background-color: #3b5998;
-}
-div#fbConnect span {
- padding-right:4px;
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/googleapi.css b/mayor-orig/www/skin/classic/module-session/css/googleapi.css
deleted file mode 100644
index c5cae8c8..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/googleapi.css
+++ /dev/null
@@ -1,24 +0,0 @@
-div#googleapi {
- max-width: 500px;
- text-align: center;
- margin: 40px auto;
- height: 5em;
- font-size: large;
- line-height: 5em;
- vertical-align: middle;
- color: #FFF;
-}
-div#googleapi.valid {
- background-color: #90EE90;}
-div#googleapi.notvalid {
- background-color: orange;
-}
-div#googleapi.notActive {
- background-color: red;
-}
-div#googleapi.grant {
- background-color: cornflowerblue;
-}
-div#googleapi span {
- padding-right:4px;
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/groupInfo.css b/mayor-orig/www/skin/classic/module-session/css/groupInfo.css
deleted file mode 100644
index c8f16d61..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/groupInfo.css
+++ /dev/null
@@ -1,96 +0,0 @@
-
- table.personalSettings {
- background-color: rgb(220,220,220);
- color: white;
- margin-top: 20px;
- }
-
- table.personalSettings thead th {
- background-color: rgb(60,20,100);
- padding: 5px 40px 5px 40px;
- }
-
- table.personalSettings tfoot th {
- background-color: rgb(60,20,100);
- }
-
- table.personalSettings tbody td {
- background-color: rgb(200,200,210);
- }
-
- table.personalSettings tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
-/* ------------------------- */
-
-
- table.changePassword {
- margin-top: 20px;
- background-color: rgb(220,220,220);
- color: white;
- }
-
- table.changePassword thead th {
- background-color: rgb(60,20,100);
- padding: 5px 40px 5px 40px;
- }
-
- table.changePassword tfoot th {
- background-color: rgb(60,20,100);
- }
-
- table.changePassword tbody td {
- background-color: rgb(200,200,210);
- }
-
- table.changePassword tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
-/* WALL */
-
- div#wall {
- text-align:center;
- }
-
- div#wall table {
- margin: 20px auto;
- background-color: rgb(220,220,220);
- color: white;
- }
-
- div#wall table thead th {
- background-color: rgb(60,20,100);
- padding: 5px 40px 5px 40px;
- }
-
- div#wall table tfoot th {
- background-color: rgb(60,20,100);
- }
-
- div#wall table tbody td {
- background-color: rgb(200,200,210);
- }
-
- div#wall table tbody th {
- width: 100px;
- background-color: rgb(120,120,140);
- }
-
- div.wall {
- margin:20px auto;
- border: solid 2px #887780;
- background-color: #eedde0;
- color: black;
- width:400px;
- padding:5px;
- }
- div.centro { text-align: center; }
- div.wall { text-align: left; }
- div.wall h1 { font-size:larger; margin:0px; padding-bottom: 5px;}
- div.wall h2 { font-size:smaller; margin:0px; padding:0px; text-align: right;}
- div.wall img { border: none; top:5px; right:5px; float:right; }
-
diff --git a/mayor-orig/www/skin/classic/module-session/css/search/searchAccount.css b/mayor-orig/www/skin/classic/module-session/css/search/searchAccount.css
deleted file mode 100644
index 5a41b2e9..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/search/searchAccount.css
+++ /dev/null
@@ -1,31 +0,0 @@
-@media screen,print {
-
- input { border: solid 1px black; }
-
- table.searchresult { background-color: #aaaaaa; margin-bottom:20px; }
- table.searchresult thead th { background-color: #d6bddb; height:2em; border-bottom: solid 2px purple; }
- table.searchresult thead th.policy { background-color: rgb(225,125,25); color: white; }
- table.searchresult tfoot th { background-color: purple; }
- table.searchresult th { background-color: #ffffff; }
- table.searchresult a { color: black; text-decoration: none; }
- table.searchresult a:hover { text-decoration: underline; }
- table.searchresult td form { display: inline; }
- table.searchresult td form input { margin: 0px 2px; }
- table.searchresult td form input:hover { background-color: red; }
-
- table.newgroup, table.newuser { background-color: #aaaaaa; margin-bottom:20px;}
- table.newgroup thead th, table.newuser thead th { background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.newgroup th, table.newuser th { background-color: #ffffff; }
- table.newgroup td, table.newuser td { background-color: #ffffff; }
- table.newgroup td input, table.newuser td input { width:95%; }
-
- .paros { background-color: #eeeeee; }
- .paratlan { background-color: #dddddd; }
-
- table.search { background-color: #aaaaaa; margin-bottom:20px;}
- table.search thead th { background-color: #ccccee; height:2em; border-bottom: solid 2px purple; }
- table.search th { background-color: white; }
- table.search td { background-color: white; }
- table.search tfoot td { background-color: purple; }
-
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/search/searchGroup.css b/mayor-orig/www/skin/classic/module-session/css/search/searchGroup.css
deleted file mode 100644
index 4a912bb1..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/search/searchGroup.css
+++ /dev/null
@@ -1,44 +0,0 @@
-@media screen,print {
- /*
- Module: useradmin
- */
-
- table.search { background-color: #aaaaaa; margin-bottom:20px; }
- table.search thead th {
- background-color: #ccccee; height:2em;
- border-bottom: solid 2px purple;
- }
- table.search th { background-color: white; }
- table.search td { background-color: white; }
- table.search tfoot td { background-color: purple; }
-
- input { border: solid 1px black; }
-
- table.searchresult { background-color: #aaaaaa;
- margin-bottom:20px;
- }
- table.searchresult thead th { background-color: #d6bddb; height:2em;
- border-bottom: solid 2px purple;
- }
- table.searchresult tfoot th { background-color: purple; }
- table.searchresult th { background-color: #ffffff; }
- table.searchresult a { color: black; text-decoration: none; }
- table.searchresult a:hover { text-decoration: underline; }
-
- table.newgroup, table.newuser { background-color: #aaaaaa; margin-bottom:20px;}
- table.newgroup thead th, table.newuser thead th {
- background-color: #ccccee; height:2em;
- border-bottom: solid 2px purple;
- }
- table.newgroup th, table.newuser th { background-color: #ffffff; }
- table.newgroup td, table.newuser td { background-color: #ffffff; }
- table.newgroup td input, table.newuser td input { width:95%; }
-
- .paros {
- background-color: #eeeeee;
- }
- .paratlan {
- background-color: #dddddd;
- }
-
-} \ No newline at end of file
diff --git a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css b/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css
deleted file mode 100644
index a64c2a48..00000000
--- a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css
+++ /dev/null
@@ -1,12 +0,0 @@
-
- table.lista { width:95%; background-color: #aaa; margin: auto; margin-top:10px;
- border-spacing: 1px;
- /*border-collapse: separate;*/
- font-size:smaller;
- }
- table.lista thead th, table.lista tfoot th { background-color: orange; color: white; padding: 2px 5px; }
- table.lista tbody th, table.lista tbody td { background-color: white; padding: 2px 5px; }
- table.lista tbody tr:nth-child(even) th, table.lista tbody tr:nth-child(even) td { background-color: #eee; }
- table.lista tbody tr:hover th, table.lista tbody tr:hover td { background-color: #999; color:white; }
-
- \ No newline at end of file