Ajout thème Viregul

This commit is contained in:
admin
2020-11-29 23:58:31 +01:00
parent 3ede888fb3
commit d25933cb2d
17 changed files with 387 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
@font-face {
font-family: 'Henny_Penny';
font-style: normal;
font-weight: 400;
src: local('Henny Penny'), local('HennyPenny-Regular'), url('../font/hennypenny.woff2') format('woff2');
}
body {
padding-top: 40px;
padding-bottom: 40px;
}
.container {
padding: 15px;
margin: 0 auto;
}
.hennypenny {
font-family: 'Henny_Penny', cursive;
font-size: 42px;
}
.link_nocol, .link_nocol:hover {
color: #000;
text-decoration: none;
}
.result {
border-color: #d6e9c6;
padding: 15px;
margin-bottom: 20px;
border: 1px solid;
border-radius: 4px;
}
.result a.button {
padding: 0;
}
ul.pager {
list-style: none outside;
text-align: center;
}
ul.pager li {
display: inline;
}
.disabled {
display: none !important;
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
.qrcode-result {
float: right;
}
dd > strong {
padding-left: 15px;
}
+1
View File
@@ -0,0 +1 @@
@font-face{font-family:Henny_Penny;font-style:normal;font-weight:400;src:local('Henny Penny'),local('HennyPenny-Regular'),url(../font/hennypenny.woff2) format('woff2')}body{padding-top:40px;padding-bottom:40px}.container{padding:15px;margin:0 auto}.hennypenny{font-family:Henny_Penny,cursive;font-size:42px}.link_nocol,.link_nocol:hover{color:#000;text-decoration:none}.result{border-color:#d6e9c6;padding:15px;margin-bottom:20px;border:1px solid;border-radius:4px}.result a.button{padding:0}ul.pager{list-style:none outside;text-align:center}ul.pager li{display:inline}.disabled{display:none!important}@media (max-width:767px){.hidden-xs{display:none!important}}.qrcode-result{float:right}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB