Bladeren bron

* Improved 'us' section in the home page.
* Improved La Blanca page for the rest of the year.

seavenois 9 jaren geleden
bovenliggende
commit
647cad2c1c
5 gewijzigde bestanden met toevoegingen van 35 en 7 verwijderingen
  1. 8 5
      www/css/index.css
  2. 23 1
      www/css/lablanca.css
  3. BIN
      www/img/misc/ul.png
  4. 2 0
      www/index.php
  5. 2 1
      www/lang/lang_es.php

+ 8 - 5
www/css/index.css

@@ -147,18 +147,21 @@ div#upcoming_details table td{
 
 /* Us section */
 div#us p{
-	display:		inline-block;
-	width:			70%;
+	display:	inline-block;
 	vertical-align:	top;
 }
 
 div#us div{
-	display:	inline-block;
-	width:		20%;
+	position:	absolute;
+	top:		4em;
+	right:		3em;
+	text-align:	center;
 }
 
 div#us div img{
-	opacity:	0.5;
+	opacity:	0.4;
+	max-height:	100px;
+	max-width:	100px;
 }
 
 /* Table to present posts and photos on the same row */

+ 23 - 1
www/css/lablanca.css

@@ -182,4 +182,26 @@ div#prices table#table_offers p.description{
 	margin:		0.2em 0.2em 0.5em 2em;
 	font-size:	90%;
 	font-style:	italic;
-}
+}
+
+
+/* No fiestas */
+
+ul#no_fiestas{
+	margin:			0 2em 2em 2em;
+	list-style-image:	url('https://margolariak.com/img/misc/ul.png');
+	list-style-type:	circle;
+}
+
+ul#no_fiestas li{
+	margin-top: 2em;
+}
+
+ul#no_fiestas li span{
+	font-weight:	bold;
+	font-style:	italic;
+	font-size:	110%;
+	color:		#001133;
+	margin-right:	0.3em;
+	letter-spacing:	0.05em;
+}

BIN
www/img/misc/ul.png


+ 2 - 0
www/index.php

@@ -322,6 +322,8 @@
 					<p><?php echo($lng['index_us_content']); ?></p>
 					<div><img src='<?php echo("$proto$http_host/img/logo/GasteizkoMargolariak.png"); ?>'/></div>
 				</div>
+				<a class='go_to_section' href='<?php echo($proto.$http_host); ?>/nosotros/'><?php echo($lng['index_us_more']) ?></a>
+				<br/>
 			</div>
 			<div id='content_table'>
 				<div class='content_row'>

File diff suppressed because it is too large
+ 2 - 1
www/lang/lang_es.php


Some files were not shown because too many files changed in this diff