Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitaroH authored Sep 19, 2017
1 parent 7688bea commit 5ba3b17
Showing 1 changed file with 297 additions and 0 deletions.
297 changes: 297 additions & 0 deletions LinuxMintBlog-DeepDark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
@-moz-document domain("blog.linuxmint.com") {

/*Theme made by RaitaroH @https://github.com/RaitaroH/LinuxMint_Blog-Deepdark*/

/*1.0.0*/

/*Main color variables*/
:root
{
/*User colors*/
--main-color: /*[[mainColor]]*/;
--main-background: /*[[mainBackground]]*/;
--second-background: /*[[secondBackground]]*/;
--hover-background: /*[[hoverBackground]]*/;
--main-text: /*[[mainText]]*/;
--dimer-text: /*[[dimerText]]*/;

/*DeepDark colors*/
/*
--main-color: #00adee;
--main-background: #111111;
--second-background: #181818;
--hover-background: #232323;
--main-text: #eff0f1;
--dimer-text: #CCCCCC;
*/

/*KDE colors*/
/*
--main-color: #3DAEE9;
--main-background: #232629;
--second-background: #2a2e32;
--hover-background: #31363b;
--main-text: #eff0f1;
--dimer-text: #bdc3c7;
*/

/*Vertex Dark colors*/
/*
--main-color: #4080fb;
--main-background: #2B2B2C;
--second-background: #353638;
--hover-background: #515254;
--main-text: #F3F3F5;
--dimer-text: #AEAFB0;
*/

/*Arc Dark colors*/
/*
--main-color: #5294E2;
--main-background: #343944;
--second-background: #383C4A;
--hover-background: #414A59;
--main-text: #C1C8D1;
--dimer-text: #B3BAC5;
*/

/*Firefox Dark colors*/
/*
--main-color: #5675B9;
--main-background: #272B35;
--second-background: #181D20;
--hover-background: #353A44;
--main-text: #E3EEF9;
--dimer-text: #606376;
*/

/*Firefox57 Dark colors*/
/*
--main-color: #4080FB;
--main-background: #0C0C0D;
--second-background: #252526;
--hover-background: #323234;
--main-text: #F9F9FA;
--dimer-text: #D0D0D0;
*/

/*Discord colors*/
/*
--main-color: #7289DA;
--main-background: #1E2124;
--second-background: #2F3136;
--hover-background: #484B51;
--main-text: #FFFFFF;
--dimer-text: #ADA8AA;
*/

/*YouTube dark colors*/
/*
--main-color: #E52117;
--main-background: #111111;
--second-background: #232323;
--hover-background: #343434;
--main-text: #E1E1E1;
--dimer-text: #7F7F7F;
*/

/*Mint-Y-Dark colors*/
/*
--main-color: #9AB87C;
--main-background: #2F2F2F;
--second-background: #383838;
--hover-background: #404040;
--main-text: #FFFFFF;
--dimer-text: #D5DADA;
*/

/*9anime colors*/
/*
--main-color: #723f8c;
--main-background: #0B0A0D;
--second-background: #17151C;
--hover-background: #1E1C25;
--main-text: #B4B4B4;
--dimer-text: #747474;
*/
}


/*Changed text highlight*/
::selection
{
background: var(--main-color) !important;
color: var(--main-text) !important;
}
::-moz-selection
{
background: var(--main-color) !important;
color: var(--main-text) !important;
}


/*Outline for links*/
a
{
outline-color: var(--main-color) !important;
}


/*Removing text decorations*/
*
{
text-decoration: none !important;
}

body, html
{
background-color: var(--second-background) !important;
color: var(--dimer-text) !important;
}
#page
{
background-color: var(--main-background) !important;
}
a, a:visited
{
color: var(--main-color) !important;
opacity: .9;
}
a:hover
{
opacity: 1;
}

p, li, h1, h2, h3, h4, span
{
color: var(--main-text) !important;
}
.date
{
color: var(--dimer-text) !important;
}
font
{
color: var(--main-color) !important;
opacity: .9;
}

#header
{
background: var(--hover-background) !important;
border-radius: 0 0 50px 50px !important;
}


/*Search*/
#search input
{
background-color: var(--second-background) !important;
border-color: var(--hover-background) !important;
}
#search input:hover, #search input:active, #search input:focus
{
border-color: var(--main-color) !important;
}
img[src="http://blog.linuxmint.com/wp-content/themes/say-it-10/images/search.png"]
{
display: block !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
background: url(https://raw.githubusercontent.com/RaitaroH/LinuxMint_Blog-Deepdark/master/Images/search.png) no-repeat !important;
width: 14px !important;
height: 14px !important;
padding-left: 14px !important;
position: relative !important;
}


/*First post*/
.post_firstpost
{
background-image: none !important;
border-color: var(--main-color) !important;
border-style: dashed !important;
}


/*Sponsorships*/
td
{
background-color: var(--second-background) !important;
border-color: var(--hover-background) !important;
color: var(--main-text) !important;
}
td img
{
border-color: var(--hover-background) !important;
}


/*Bubble*/
.postmetadata2, .postmetadata
{
background: transparent !important;
border: 5px solid var(--hover-background) !important;
border-radius: 20px !important;
}


/*Comments*/
cite
{
color: var(--main-color) !important;
}
.commentmetadata a
{
opacity: .5;
}
.commentmetadata a:hover
{
opacity: 1;
}



#author, #email, #url, #comment, #submit
{
background-color: var(--second-background) !important;
border: 1px solid var(--hover-background) !important;
box-shadow: none !important;
}
#author:hover, #email:hover, #url:hover, #comment:hover, #author:focus, #email:focus, #url:focus, #comment:focus, #author:active, #email:active, #url:active, #comment:active
{
border-color: var(--main-color) !important;
}
#submit:hover
{
color: var(--main-color) !important;
}


/*Main news*/
#sidebar h2
{
background-image: none !important;
border-color: var(--hover-background) !important;
padding-left: 15px !important;
}


/*Code*/
.crayon-syntax
{
border-color: var(--hover-background) !important;
}
.crayon-theme-monokai .crayon-striped-line
{
background: var(--hover-background) !important;
}


#footer
{
background: var(--hover-background) !important;
border-radius: 50px 50px 0px 0px !important;
}
}

0 comments on commit 5ba3b17

Please sign in to comment.