aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/var/www/html/SledjChisl.css
diff options
context:
space:
mode:
Diffstat (limited to 'example/var/www/html/SledjChisl.css')
-rw-r--r--example/var/www/html/SledjChisl.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css
index 718f5aa..0ee1223 100644
--- a/example/var/www/html/SledjChisl.css
+++ b/example/var/www/html/SledjChisl.css
@@ -3,6 +3,7 @@ html, body
3 background-color: black; 3 background-color: black;
4 color: white; 4 color: white;
5 font-family: 'sans-serif'; 5 font-family: 'sans-serif';
6 font-size: 100%;
6 margin: 0; 7 margin: 0;
7 padding: 0; 8 padding: 0;
8} 9}
@@ -97,3 +98,32 @@ textarea
97 justify-content: start; 98 justify-content: start;
98 align-items: end; 99 align-items: end;
99} 100}
101
102.hoverWrapper0:hover #hoverShow0
103{
104 display: block;
105 border-style: solid;
106 border-color: fuchsia;
107}
108.hoverWrapper0 #hoverShow0
109{
110 display: none;
111 background-color: black;
112 text-align: left;
113 position: absolute;
114 height: 100%;
115 width: 100%;
116 border-style: solid;
117 border-color: fuchsia;
118}
119.TTitem
120{
121 border-style: solid;
122 border-color: fuchsia;
123 background-color:green;
124 color: white;
125 font-family: 'sans-serif';
126 font-size: 100%;
127 margin: 0;
128 padding: 1%;
129}