-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitter.css
132 lines (114 loc) · 2.34 KB
/
bitter.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/*
* written by [email protected] September 2015
* as a starting point for COMP2041/9041 assignment 2
* http://cgi.cse.unsw.edu.au/~cs2041/assignments/bitter/
*
* Change (or replace) the CSS below to create you own look-and-feel
*
* You will probably want to add CSS to this file too
*/
.bitter_heading {
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
font-size: x-large;
font-weight: bold;
text-decoration: underline;
}
.bitter_bleats {
background-color: #66CCFF;
color: #000000;
white-space: pre;
border:thin solid #FFFFFF;
border-radius: 1em;
padding-left: 5em;
}
.bitter_user_details {
background-color: #660000;
color: #FFFFFF;
white-space: pre;
border:thin solid #204142;
border-radius: 1em;
padding-left: 0.42em;
}
.bitter_global {
padding: 10px;
}
.bitter_reset_button {
border:thin solid #FFFFFF;
border-radius: 1em;
background-color: #FF3300;
color: #FFFFFF;
padding: 10px;
}
.bitter_textfield {
height: 100px;
}
.bitter_tableRow {
border:thin solid #204142;
text-align: center;
border-radius: 1em;
background-color: White;
}
.bitter_tableRow2 {
border:thin solid #204142;
border-radius: 1em;
background-color: #ADD6FF;
}
.bitter_tableRow3 {
border:thin solid #204142;
border-radius: 1em;
background-color: #33CCFF;
}
.bitter_tableRow4 {
border:thin solid #204142;
border-radius: 1em;
background-color: #9933FF;
}
.bitter_button {
background-color: #FEDBCA;
border:thin solid #904142;
border-radius: 0.42em;
color: #904142;
}
.bitter_bleat_button {
background-color: #66CCFF;
color: #000000;
white-space: pre;
border:thin solid #FFFFFF;
border-radius: 0.42em;
}
.bitter_send {
border:thin solid #FFFFFF;
border-radius: 1em;
color: #B28F00;
padding: 10px;
font-size: 150%;
}
.bitter_head {
color: #B28F00;
font-size: 300%;
}
.bitter_send_button {
border:thin solid #FFFFFF;
border-radius: 1em;
background-color: #B28F00;
color: #000000;
padding: 10px;
}
.bitter_login {
background-color: #000000;
border:thin solid #FFFFFF;
border-radius: 1em;
color: #FFFFFF;
padding: 15px;
}
.bitter_loginbutton {
background-color: #000000;
border:thin solid #FFFFFF;
border-radius: 1em;
color: #FFFFFF;
position: absolute;
right: 5px;
padding: 15px;
}