-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
109 lines (101 loc) · 2.08 KB
/
main.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
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular')
}
h2 {
font-family: Georgia, Times, 'Times New Roman', serif;
}
h1 {
font-family: Georgia, Times, 'Times New Roman', serif;
}
#center-logo{
display: block;
margin: 0px;
margin-top: 20px;
}
md-sidenav.md-locked-open {
width: 400px;
min-width: 400px;
max-width: 400px;
}
#test{
height: 700px;
overflow: scroll;
border-right: 1px solid;
}
#mainBody{
ovßerflow: hidden;
}
#content{
height: 700px;
overflow: scroll;
}
#side-pane-column{
padding-left: 10px;
}
.noozTitle {
margin: 0 auto
position: absolute;
}
.toolbar-buttons{
width: 300px;
}
.toolbar {
float: right;
padding-top: 68px;
min-height: 123px;
}
.md-button.toolbar-button-selected{
font-weight: bold;
}
.groupX {
font-size: 20px;
/*margin: 20px 0;*/
padding: 3px 10px 3px 10px;
color: rgb(49, 46, 46);
text-transform: none;
font-weight: 400;
min-width:80px;
margin: 0px;
}
.md-button.left {
border-radius: 10px 0 0 10px;
}
.md-button.middle {
border-radius: 0;
border-left: 1px solid rgba(230, 230, 230, 0.96);
border-right: 1px solid rgba(230, 230, 230, 0.96);
}
.md-button.right {
border-radius: 0 10px 10px 0;
}
.md-button:not([disabled]):hover {
background-color: rgba(193, 193, 193, 0.96);
color: rgba(44, 65, 164, 0.96);
transition: 0.3s;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}