-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportal_design.css
executable file
·110 lines (95 loc) · 1.79 KB
/
portal_design.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
#loginform{
padding: 20%;
padding-left: 40%;
}
#loginform input{
padding: 2%;
}
#prblm_table th, td {
padding: 5%;
}
table, th, td {
border-collapse: collapse;
}
a{
color: #00008B;
}
a:hover{
color: #00008B;
}
@media only screen and (max-width: 767px) {
h1,h2, h3, h4, h5, h6{
font-size: 10%;
color: #000080;
}
#college_logo{
max-height: 50px;
width: auto;
margin: 2%
}
#title{
color: white;
float: right;
margin-top: -8%;
font-size: 24px
}
}
#op_background{ /* For IE8 and earlier */
background-image: url(po1.jpg);
background-size: 100%;
background-repeat: no-repeat;
opacity: 0.8;
}
#title{
color: white;
float: right;
margin-top: -10%
}
#buttondesign{
background-color: #00008B;
color: white;
padding: 2%;
margin: 1%;
border-radius: 10%;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#buttondesign:hover{
padding: 10px 12px;
background-color: white;
color: #00008B;
border: 1px solid #00008B;
}
#college_logo{
height: 80px;
width: auto;
margin: 3%
}
#link_style{
float:right;
color: orangered
}
#buttondesign{
padding: 10px 12px;
background-color: #003d99;color: white;
}
#linkstyle{
background-color: #003d99;
color: white;
padding: 1% 3%;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 10%;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#linkstyle:hover{
background-color: white;
color: #003d99;
padding: 1% 3%;
text-align: center;
text-decoration: none;
display: inline-block;
border: 2px solid #003d99;
}