Modify Header Title
Modify Styles
This commit is contained in:
parent
e7a75db8e2
commit
68d473eb36
@ -2,7 +2,7 @@
|
|||||||
<div id="logo">
|
<div id="logo">
|
||||||
<div id="logo_text">
|
<div id="logo_text">
|
||||||
<!-- class="logo_colour", allows you to change the colour of the text -->
|
<!-- class="logo_colour", allows you to change the colour of the text -->
|
||||||
<h1><a href="/">6to<span class="logo_colour"> Coloquio Uruguayo de Matemática</span></a></h1>
|
<h1><a href="/"><span class="logo_init">VI</span><span class="logo_colour"> Coloquio Uruguayo de Matemática</span></a></h1>
|
||||||
<h2 style="font-size:29px;"><strong>20, 21 y 22 de Diciembre</strong></h2>
|
<h2 style="font-size:29px;"><strong>20, 21 y 22 de Diciembre</strong></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,12 +10,13 @@ body
|
|||||||
|
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background:
|
/*background:
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
rgba(0, 0, 0, 0.8),
|
rgba(0, 0, 0, 0.8),
|
||||||
rgba(0, 0, 0, 0.8)
|
rgba(0, 0, 0, 0.8)
|
||||||
),
|
),
|
||||||
url(background.jpg);
|
url(background.jpg);*/
|
||||||
|
background-color: lightgray;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -115,7 +116,9 @@ ol li
|
|||||||
{ padding-bottom: 40px;}
|
{ padding-bottom: 40px;}
|
||||||
|
|
||||||
#header
|
#header
|
||||||
{ /*background: transparent url(logo.jpg) no-repeat;*/}
|
{ /*background: transparent url(logo.jpg) no-repeat;*/
|
||||||
|
background-color: #FC9C04;
|
||||||
|
}
|
||||||
|
|
||||||
#logo
|
#logo
|
||||||
{ width: 860px;
|
{ width: 860px;
|
||||||
@ -144,7 +147,13 @@ ol li
|
|||||||
}
|
}
|
||||||
|
|
||||||
#logo_text h1 a .logo_colour
|
#logo_text h1 a .logo_colour
|
||||||
{ color: #4baabe;;}
|
{ color: black;}
|
||||||
|
#logo_text h1 a .logo_init
|
||||||
|
{
|
||||||
|
font-size: 80px;
|
||||||
|
font-family: "Times New Roman", Georgia, Serif;
|
||||||
|
color: #4baabe;
|
||||||
|
}
|
||||||
|
|
||||||
#logo_text a:hover .logo_colour
|
#logo_text a:hover .logo_colour
|
||||||
{ color: #FFF;}
|
{ color: #FFF;}
|
||||||
@ -189,7 +198,8 @@ ul#menu li a
|
|||||||
|
|
||||||
ul#menu li.selected a
|
ul#menu li.selected a
|
||||||
{ height: 20px;
|
{ height: 20px;
|
||||||
padding: 7px 15px 4px 15px;}
|
padding: 7px 15px 4px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
ul#menu li.selected
|
ul#menu li.selected
|
||||||
{ margin: 7px 0 0 0;}
|
{ margin: 7px 0 0 0;}
|
||||||
|
Loading…
Reference in New Issue
Block a user