Browse Source

mannaggia

les 4 years ago
parent
commit
104179db2c
3 changed files with 36 additions and 0 deletions
  1. 5 0
      theme/base.html
  2. 31 0
      theme/css/theme.css
  3. BIN
      theme/img/mannaggia.png

+ 5 - 0
theme/base.html

@@ -35,6 +35,11 @@
 </head>
 
 <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/'>
       <span>warmup<br/> hackmeeting</span>
     </a>

+ 31 - 0
theme/css/theme.css

@@ -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 {
   position: fixed;
   transform: rotate(45deg);

BIN
theme/img/mannaggia.png