Skip to content

Commit

Permalink
pruned stale css (non-semantic change)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Dec 28, 2023
1 parent 45927a9 commit 39afe7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
69 changes: 0 additions & 69 deletions css/example_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,72 +30,3 @@
--theme-link-colour: #2530a7;
--theme-content-background-colour: #fff;
}

div.headerNavbar {
font-size: 20px;
text-align: right;
color: #2d3bce;
height: 94px;
line-height: 94px;
width: auto;
position: relative;
border-bottom: 2px solid #2d3bce;
}
div.headerNavbar span {
vertical-align: bottom;
line-height: normal;
right: 0;
bottom: 0;
position: absolute;
}
div.leftNav {
float: left;
margin-top: 0;
margin-left: 2px;
text-align: left;
width: 165px;
}
div.leftNav a {
color: #000000;
text-decoration: none;
font-size: 12pt;
}
div.leftNav td a:hover {
color: #91a3ce;
text-decoration: underline;
}
div.leftNav {
clear:both;
padding-left: 6px;
}
div.headerListen p a {
text-align: right;
font-size: 14px;
line-height: 14px;
}
div.headerLogo {
float: left;
width: 200px;
line-height: 1.1;
}
div.headerLogo img {
padding-top: 8px;
width: 200px;
}
div.content {
width: 704px;
}
hr {
color: #2d3bce;
}
p {
margin: 10px 0;
}
div.playlistBanner a {
color: #fff !important;
text-decoration: underline;
}

.nav2:link { color: #000; }
.nav2:visited { color: #000; }
.nav2:active { color: #000; }
16 changes: 0 additions & 16 deletions css/zoostyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,22 +277,6 @@ table.recent-reviews th {
margin-top: 4px;
}

.zk-fade-visible {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 2s linear;
-moz-transition: opacity 2s linear;
-o-transition: opacity 2s linear;
transition: opacity 2s linear;
}
.zk-fade-hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s 2s, opacity 2s linear;
-moz-transition: visibility 0s 2s, opacity 2s linear;
-o-transition: visibility 0s 2s, opacity 2s linear;
transition: visibility 0s 2s, opacity 2s linear;
}
.home-nowplaying {
font-size: 12pt;
line-height: 1.5;
Expand Down

0 comments on commit 39afe7b

Please sign in to comment.