/*
    /* This css component of theme is adapted from our lovely [http://www.scp-wiki.net/component:theme SCP Sigma 9]
    本css外觀主題組件係改編自我們可愛的 [http://www.scp-wiki.net/component:theme SCP Sigma 9] 外觀主題
    Created by Dr V Valentine and SamScript
    本外觀主題由用戶Dr V Valentine與SamScript所作
    Powered on 2021/03/21 12:30
    [2019 Wikidot Theme]
    CC BY-SA 3.0
*/

div#container-wrap {
    background: url(https://i.imgur.com/2vmIFQp.png) top left repeat-x;
}
div.open-menu a {
    color: rgb(46, 139, 87)!important;
    border-color: rgb(46, 139, 87)!important;
}

/*標題與H1色彩*/
h1, #page-title {
    color: #008866;
}

/*調整連結色彩*/
  /*普通連結色彩*/
a  {
    color: #008866;
}

 /*未創建連結的色彩*/
a.newpage  {
    color: #1aa8eb;
}

 /*已瀏覽連結的色彩*/
a:visited  {
    color: #2f7e85;
}

 /*側欄已瀏覽連結的色彩*/
#side-bar a:visited {
    color: #074d4b;
}
[[/module]]
