-
Notifications
You must be signed in to change notification settings - Fork 0
/
IntraReg.css~
executable file
·109 lines (105 loc) · 1.96 KB
/
IntraReg.css~
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
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 8 Dec, 2014, 11:46:53 AM
Author : aadi
*/
body{
background-color: black;
text-align: center;
font-family: monospace;
color : blue;
line-height: 2.5em;
background-color: #1888f1;
/* alignment-adjust: middle;*/
}
h1{
margin-top: 100px;
text-align: center;
font-family: sans-serif;
color: #FFFFFF;
font-size : 50px;
border-bottom: thin dotted whitesmoke;
}
.Err{
font-family: serif;
color: #FF0000;
font-size: 0.9em;
font-style: italic;
}
label{
font-family: monospace;
font-weight: normal;
font-size: 1.5em;
}
form{
/*align-items : stretch;*/
overflow: hidden;
width: 40%;
text-align : left;
margin: auto;
border-color: black;
border-width: 1px;
border-style: groove;
background-color: yellow;
padding-left: 10%;
padding-top: 2%;
padding-bottom: 2%;
/*box-sizing : content-box;*/
/*box-shadow: blue;*/
/*font-style: italic;*/
}
input{
/*align-content : stretch;*/
/*align-self : center;*/
width: 30%;
height: 20px;
font-size: 1.1em;
}
select{
font-size: 1.1em;
}
Mobile{
size: 10px;
}
input[type="submit"],input[type="reset"] {
height: 30px;
width : 30%;
font-weight: bold;
margin-top: 4.5%;
}
input[type="submit"]{
margin-left: 10%;
}
#ID{
background-color: black;
color: red;
font-weight: bold;
}
footer {
position: fixed;
bottom : 0px;
text-align: center;
width: 100%;
height: 30px;
font-style: italic;
background-color: #000015;
font-size: 1.1em;
color : whitesmoke;
}
header {
position : fixed;
top : 0px;
width : 100%;
color : whitesmoke;
background-color: #0099F1;
}
#Ari{
text-decoration: line-through;
}
a{
font-size: 10px;
}