F-izzation de Scrumblr

This commit is contained in:
Luc Didry 2016-08-03 16:12:11 +02:00
parent 2c3d906082
commit 1243fc6e25
18 changed files with 17052 additions and 81 deletions

View file

@ -0,0 +1,6 @@
@font-face {
font-family: 'Covered By Your Grace';
font-style: normal;
font-weight: 400;
src: local('Covered By Your Grace'), local('CoveredByYourGrace'), url(../fonts/covered_by_your_grace.ttf) format('truetype');
}

4
client/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

20
client/css/framascrum.css Normal file
View file

@ -0,0 +1,20 @@
.container.ombre {
margin-top: 30px;
margin-bottom: 30px;
padding: 20px 30px;
}
body {
background-color: #eee;
}
h1 {
font-family: "DejaVu Sans",Verdana,Geneva,sans-serif !important;
font-size: 48px;
}
h1 a.banner {
font-size: 48px;
font-weight: bold;
}
#go {
cursor: pointer;
text-decoration: none;
}

6
client/css/rock_salt.css Normal file
View file

@ -0,0 +1,6 @@
@font-face {
font-family: 'Rock Salt';
font-style: normal;
font-weight: 400;
src: local('Rock Salt'), local('RockSalt'), url(../fonts/rock_salt.ttf) format('truetype');
}

View file

@ -5,10 +5,6 @@ body {
font-family: 'Helvetica Neue Light', arial, serif;
font-size: 13px;
color: #333;
background-color: #ddd;
xbackground-image: -webkit-gradient(radial, 265 118, 456, 147 0, 29, from(#DDDDDD), to(#f3f3f3));
padding-left: 10px;
xheight: 1400px;
xwidth: 2000px;
@ -20,9 +16,6 @@ body {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
background-image: url('bg/concrete_wall_2_2.png');
}
#board {
@ -50,7 +43,6 @@ body {
.board-outline {
border: solid #ccc 8px;
display: block;
width: 996px;
height: 466px;
xmargin-left: auto;
@ -304,9 +296,8 @@ xopacity: .5;
}
.stickers {
width: 1000px;
text-align: right;
padding-top: 2px; margin: 0;
padding-top: 6px; margin: 0;
}