Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
okhin
templates-mails
Commits
64fa35d7
Commit
64fa35d7
authored
Mar 31, 2016
by
okhin
Browse files
Fixing some CSS and restrictingthe CSS to only the new part
parent
983f6fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
evenements/dev_workshop.html
View file @
64fa35d7
<div>
<style
type=
"text/css"
>
.header
{
<style
type=
"text/css"
>
.event
.header
{
background
:
#fff
;
height
:
220px
;
margin-bottom
:
1
0px
;
margin-bottom
:
1
em
;
background-color
:
#487ed5
;
padding-top
:
1
5px
;
padding-top
:
1
.5em
;
}
.header
.logo
{
.event
.header
.logo
{
background-image
:
url('https://wiki.laquadrature.net/images/b/b0/Logo_devs_lqdn.png')
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
...
...
@@ -18,20 +17,19 @@
margin-right
:
auto
;
}
.header
.text
{
.event
.header
.text
{
font-size
:
5em
;
font-family
:
'Courier New'
,
Courier
,
modern
,
monospace
;
font-weight
:
normal
;
text-align
:
center
;
color
:
#fff
;
margin-top
:
1
0px
;
margin-top
:
1
.5em
;
}
p
{
.event
p
{
font-style
:
normal
;
font-weight
:
normal
;
font-size
:
1.4em
;
font-family
:
Tahoma
,
Geneva
,
sans-serif
;
line-height
:
1.5
;
text-align
:
left
;
...
...
@@ -40,7 +38,7 @@
}
h1
{
.event
h1
{
font-style
:
normal
;
font-weight
:
normal
;
font-size
:
3em
;
...
...
@@ -48,15 +46,15 @@
color
:
#fff
;
margin-left
:
3em
;
margin-right
:
3em
;
text-align
:
left
;
text-align
:
center
;
font-family
:
'Courier New'
,
Courier
,
modern
,
monospace
;
}
h2
{
.event
h2
{
font-style
:
normal
;
font-weight
:
normal
;
font-size
:
1.5
em
;
font-size
:
2
em
;
line-height
:
1.3
;
font-family
:
'Courier New'
,
Courier
,
modern
,
monospace
;
text-align
:
left
;
...
...
@@ -66,70 +64,58 @@
color
:
#fff
!important
;
}
h2
a
{
.event
h2
a
{
color
:
#fff
!important
;
}
h3
{
.event
h3
{
font-style
:
normal
;
font-weight
:
bold
;
font-size
:
2
em
;
font-size
:
1.5
em
;
line-height
:
1.3
;
font-family
:
'Courier New'
,
Courier
,
modern
,
monospace
;
text-align
:
left
;
margin-left
:
70px
;
margin-left
:
5em
;
}
b
{
font-size
:
1.5em
;
.event
b
{
line-height
:
1.5
;
font-family
:
Tahoma
,
Geneva
,
sans-serif
;
font-weight
:
700
;
}
p
a
{
.event
p
a
{
font-style
:
normal
;
color
:
#2C6ABB
;
font-size
:
1.5em
;
font-family
:
Tahoma
,
Geneva
,
sans-serif
;
line-height
:
1.5
;
}
p
a
:after
{
.event
p
a
:after
{
content
:
' \279a'
}
p
a
:hover
{
.event
p
a
:hover
{
text-decoration
:
underline
;
color
:
#3d94ff
;
}
p
a
:visited
{
.event
p
a
:visited
{
color
:
#1a3f70
;
}
li
{
.event
li
{
font-style
:
normal
;
font-weight
:
normal
;
font-size
:
1.5em
;
margin-left
:
5em
;
text-align
:
left
;
line-height
:
1.5
;
font-family
:
'Courier New'
,
Courier
,
modern
,
monospace
;
}
body
{
background-color
:
#F6F6F6
;
font-family
:
Arial
,
serif
;
margin
:
0
;
padding
:
0
;
min-width
:
100%
;
-webkit-text-size-adjust
:
none
;
-ms-text-size-adjust
:
none
;
}
</style>
</style>
<div
class=
"event"
>
<div
class=
"header"
>
<div
class=
"logo"
>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment