mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
7d26a92a08
commit752ddcdc5f
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Apr 4 09:10:05 2015 -0700 Redoing that stupid fix mobile/small screen thing commitb5d003855d
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Oct 11 16:55:09 2014 -0700 Kludge fix for boldness commit31cb2ba6a0
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Oct 11 01:26:08 2014 -0700 Put the bold hack thing here. commit888062726e
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Oct 11 01:25:36 2014 -0700 Actually didn't want the hack here. commit8c8c5b8819
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Oct 11 01:15:12 2014 -0700 Moved the bold hack to here commitb57c982779
Author: onyxserpent <jkanne@onyxserpent.com> Date: Sat Oct 11 01:12:32 2014 -0700 Moving the bold hack commit26cee800f6
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:28:33 2014 -0700 Possibly fixing font weight issues in OSX Firefox commit6afa73dc91
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:25:35 2014 -0700 Reverting font weight changes commit2269fcbb8a
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:25:00 2014 -0700 Reverting font weight changes commitcbcf30daff
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:24:33 2014 -0700 Reverting font weight changes commitfe3424b79a
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:23:53 2014 -0700 Reverting font weight changes commite0b6c15c90
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:22:53 2014 -0700 Reverting font weight changes commitf5d00cc2fc
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:20:58 2014 -0700 Reverting font weight changes commit77bff486f0
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:19:01 2014 -0700 Reverting font weight changes commit1f954206de
Author: onyxserpent <jkanne@onyxserpent.com> Date: Thu Oct 9 20:18:13 2014 -0700 Reverting font weight changes commit0b843d9fd8
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:32:50 2014 -0700 Fixes wrapping issues with small screens/mobile Theoretically should work this time. Initially put the code int he wrong CSS class. commit3f3e705387
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:23:26 2014 -0700 Fixed incorrect font useage commitd13e460bf7
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:17:35 2014 -0700 Copying font weight changes commita765901ab5
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:16:50 2014 -0700 Copying font weight changes commit97c664ec81
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:16:15 2014 -0700 Copying font weight changes commit9c4631fc23
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:13:39 2014 -0700 Copying font weight changes commit819ffb5077
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:12:43 2014 -0700 Copying font weight changes commit36dd502310
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:11:05 2014 -0700 Copying font weight changes commit5d669ef7f5
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:10:23 2014 -0700 Copying font weight changes commit2467c186ff
Author: onyxserpent <jkanne@onyxserpent.com> Date: Mon Sep 29 18:09:26 2014 -0700 Copying font weight changes
225 lines
2.2 KiB
SCSS
225 lines
2.2 KiB
SCSS
/*
|
|
Users Listing
|
|
*/
|
|
|
|
#users {
|
|
table-layout: auto;
|
|
|
|
.country {
|
|
width: 7%;
|
|
}
|
|
|
|
.age {
|
|
width: 5%;
|
|
}
|
|
|
|
.username,
|
|
.name {
|
|
width: 30%;
|
|
}
|
|
|
|
.steamid {
|
|
width: 20%;
|
|
}
|
|
|
|
.actions {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
/*
|
|
Profile
|
|
*/
|
|
|
|
#user {
|
|
@include span-columns(12);
|
|
|
|
.tabbed-contents {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
#profile {
|
|
|
|
.controls {
|
|
@include shift(0);
|
|
}
|
|
|
|
.tab {
|
|
|
|
h4 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.fields:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
#user-profile {
|
|
|
|
.photo {
|
|
@include span-columns(12);
|
|
margin: 20px 0;
|
|
text-align: center;
|
|
|
|
img {
|
|
display: inline-block;
|
|
float: none;
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
#user-data {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.group {
|
|
@include span-columns(6);
|
|
|
|
dd a {
|
|
float: none;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.achievements {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
tbody td {
|
|
&:first-child,
|
|
&:nth-child(2) {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
table.predictions {
|
|
|
|
.prediction {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
#profile-edit {
|
|
|
|
h1 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
form {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
/*
|
|
Agenda
|
|
*/
|
|
|
|
#agenda {
|
|
|
|
h4 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
form {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
|
|
&.inline {
|
|
width: auto;
|
|
display: inline;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.tab {
|
|
:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
#teams {
|
|
|
|
table {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/*
|
|
Messages
|
|
*/
|
|
|
|
#messages {
|
|
h1 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.tab {
|
|
|
|
:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.message {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
|
|
.subject {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.content {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
a.message {
|
|
display: inline;
|
|
margin: 0;
|
|
float: none;
|
|
}
|
|
|
|
&.highlight {
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
|
|
.back {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
/*
|
|
Staff List
|
|
*/
|
|
|
|
table.staff {
|
|
table-layout: auto;
|
|
|
|
.country {
|
|
width: 6%;
|
|
}
|
|
|
|
.username {
|
|
width: 20%;
|
|
}
|
|
|
|
.age {
|
|
width: 5%;
|
|
}
|
|
}
|