Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Add styles
Browse files Browse the repository at this point in the history
Fix #5
  • Loading branch information
LeoColomb committed Mar 3, 2019
1 parent 2142f71 commit 677a3ca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
33 changes: 20 additions & 13 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
z-index: 9999999999;
top: 0;
right: 0;
width: auto;
padding: 2rem;
margin: 2rem;
background: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
opacity: 0.9;
text-align: right;
width: 250px !important;
padding: 2em !important;
margin: 2em !important;
background: rgba(0, 0, 0, 0.8) !important;
color: white !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 14px !important;
text-align: left !important;
border-radius: 0.2em;
box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.27);
}
Expand All @@ -21,12 +20,20 @@
.qui-possede-les-medias-box a:visited,
.qui-possede-les-medias-box a:active,
.qui-possede-les-medias-box a:focus {
text-decoration: underline;
color: #edb200;
text-decoration: underline !important;
color: #edb200 !important;
}

/* mouse over link */
.qui-possede-les-medias-box a:hover {
text-decoration: none;
color: #edb200;
text-decoration: none !important;
color: #edb200 !important;
}

.qui-possede-les-medias-button {
background: none !important;
color: white !important;
border: none !important;
float: right !important;
margin: -1.5em !important;
}
9 changes: 9 additions & 0 deletions source/popup.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
:root {
width: 250px;
padding: 1em;
background: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}

/* link */
.qui-possede-les-medias-box a:link,
.qui-possede-les-medias-box a:visited,
Expand Down

0 comments on commit 677a3ca

Please sign in to comment.