Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 7: Line 7:
 
   border-color: rgba(0, 0, 0, 0.6);
 
   border-color: rgba(0, 0, 0, 0.6);
 
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
 
 
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
 
    height: 100%;
 
    min-height: 100%;
 
    width: 100%;
 
 
}
 
}

Revision as of 20:29, 4 January 2018

.plainlinks {
 color: black;
}

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}