User:穿越火木有线/common.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* 总是在链接下加下划线(always underline links) */
:link { text-decoration: underline; }
/******************************************************************/
/* 向右移动分类链接                                   */
/******************************************************************/
/* 
/* 移动分类链接盒子 */
/* #catlinks {  
/*   position:absolute;
/*   z-index:1;
/*   border: 1px solid #aaaaaa; background: #fafaff; */
/*   right:1em; 
/*   top:-0.25em;
/*   width:10.5em;
/*   float:right;
/*   margin: 0.2em;
/*   padding:0.2em;
/* }
/* 
/* 格式化分类链接 */
/* p.catlinks {
/*   color: #aaaaaa;
/*   font-family: Verdana,sans-serif;
/*   font-size:67%;
/*   line-height: 1.5em;
/*   text-align:left;
/*   text-indent:0;
/*   text-transform: none;
/*   white-space:normal;
/*   margin: 0.2em;
/* }
 
/* #p-personal h5 {
/*     display: inline;
/* }
 
/* 分类链接格式化(为了区分“:”和“|”) format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}
a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: sans-serif;
    text-decoration: underline overline;
    margin-right: 0.5ex;
}
  .menu { 

  display:block; 

  position:absolute; 

  } 

  a.bimzcymenu, a.bimzcymenu:visited { 

  color:#000; 

  FILTER: progid:DXImageTransform.Microsoft.gradient(startColorStr:#4977ff 

  ,EndColorStr :#defdff,GradientType:0); width:77px; 

  height:25px; 

  display:block; 

  border:1px solid #ec0000; 

  margin-right:-1px; 

  text-align:center; 

  float:left; 

  text-decoration:none; 

  font-family:tahoma, vardana, arial, sans-serif; 

  font-size:12px; 

  line-height:23px; 

  overflow:hidden; 

  } 

  a.bimzcymenu:hover{ 

  color:#ec0000; 

  background:#FF00ff; 

  FILTER: progid:DXImageTransform.Microsoft.gradient(startColorStr:#f5e2ad 

  ,EndColorStr :#ff9305,GradientType:0); 

  overflow:visible; 

  } 

  a.bimzcymenu:hover table{ 

  display:block; 

  border-collapse:collapse; 

  } 

  a.submenu, a.submenu:visited{ 

  display:block; 

  FILTER: progid:DXImageTransform.Microsoft.gradient(startColorStr:#d23495 

  ,EndColorStr :#c345679,GradientType:0); 

  width:73px; 

  height:25px; 

  border-bottom:1px solid #000; 

  text-decoration:none; 

  line-height:25px; 

  color:#000000; 

  font-family:tahoma, vardana, arial, sans-serif; 

  font-size:12px; 

  text-align:center; 

  } 

  a.submenu:hover{ 

  FILTER: progid:DXImageTransform.Microsoft.gradient(startColorStr:#f78652 

  ,EndColorStr :#ef8973,GradientType:0); 

  }