master
camilo 2 years ago
parent c73fff0d24
commit 6197d699e9

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

Loading…
Cancel
Save