elveos

elveos Git Source Tree

Root/css/member.less

1.member_page {
2    .padding_box;
3}
4
5
6.member{
7    margin-left: 20px;
8    .clearer{
9        border-bottom: 1px solid @border_color;
10        margin-bottom: 20px;
11        margin-right: 20px;
12    }
13    
14    h2{
15        font-size: 1.3em;
16    }
17}
18
19.member_id{
20    margin-bottom: 40px;
21
22    ul{
23        margin:0px;
24    }
25    .id_category{
26        color:@average_grey;
27        font-style: italic;
28    }
29}
30
31
32.avatar_block{
33    margin-right: 10px;
34}
35
36.member_teams_list{
37    list-style: circle outside none;
38    margin-left: 40px;
39    font-size: 1.3em;
40}
41
42.member_tabs{
43    .tab_pane{
44        margin:20px;
45    }
46    
47    h2{
48        border:none;
49    }
50}
51

Archive Download this file