commit b12f29e98fb0b1e9b67a6723eb1e320af3725718
parent 92c6c93d3b8f0012ae8de55f094ab70b278136cf
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 10 Aug 2016 16:53:11 +0200
Improved how watched/unwatched pages are shown
Diffstat:
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/style.css b/style.css
@@ -45,7 +45,7 @@ https://github.com/AndrewBelt/WiTeX
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff');
}
-pt-userpage, #ca-edit, #ca-ve-edit, #p-views, div.vectorTabs ul, div.vectorTabs span{
+pt-userpage, #ca-edit, #p-views, div.vectorTabs ul, div.vectorTabs span{
background: none;
}
@@ -89,13 +89,6 @@ ul {
list-style: disc;
}
-/* Shift star on baseline */
-#ca-unwatch.icon a, #ca-watch.icon a, #ca-unwatch.icon a.loading, #ca-watch.icon a.loading {
- /*background-position: 5px 21px !important;*/
- background-position: 5px 69% !important;
- transform-origin: 50% 64% !important; /* Calculating with original WP values, should be y=66% but looks better with y=64% */
-}
-
/* nuke most things */
#mw-page-base,#mw-head-base{
visibility:hidden;
@@ -122,25 +115,22 @@ ul {
transition: opacity 0.5s ease-in-out;
}
-#ca-edit, #ca-ve-edit, #ca-viewsource, #p-personal, #p-search{
+#ca-edit, #ca-viewsource, #p-personal, #p-search{
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
-#mw-navigation:hover #ca-edit, #mw-navigation:hover #ca-ve-edit, #mw-navigation:hover #ca-viewsource, #mw-navigation:hover #p-personal, #mw-navigation:hover #p-search{
+#mw-navigation:hover #ca-edit, #mw-navigation:hover #ca-viewsource, #mw-navigation:hover #p-personal, #mw-navigation:hover #p-search{
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
-#p-cactions-label, div.vectorTabs, div.vectorTabs ul li, .NavHead div, .NavFrame div, .navbox div, .navbox th, .navbox-title, .hlist div, th, table{
- background: none !important;
-}
-div.vectorMenu div.menu {
- border-top-width: 1px;
+.NavHead div, .NavFrame div, .navbox div, .navbox th, .navbox-title, .hlist div, th, table{
+ background: white !important;
}
/* Content Box */
@@ -286,4 +276,4 @@ pre, code {
sup {
text-indent: 0;
-}
+}
+\ No newline at end of file