forked from timuu/nodebb-theme-timuu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.less
130 lines (106 loc) · 2.68 KB
/
theme.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@import "../nodebb-theme-persona/theme";
@import "./less/categories";
@import "./less/category";
@import "./less/style";
@import "./less/bootstrap/variables";
.navbar-default {background-color: #f8f8f8; border-color: #e7e7e7; border-width: 0 1px 4px 1px;}
.subcategory .content .title>a {
white-space: nowrap;
background: transparent;
}
.kralahmet-container {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.kralahmet .content .title>a {
white-space: nowrap;
background: transparent;
}
@media screen and (max-width: 1199px) {
#panel {padding-top: 10px;}
}
table
{
font-size: 14px;
border-collapse:collapse;
margin:20px 0 0;
padding:0;
}
table tr
{
border-top:1px solid #ccc;
background-color:#fff;
margin:0;
padding:0;
}
table tr:nth-child(2n)
{
background-color:#f8f8f8;
}
table tr th[align="center"], table tr td[align="center"] {
text-align:center;
}
table tr th, table tr td
{
border:1px solid #ccc;
text-align:left;
margin:0;
padding:6px 13px;
}
@media screen and (min-width: 800px) {
.content .video-container {max-width: 824px; padding-bottom: 45%;}
}
.navbar-default .navbar-toggle {
border-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #fff;
}
.composer .mobile-navbar {
background: #ffffff;
color: #000;
}
.topic .posts .content .img-responsive, .topic .posts .content iframe {
border-radius: 3px;
}
#menu .notification-list li a, .header .notification-list li a { color: #4a4a4a; }
#nprogress .bar { background: #202020 }
#nprogress .spinner-icon { border-top-color: #202020; border-left-color: #202020; }
.composer .tags-container .bootstrap-tagsinput .label {color: #6f6f6f;font-size: 13px;}
.topic .posts .content .img-responsive, .topic .posts .content iframe {
border-radius: 3px;
}
.btn {
border-radius: 5px;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info
{
color: #ffffff;
background-color: #2f2e2e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
color: #ffffff;
background-color: #2f2e2e;
border-color: #272627;
}
p {
margin: 0 0 11px;
}
.recent-cards .recent-card .bg {
border-radius: 5px;
}
.action-bar .btn-primary
{
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
color: #ffffff;
background-color: #2f2e2e;
border-color: #272627;
}
.topic h1 .topic-title {
line-height: 34px;
}