User:Anoop Rao/common.css

From Test Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css?family=Amarante');


a.popupMoreLink {
  display: block;
  text-align: right;
  cursor: pointer;
}

ins.popupDiff {
  background: #afe;
}

del.popupDiff {
  background: #ffe6e6;
}

#selectionPreview {
  /*
  overflow: auto;
  max-height: 16ex;
  */
  border: 2px solid #ddd;
  background-color: #eef;
  padding: 6px;
}

.navpopup {
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 5px;
  font-size: 11px;
  box-shadow: 0 3px 8px rgba( 50, 50, 50, 0.35 );
  /* opacity: 0.9; */
}

.navpopup hr {
  color: #aaa !important;
  background-color: #aaa !important;
}

/* Configure Drag bar color */
.popupDrag {
  background-color: #ffbe20;
  height: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.popupDragHandle {
  cursor: move;
  position: relative;
}

/* menu magic - many thanks to [[User:Zocky]]! */

/* popups */
.popup_menu li {
  margin: 0px;
}

.popup_menu {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  margin-top: 1em;
  line-height: 1.25em;
  list-style-type: none;
  top: 0.1em;
  z-index: 2;
  width: 10em;
  background: white;
  border: 1px solid grey;
  padding: 0 !important;
  margin-left: -6px;
  margin-top: 1em;
  border-width: 1px 1px 1px 6px;
}

.popup_menu a {
  display: block;
  padding: 3px;
  color: #555;
}

.popup_menu_row a {
  display: inline-block;
}

.popup_menu_row {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #aaa;
  /* border: 1px solid red; */
}

.popup_drop {
  display: inline;
  position: relative;
}

.popup_drop a,
.popup_drop a:visited {
  padding: 3px;
  margin: 0;
  font-weight: bold;
  color: #0645ad;
}

.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {
  display: inline;
  background: white;
  padding: 2px;
  color: #555;
}

.popup_drop:hover {
  background: #ccf;
  color: #44f;
}

/* other colours, styles and so on */
.popup_menu a:hover {
  background: grey;
  color: #fff;
  text-decoration: none;
}

.popup_mainlink {
  font-size: 140%;
  font-weight: bold;
}

.popup_mainlink a {
  color: #000;
}

a.popup_change_title_link {
  color: #152;
}

.popup_diff_dates {
  font-style: italic;
  background: none;
}

.popup_menu_item {
  list-style: none;
  padding: 0;
  margin: 0;
  /* border: 1px solid green; */
}

.popup_menu_item a {
  display: block;
}

.popup_history_row_even {
  background: #eee;
}

.popup_history_date {
  font-weight: bold;
  font-size: 120%;
}

/* disable interwiki styling */
.popupPreview a.extiw,
.popupPreview a.extiw:active {
  color: #36b;
  background: none;
  padding: 0;
}

.popupPreview a.external {
  color: #36b;
}

/* this can be used in the content area to switch off
special external link styling */
.popupPreview .plainlinks a {
  background: none !important;
  padding: 0 !important;
}

.pph-wordmark-text {
    font-size: 24px;
    margin-top: 20px;
font-family:Papyrus;
}
.UserProfileMasthead .masthead-info hgroup {
    background-color: #404a57;
    background-image: -moz-linear-gradient(top,#566374 0%,#00f 100%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#00f),color-stop(100%,#404a57));
    background-image: -o-linear-gradient(top,#566374 0%,#404a57 100%);
    background-image: -ms-linear-gradient(top,#566374 0%,#404a57 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    overflow: auto;
    padding: 8px 25px;
    font-family: 'Amarante', cursive;
}


body.pph-experiment.user-logged .PremiumPageHeader {
    display: inline;
    font-family: 'Amarante', cursive;
}

.UserProfileMasthead .masthead-info {
    box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.25);
    zoom: 1;
    background: #f0f0f0;
    font-family: 'Amarante', cursive;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 175px;
    margin-bottom: 10px;
    position: relative;
}

body {
font-family: 'Amarante', cursive;
}