mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-17 00:46:11 +10:00
80 lines
1.5 KiB
SCSS
80 lines
1.5 KiB
SCSS
body {
|
|
//background:url('/assets/paper.jpg');
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
/*
|
|
.highlight {
|
|
-webkit-transition: all 1s ease;
|
|
-moz-transition: all 1s ease;
|
|
-o-transition: all 1s ease;
|
|
color: #333;
|
|
}
|
|
*/
|
|
|
|
//.highlight:hover {
|
|
// background: #ccc;
|
|
// text-decoration: none;
|
|
//}
|
|
|
|
.correct {
|
|
background: #090 !important;
|
|
}
|
|
|
|
.incorrect {
|
|
background: #900 !important;
|
|
}
|
|
|
|
.avatar {
|
|
border: 1px #ccc solid;
|
|
width: 200px;
|
|
height: 300px;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.avatar img {
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
width: 180px;
|
|
}
|
|
|
|
.social_media img {
|
|
margin: 5px;
|
|
}
|
|
.team-action-form{
|
|
float:left;
|
|
margin-left: 20px;
|
|
margin-top:16px;
|
|
}
|
|
.clear-left{
|
|
clear:left;
|
|
}
|
|
.clear-right{
|
|
clear:right;
|
|
}
|
|
.clear{
|
|
clear: both;
|
|
}
|
|
.viewable-team{
|
|
background-color:#eee;
|
|
border-color:#2D6987;
|
|
border-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
|
|
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7AB5D3;
|
|
transition:all 1s;
|
|
-moz-transition:all 1s;
|
|
-webkit-transition:all 1s;
|
|
-o-transition:all 1s;
|
|
}
|
|
.viewable-team:hover{
|
|
background-color:#e3e3e3;
|
|
border-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.095), 0 0 10px #7AB5D3;
|
|
-webkit-box-shadow:inset 0 2px 2px rgba(0, 0, 0,0.095), 0 0 10px #7AB5D3;
|
|
-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.095), 0 0 10px #7AB5D3;
|
|
}
|
|
.url-font{
|
|
color:#777;
|
|
font-weight: bold;
|
|
} |