Add Seventh Ancillary Journal
This commit is contained in:
parent
4dbf2aeb3e
commit
32ef5808fa
59 changed files with 3196 additions and 0 deletions
22
assets/seventh.css
Normal file
22
assets/seventh.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* Custom to 7th Ancillary Journal */
|
||||
menu {
|
||||
background-color: darkred;
|
||||
|
||||
a,a:visited,a:link,a:focus {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
transition: color 0.5s;
|
||||
}
|
||||
a:hover {
|
||||
color: yellow;
|
||||
transition: color 0.5s;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
figcaption {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.menu-toggle {
|
||||
background-color: darkred; color: white;
|
||||
}
|
BIN
assets/seventh.png
Normal file
BIN
assets/seventh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
Loading…
Add table
Add a link
Reference in a new issue