Changes

From SamuraiWiki
Jump to navigationJump to search
no edit summary
Line 208: Line 208:  
*/
 
*/
 
#bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] {
 
#bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] {
     background: url(external.png) center right no-repeat;
+
     background: url(/w/skins/samurai/external.png) center right no-repeat;
 
     padding-right: 13px;
 
     padding-right: 13px;
 
}
 
}
    
#bodyContent a[href ^="https://"], .link-https {
 
#bodyContent a[href ^="https://"], .link-https {
     background: url("lock_icon.gif") center right no-repeat;
+
     background: url("/w/skins/samurai/lock_icon.gif") center right no-repeat;
 
     padding-right: 16px;
 
     padding-right: 16px;
 
}
 
}
    
#bodyContent a[href ^="mailto:"], .link-mailto {
 
#bodyContent a[href ^="mailto:"], .link-mailto {
     background: url("mail_icon.gif") center right no-repeat;
+
     background: url("/w/skins/samurai/mail_icon.gif") center right no-repeat;
 
     padding-right: 18px;
 
     padding-right: 18px;
 
}
 
}
    
#bodyContent a[href ^="news://"] {
 
#bodyContent a[href ^="news://"] {
     background: url("news_icon.png") center right no-repeat;
+
     background: url("/w/skins/samurai/news_icon.png") center right no-repeat;
 
     padding-right: 18px;
 
     padding-right: 18px;
 
}
 
}
    
#bodyContent a[href ^="ftp://"], .link-ftp {
 
#bodyContent a[href ^="ftp://"], .link-ftp {
     background: url("file_icon.gif") center right no-repeat;
+
     background: url("/w/skins/samurai/file_icon.gif") center right no-repeat;
 
     padding-right: 18px;
 
     padding-right: 18px;
 
}
 
}
    
#bodyContent a[href ^="irc://"], .link-irc {
 
#bodyContent a[href ^="irc://"], .link-irc {
     background: url("discussionitem_icon.gif")  center right no-repeat;
+
     background: url("/w/skins/samurai/discussionitem_icon.gif")  center right no-repeat;
 
     padding-right: 18px;
 
     padding-right: 18px;
 
}
 
}
Line 246: Line 246:  
body {
 
body {
 
text-align: center;
 
text-align: center;
   background: #fff url("background.gif") top right no-repeat;
+
   background: #fff url("/w/skins/samurai/background.gif") top right no-repeat;
 
}
 
}
   Line 294: Line 294:  
/* Images ------------------------------------------------------------*/
 
/* Images ------------------------------------------------------------*/
 
#titleBar {
 
#titleBar {
background: #800000 url(titlebar_bg.png) repeat-x; /* blue and white background */
+
background: #800000 url(/w/skins/samurai/titlebar_bg.png) repeat-x; /* blue and white background */
 
}
 
}
 
 
Line 755: Line 755:  
     overflow: visible;
 
     overflow: visible;
 
     line-height: 1.2em;
 
     line-height: 1.2em;
 +
}
 +
 +
#p-cactions {
 +
    position: fixed;
 +
    top: 1.3em;
 +
    right: 0em;
 +
    margin: 0;
 +
    white-space: nowrap;
 +
    width: 76%;
 +
    line-height: 1.1em;
 +
    overflow: visible;
 +
    background: none;
 +
    border-collapse: collapse;
 +
    padding-left: 1em;
 +
    font-size: 95%;
 
}
 
}

Navigation menu