Welcome page + too much bootstrap stuff for now
This commit is contained in:
parent
aa357ff6de
commit
8f083a5fdd
32 changed files with 9925 additions and 1 deletions
61
res/home/css/welcome.css
Normal file
61
res/home/css/welcome.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
.container-fluid {
|
||||
background-color: #e7e7e7;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
margin-top: 26px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
a.bigicon {
|
||||
cursor: pointer;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
a.bigicon .icon {
|
||||
border-radius: 50%;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
}
|
||||
|
||||
a.bigicon .title {
|
||||
display: block;
|
||||
}
|
||||
|
||||
a.bigicon .roomname {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.description {
|
||||
display: inline;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: "Gotham-Medium";
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-family: "Gotham-Bold";
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
h4::after {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "Gotham-Book";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue