mannaggia
This commit is contained in:
parent
e1400bacdc
commit
104179db2c
3 changed files with 36 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="text-light container" role="document">
|
<body class="text-light container" role="document">
|
||||||
|
<div id='bannerone'>
|
||||||
|
<img height='140px' src="{{ 'img/mannaggia.png'|url }}"/>
|
||||||
|
Mannaggia a san gennaro martire!
|
||||||
|
<span>e niente tocca spostare tutte cose </span>
|
||||||
|
</div>
|
||||||
<a id='hackit_banner' href='https://www.hackmeeting.org/hackit20/'>
|
<a id='hackit_banner' href='https://www.hackmeeting.org/hackit20/'>
|
||||||
<span>warmup<br/> hackmeeting</span>
|
<span>warmup<br/> hackmeeting</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -142,6 +142,37 @@ img {
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
#bannerone {
|
||||||
|
position: fixed;
|
||||||
|
transform: rotate(5deg);
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: Helvetica, sans-serif;
|
||||||
|
color: white;
|
||||||
|
width: 110%;
|
||||||
|
text-shadow: 2px 5px 5px black;
|
||||||
|
padding: 30px;
|
||||||
|
line-height: 28px;
|
||||||
|
padding-right: 30px;
|
||||||
|
text-align: center;
|
||||||
|
overflow: hidden;
|
||||||
|
left: -10px;
|
||||||
|
top: 165px;
|
||||||
|
box-shadow: 1px 1px 25px white;
|
||||||
|
background-color: orangered;
|
||||||
|
transition: background-color 1s;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bannerone span {
|
||||||
|
display: block;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: normal;
|
||||||
|
box-shadow: 0px;
|
||||||
|
text-shadow: none;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
#hackit_banner {
|
#hackit_banner {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
|
|
BIN
theme/img/mannaggia.png
Normal file
BIN
theme/img/mannaggia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
Loading…
Reference in a new issue