Skip to content

Instantly share code, notes, and snippets.

@touyou
Created June 14, 2017 03:24
Show Gist options
  • Save touyou/61b268ba3ef41bf9632a5bc76a830327 to your computer and use it in GitHub Desktop.
Save touyou/61b268ba3ef41bf9632a5bc76a830327 to your computer and use it in GitHub Desktop.
UTAS学務システムを現代に戻すためのStylish用CSS
.portlet {
border: none;
box-shadow: none;
}
#tabtable .tabcell-sel {
border: none;
padding-bottom: 3px;
}
#tabtable .tabcell {
border: none;
}
#tabmenu-ul {
padding-top: 0px;
}
#tabmenu-ul li {
padding-top: 5px;
text-decoration: none;
}
#tabmenu-ul li:hover {
background: #fff;
}
.tabmenu-sub-ul:hover {
background: #fff;
}
.kaiko {
padding-left: 4px;
padding-right: 1px;
}
.cal-content {
padding-left: 4px;
}
#tabmenu-area {
border: none;
}
@touyou
Copy link
Author

touyou commented Jun 14, 2017

hover時の色は暫定。プログラム側の処理なせいで下線が消せない、悲しい。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment