Nice looking serif fonts: palatino or URW Palladio L

This commit is contained in:
echarp 2014-12-21 00:14:46 +01:00
parent d93fd7d2ea
commit da5be9170c
5 changed files with 9 additions and 10 deletions

View File

@ -13,7 +13,7 @@ html
color: black color: black
height: 100% height: 100%
text-align: center text-align: center
font-family: georgia, serif font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
background-color: #9CC5EE background-color: #9CC5EE
// Integrating adl in another website // Integrating adl in another website
&.iframe &.iframe
@ -77,7 +77,7 @@ header.top
ul.countries ul.countries
float: right float: right
font-size: 0.7em font-size: smaller
line-height: 1em line-height: 1em
margin-left: 29px margin-left: 29px
margin-right: 11px margin-right: 11px
@ -97,14 +97,14 @@ header.top
content: image-url('suisse.png') content: image-url('suisse.png')
h1 h1
margin: 0.5em 0
font-size: 2.1em font-size: 2.1em
letter-spacing: 2px
h2 h2
font: font:
size: 1.2em size: 1.2em
style: italic style: italic
weight: normal weight: normal
margin-top: -0.5em margin-top: -0.8em
main, body.mce-content-body main, body.mce-content-body
position: relative position: relative
@ -137,7 +137,7 @@ main, body.mce-content-body
border: solid thin transparent border: solid thin transparent
font-size: initial font-size: initial
min-height: 100% min-height: 100%
font-family: georgia, serif font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
iframe iframe
border: none border: none
@ -215,7 +215,7 @@ button.ws-popover-opener
margin: 3px 0 margin: 3px 0
border: 1px solid #868686 border: 1px solid #868686
padding: 0.2em 0.8em padding: 0.2em 0.8em
font-family: georgia, serif font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
background-color: white background-color: white
+border-radius(0.7em) +border-radius(0.7em)
&:focus &:focus

View File

@ -103,8 +103,6 @@ body.events.index table
margin-right: -1em margin-right: -1em
.event .event
font-size: smaller
line-height: 1.1em
a:link, a:visited a:link, a:visited
color: #111 color: #111
font-weight: normal font-weight: normal

View File

@ -7,6 +7,7 @@ img.favicon
form#lug_search form#lug_search
right: 5% right: 5%
width: 12em
position: absolute position: absolute
font-size: larger font-size: larger
text-align: right text-align: right

View File

@ -20,7 +20,7 @@
margin: 0.6em auto margin: 0.6em auto
table, table.list, table.dates, table.list.dates table, table.list, table.dates, table.list.dates
border-spacing: 0 border-spacing: 1px
tbody th tbody th
overflow: hidden overflow: hidden
max-width: 3em max-width: 3em

View File

@ -2,7 +2,7 @@
= f.label :search, t('.label') = f.label :search, t('.label')
%em.fa.fa-users %em.fa.fa-users
= f.search_field :name_or_city_or_department_or_related_region_name_or_url_cont, = f.search_field :name_or_city_or_department_or_related_region_name_or_url_cont,
id: :q_search, size: 13, id: :q_search, size: 16,
placeholder: t('.title', entity: Lug.model_name.human) placeholder: t('.title', entity: Lug.model_name.human)
= f.button class: :search do = f.button class: :search do
%em.fa.fa-search %em.fa.fa-search