Created
June 14, 2017 03:24
-
-
Save touyou/61b268ba3ef41bf9632a5bc76a830327 to your computer and use it in GitHub Desktop.
UTAS学務システムを現代に戻すためのStylish用CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hover時の色は暫定。プログラム側の処理なせいで下線が消せない、悲しい。。。