easyctf-2017/web/css/style.css

57 lines
699 B
CSS
Raw Normal View History

h1 {
2015-12-24 16:36:32 +00:00
font-size: 75px;
}
2015-12-24 03:00:20 +00:00
::-webkit-input-placeholder {
2015-12-25 03:38:00 +00:00
color: #999999;
2015-12-24 03:00:20 +00:00
}
:-moz-placeholder { /* Firefox 18- */
2015-12-26 06:36:55 +00:00
color: #999999;
2015-12-24 03:00:20 +00:00
}
2015-12-24 03:00:20 +00:00
::-moz-placeholder { /* Firefox 19+ */
2015-12-26 06:36:55 +00:00
color: #999999;
2015-12-24 03:00:20 +00:00
}
:-ms-input-placeholder {
2015-12-26 06:36:55 +00:00
color: #999999;
2015-12-24 03:00:20 +00:00
}
.intro {
2015-12-24 16:36:32 +00:00
text-align: center;
2015-12-24 16:49:08 +00:00
}
.column {
max-width: 450px;
2015-12-25 03:38:00 +00:00
}
body {
background-color: #F0F0F0;
}
.ui.menu .item img.logo {
margin-right: 1.5em;
}
.main.container {
margin-top: 7em;
}
.wireframe {
margin-top: 2em;
}
.ui.footer.segment {
margin: 5em 0em 0em;
padding: 5em 0em;
2015-12-26 06:36:55 +00:00
}
h1 {
color: #F38630;
}
li {
transition-duration: 0.5s;
}
li:hover {
background-color: #96c5c5;
}
tr {
transition-duration: 0.5s;
}
tr:hover {
background-color: #DDDDDD;
}