4 changed files with 58 additions and 2 deletions
@ -0,0 +1,41 @@
@@ -0,0 +1,41 @@
|
||||
tr:hover td, |
||||
tr:hover th{ |
||||
background-color: khaki; |
||||
} |
||||
|
||||
a { |
||||
text-decoration: none; |
||||
color: navy; |
||||
} |
||||
a:hover { |
||||
text-shadow: 2px 2px 5px red; |
||||
} |
||||
|
||||
img { |
||||
max-width: 100%; |
||||
} |
||||
|
||||
#overlay{ |
||||
display: none; |
||||
background-color: rgba(0,0,0,0.8); |
||||
position: fixed; |
||||
width: 100%; |
||||
height: 100%; |
||||
top: 0; |
||||
left: 0; |
||||
} |
||||
|
||||
iframe { |
||||
position: absolute; |
||||
background: wheat; |
||||
width: calc(100% - 60px); |
||||
height: calc(100% - 60px); |
||||
left: 30px; |
||||
top: 30px; |
||||
} |
||||
|
||||
body.event { |
||||
text-align: justify; |
||||
max-width: 600px; |
||||
margin: 0 auto; |
||||
} |
Loading…
Reference in new issue