-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno.css
More file actions
113 lines (107 loc) · 2.58 KB
/
no.css
File metadata and controls
113 lines (107 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body{
background-color: #f9f9f9;
}
input[type="button"],button {
text-decoration: none;
border: none;
box-shadow: 1px 1px 1px 1px #a1c9e6;
margin: 0.25rem;
padding: 0.25rem;
box-sizing: border-box;
display: inline-block;
background-color: rgba(255,255,255,.8);
color: dodgerblue;
border-radius: .5rem;
height: 2rem;
}
input[type="button"]:active,button:active {
text-decoration: none;
box-shadow: 1px 1px 1px 1px red;
margin: 0.25rem;
padding: 0.25rem;
box-sizing: border-box;
display: inline-block;
border-radius: .5rem;
height: 2rem;
}
input[type="text"],td[contenteditable="true"] {
text-decoration: none;
border: none;
box-shadow: 1px 1px 1px 1px #a1c9e6;
margin: 0.25rem;
padding: 0.25rem 0.25rem;
box-sizing: border-box;
display: inline-block;
background-color: rgba(255,255,255,.8);
color: dodgerblue;
border-radius: .5rem;
height: 2rem;
}
input[type="text"]:active,input[type="text"]:focus,
td[contenteditable="true"]:active,td[contenteditable="true"]:focus,
th[contenteditable="true"]:active,th[contenteditable="true"]:focus,
a[contenteditable="true"]:active,a[contenteditable="true"]:focus,
td:active,th:active{
text-decoration: none;
border: none;
outline: none;
box-shadow: 1px 1px 1px 1px red;
margin: 0.25rem;
padding:0.25rem 0.25rem;
box-sizing: border-box;
display: inline-block;
border-radius: .5rem;
height: 2rem;
}
a {
text-decoration: none;
box-shadow: 1px 1px 1px 1px #a1c9e6;
margin: 0.25rem;
padding: 0.25rem;
box-sizing: border-box;
display: inline-block;
background-color: rgba(255,255,255,.8);
color: dodgerblue;
border-radius: .5rem;
height: 2rem;
}
a:active {
text-decoration: none;
box-shadow: 1px 1px 1px 1px red;
margin: 0.25rem;
padding: 0.25rem;
box-sizing: border-box;
display: inline-block;
border-radius: .5rem;
height: 2rem;
}
a:visited {
color: #ff0000;
border-radius: .5rem;
height: 2rem;
}
table{
box-shadow: 1px 1px 1px 1px #a1c9e6;
margin: 0.25rem;
padding: 0.25rem 0.25rem;
box-sizing: border-box;
display: inline-block;
background-color: #f9f9f9;
color: dodgerblue;
}
th,td{
box-shadow: 1px 1px 1px 1px #a1c9e6;
margin: 0.25rem;
padding: 0.25rem 0.25rem;
box-sizing: border-box;
display: inline-block;
background-color: rgba(255,255,255,.8);
color: dodgerblue;
/*width: 3rem;*/
text-align: left;
border-radius: .5rem;
height: 2rem;
}
.mod2is0{
background-color: #f0f0f0;
}