aboutsummaryrefslogtreecommitdiff
path: root/h-source/admin/Public/Css/comune.css
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-07-29 14:17:20 +1000
committerYuchen Pei <me@ypei.me>2021-07-29 14:17:20 +1000
commit3ff03dc4f0a72432b34c00da620272cf011e4ddd (patch)
tree5746711ba17a91aed56c6529ea8cceb06c3ad16a /h-source/admin/Public/Css/comune.css
parentcd4534aa10ba3b122963992741721289fa50d0ab (diff)
Publishing h-node.org code.
- this is the h-node.org code, except - removed a js file (3x copies at three different locations) without license / copyright headers - /Js/linkToForm.js - /Public/Js/linkToForm.js - /admin/Public/Js/linkToForm.js - removed config files containing credentials - /Application/Include/params.php - /Config/Config.php - /admin/Application/Include/params.php - /admin/Config/Config.php - added license and copyright header to one php file - /admin/Library/ErrorReporting.php (almost identical to /Library/ErrorReporting.php which has the headers)
Diffstat (limited to 'h-source/admin/Public/Css/comune.css')
-rw-r--r--h-source/admin/Public/Css/comune.css130
1 files changed, 130 insertions, 0 deletions
diff --git a/h-source/admin/Public/Css/comune.css b/h-source/admin/Public/Css/comune.css
new file mode 100644
index 0000000..b6ecdd3
--- /dev/null
+++ b/h-source/admin/Public/Css/comune.css
@@ -0,0 +1,130 @@
+/*parte di login.css*/
+
+/*controller:users*/
+/*action:login*/
+.login_box {
+ margin:10px 10px 20px 10px;
+}
+.login_box input {
+ border:1px solid orange;
+}
+
+/*action:logout*/
+.logout_box {
+ margin:10px 10px 20px 10px;
+}
+
+.logout_button a{
+ margin:20px;
+ padding:10px;
+ background:orange;
+ border:1px solid black;
+/* width:30px; */
+}
+
+
+/*parte di scaffold.css*/
+
+td {
+ font-size: 12px;
+}
+
+td.editForm, td.delForm, td.associateForm, td.moveupForm, td.movedownForm {
+ width:3%;
+}
+
+td.editForm input, td.delForm input, td.associateForm input, td.moveupForm input, td.movedownForm input
+{
+ height:30px;
+}
+
+/*alert string*/
+.alert {
+ font:bold 12px/1.5 Verdana,arial;
+ padding:5px;
+ margin:5px 5px 15px 5px;
+ background:TOMATO;
+ border-top:2px solid MAROON;
+ border-bottom:2px solid MAROON;
+ color:MAROON;
+}
+
+/*executed operation string*/
+.executed {
+ font:bold 12px/1.5 Verdana,arial;
+ padding:5px;
+ margin:5px 5px 15px 5px;
+ background:#E0FFFF;
+ border-top:2px solid #ADD8E6;
+ border-bottom:2px solid #ADD8E6;
+ color:#4169E1;
+}
+
+/*action:main*/
+tr.listRow {
+ background:#E6E6FA;
+}
+
+tr.listHead {
+ font-weight: bold;
+ background:#d1deed;
+ border:1px solid #4169E1;
+ border-bottom:1px solid #4169E1;
+}
+
+tr.listHead td {
+/* font-weight: bold; */
+/* background:#d1deed; */
+ border-top:1px solid #4169E1;
+ border-bottom:1px solid #4169E1;
+}
+
+.recordsBox {
+ margin:10px 0px;
+}
+
+.recordsBox table {
+ width:100%;
+}
+
+.listItemForm {
+ margin:0px;
+}
+
+a.linkItem {
+/* background:red; */
+ font:bold 12px/1 Verdana,arial;
+}
+
+/*controller:panel
+/*action:main*/
+.main_box {
+ padding:50px 20px;
+ width:700px;
+ height:250px;
+}
+.top_color {
+ text-align:center;
+ width:160px;
+ height:35px;
+ margin:0;
+ padding:0;
+}
+.bottom_color {
+ background:lavender;
+ text-align:center;
+ width:160px;
+ margin:0;
+ padding:5px 0;
+}
+
+
+
+/*box che dice dove ti trovi, in che controller*/
+.controller_info_header
+{
+ background:#E6E6FA;
+ padding:5px;
+ font: bold 16px/1.75em sans-serif;
+ border-bottom:1px solid #4169E1;
+} \ No newline at end of file