master
camilo 2 years ago
parent c73fff0d24
commit 6197d699e9

@ -33,8 +33,9 @@ a{
}
.ext {
border-bottom-color: rgb(76, 211, 171);
background:linear-gradient(to bottom, lightyellow 0, lightyellow 100%);
color: blue;
border-bottom-color: blue;
background:linear-gradient(to bottom, rgb(255, 255, 255) 0, blue 100%);
background-position:0 100%;
background-repeat:repeat-x;
background-size: 0 0;
@ -66,9 +67,9 @@ header h1{
#project-title {
font-family: fluxisch;
margin-top: 20pt;
margin-top: 10pt;
font-size:1.5em;
line-height:110%;
line-height:100%;
margin-bottom:1%;
}
@ -135,11 +136,18 @@ section#main{
font-size:0.8em;
}
h3.gal-title {
margin-top: 3pt;
margin-bottom: 3pt;
}
#publist {
margin-top: 5pt;
line-height:80%;
}
#galleries li, #galleries p{
list-style-type: none;
color:black;
font-size:0.9em;;
}

Loading…
Cancel
Save