Changes

Jump to navigation Jump to search
906 bytes removed ,  03:54, 16 January 2020
no edit summary
Line 488: Line 488:  
.navbox .TabLabel {
 
.navbox .TabLabel {
 
     text-align: left;
 
     text-align: left;
}
  −
/* Tabs */
  −
.tab .TabLabelText {
  −
    display: inline-block;
  −
    padding: 1px;
  −
    cursor: pointer;
  −
}
  −
.tab .TabLabel {
  −
    z-index: 2;
  −
    position: relative;
  −
    -webkit-user-select: none;
  −
    -moz-user-select: none;
  −
    -ms-user-select: none;
  −
    -o-user-select: none;
  −
    user-select: none;
  −
}
  −
.tab .TabLabelText.selected {
  −
    border-top: 3px solid green;
  −
    padding: 1px;
  −
    background: white;
  −
    border-left: 1px solid #aaa;
  −
    border-right: 1px solid #aaa;
  −
}
  −
.tab .TabContent {
  −
    background: white;
  −
    padding: 20px 30px;
  −
    position: relative;
  −
    z-index: 1;
  −
    border: 1px solid #aaa;
  −
}
  −
.tab .TabContentText {
  −
    display: none;
  −
}
  −
.tab .TabContentText.selected {
  −
    display: block;
  −
}
  −
.Tabs .Tab {
  −
    border-bottom: 1px solid #aaa;
  −
}
  −
.Tabs .Tab:first-child {
  −
    border-top: 1px solid #aaa;
  −
}
  −
.Tabs .Tab .TabLabelText {
  −
    padding: 7px;
  −
}
  −
.Tabs .Tab .TabContentText {
  −
    padding: 3px;
   
}
 
}
 
/* 隐藏只供管理员查看的内容 */
 
/* 隐藏只供管理员查看的内容 */

Navigation menu