Nice looking serif fonts: palatino or URW Palladio L
This commit is contained in:
parent
d93fd7d2ea
commit
da5be9170c
@ -13,7 +13,7 @@ html
|
||||
color: black
|
||||
height: 100%
|
||||
text-align: center
|
||||
font-family: georgia, serif
|
||||
font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
|
||||
background-color: #9CC5EE
|
||||
// Integrating adl in another website
|
||||
&.iframe
|
||||
@ -77,7 +77,7 @@ header.top
|
||||
|
||||
ul.countries
|
||||
float: right
|
||||
font-size: 0.7em
|
||||
font-size: smaller
|
||||
line-height: 1em
|
||||
margin-left: 29px
|
||||
margin-right: 11px
|
||||
@ -97,14 +97,14 @@ header.top
|
||||
content: image-url('suisse.png')
|
||||
|
||||
h1
|
||||
margin: 0.5em 0
|
||||
font-size: 2.1em
|
||||
letter-spacing: 2px
|
||||
h2
|
||||
font:
|
||||
size: 1.2em
|
||||
style: italic
|
||||
weight: normal
|
||||
margin-top: -0.5em
|
||||
margin-top: -0.8em
|
||||
|
||||
main, body.mce-content-body
|
||||
position: relative
|
||||
@ -137,7 +137,7 @@ main, body.mce-content-body
|
||||
border: solid thin transparent
|
||||
font-size: initial
|
||||
min-height: 100%
|
||||
font-family: georgia, serif
|
||||
font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
|
||||
|
||||
iframe
|
||||
border: none
|
||||
@ -215,7 +215,7 @@ button.ws-popover-opener
|
||||
margin: 3px 0
|
||||
border: 1px solid #868686
|
||||
padding: 0.2em 0.8em
|
||||
font-family: georgia, serif
|
||||
font-family: Palatino, 'URW Palladio L', 'dejavu serif', georgia, serif
|
||||
background-color: white
|
||||
+border-radius(0.7em)
|
||||
&:focus
|
||||
|
@ -103,8 +103,6 @@ body.events.index table
|
||||
margin-right: -1em
|
||||
|
||||
.event
|
||||
font-size: smaller
|
||||
line-height: 1.1em
|
||||
a:link, a:visited
|
||||
color: #111
|
||||
font-weight: normal
|
||||
|
@ -7,6 +7,7 @@ img.favicon
|
||||
|
||||
form#lug_search
|
||||
right: 5%
|
||||
width: 12em
|
||||
position: absolute
|
||||
font-size: larger
|
||||
text-align: right
|
||||
|
@ -20,7 +20,7 @@
|
||||
margin: 0.6em auto
|
||||
|
||||
table, table.list, table.dates, table.list.dates
|
||||
border-spacing: 0
|
||||
border-spacing: 1px
|
||||
tbody th
|
||||
overflow: hidden
|
||||
max-width: 3em
|
||||
|
@ -2,7 +2,7 @@
|
||||
= f.label :search, t('.label')
|
||||
%em.fa.fa-users
|
||||
= 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)
|
||||
= f.button class: :search do
|
||||
%em.fa.fa-search
|
||||
|
Loading…
Reference in New Issue
Block a user