Skip to content

Instantly share code, notes, and snippets.

@tomoyk
Created May 14, 2017 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyk/a47ec98d636852c3168732f0d32896a7 to your computer and use it in GitHub Desktop.
Save tomoyk/a47ec98d636852c3168732f0d32896a7 to your computer and use it in GitHub Desktop.
#myTabContent > .fade {
opacity: 1;
}
#tab1 {
border-bottom: solid 1px #16215c;
}
.tab-content > .tab-pane {
display: block;
}
body > table {
border-collapse: collapse;
/* width: 100%;*/
font-size: 20px;
}
body > table > tbody > tr > td {
padding: 8px 10px;
}
body > table > tbody > tr > td > input {
background: #4788d2;
color: #fff;
font-size: 20px;
padding: 5px;
}
body > table > tbody > tr:nth-child(2n) {
background-color: #fff;
/* 偶数行 */
}
body > table > tbody > tr:nth-child(2n+1) {
background-color: #d3e2f9;
/* 奇数行 */
}
body div#contents {
margin-bottom: 0;
margin-top: 60px;
}
div.lecture-user-memo {
display: none;
}
header#global-header {
display: none;
}
nav#global-navi {
background: linear-gradient(to right, red, orange, yellow, green, blue);
/*
animation-name: funny;
animation-duration: 5s;
animation-timing-function: ease;
animation-iteration-count: infinite;
transition-timing-function: ease-in-out;
*/
margin-top: 0;
}
section.lecture-card {
width: 300px;
}
section.portal-section > header > a {
background: #0e6d6a;
border: solid 1px #b1b1b1;
border-radius: 10px;
color: #fff;
display: inline-block;
margin: 20px 10px;
padding: 10px;
}
ul.nav-tabs {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment