User:Gabrielchl/common.css

来自维基导游

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
@media screen {
body .ui-dialog .ui-icon-closethick {
    background: url(http://www.iconsdb.com/icons/preview/white/x-mark-xxl.png) no-repeat 50% 50% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
	margin-right: -0.6em !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: initial;
	width: 19px;
    margin: 0;
    padding: 0;
    height: 18px;
    float: right;
    line-height: 80px;
}

  span.mw-addlisting {
    font-size: small;
    font-weight: normal;
    display: inline-block;
  }

  span.vcard-edit-button a {
    color: rgb(150,150,150);
    font-size:0.8em;
  }
  
  .ui-dialog {
    font-size:0.8em;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  
  .ui-dialog .ui-dialog-title {
  	font-size: 20px;
    line-height: 80px;
    float: left;
    margin: 0;
  }
  
  body .ui-dialog .ui-widget-header {
    background: rgb(169, 200, 214) !important;
    height: 80px;
    color: #fff;
    background: #2196F3 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  
  #progress-dialog {
    font-size:large;
    padding-top:22px;
    text-align:center;
  }
  
  #listing-editor {
    font-size:0.9em;
    padding: 0em 1.5em 1em;
  }
  
  #listing-editor fieldset {
    float:left;
    border:0;
    padding:0.2em;
  }
  
  #listing-editor textarea {
    width: 86%;
  }
  
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  	font-family: sans-serif;
    font-size: 1em;
    border: 0;
    border-bottom: 1px solid #bbb !important;
    background-color: initial !important;
    margin-bottom: 5px;
  }

  #listing-editor .input-text {
    padding:0.05em;
    clear: both;
  }
  
  #listing-editor .input-text label {
    width: 5em;
    font-weight:bold;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    margin-top:0.2em;
  }
  
  #listing-help {
    margin-right: 30px;
    margin-left:10px;
  }
  
  #listing-help .ui-button-text {
    background-color: #2196f3 !important;
    float: left;
    color: #fff;
    font-weight: bold;
  }

  .ui-dialog .ui-dialog-buttonpane button {
    border: none !important;
    border-radius: 0 !important;
    margin: 0;
    cursor: pointer;
  }

.ui-dialog-buttonset .ui-button-text {
	background-color: #2196F3 ;
    font-weight: bold;
    border-radius: 0 ;
    color: #fff;
    padding: 1.0em 2.0em;
}

.ui-button-text-only:nth-of-type(3) .ui-button-text{
	background-color: #3a3a3a !important;
    font-weight: bold;
    border-radius: 0 !important;
    color: #d4d4d4;
}
  
  #span_closed {
    float: right;
    color: maroon;
  }

body .ui-dialog .ui-dialog-buttonpane {
    margin-top: 0 !important;
    padding: 0 0 0 1.4em !important;
}
}