summaryrefslogtreecommitdiff
path: root/_theme/scipy/static/less/spc-content.less
blob: cc1cebd9bc66c18b333b863edc6d6e621773e370 (plain)
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
@import "spc-utils.less";
@import "bootstrap/variables.less";

.spc-page-title {
	h1, h2, h3, h4 {
		font-weight: normal;
		.underline;
	}
}

//tags -- deprecated 
// need to design
.tags .btn {
	border: none;
	font-size: 9.5px;
	font-weight: bold;
}

// search item specific settings
.spc-search-result {
	&-title {
		h1, h2, h3, h4 { font-weight: normal; }
	}
}

// snippet specific settings
.spc-snippet-header {
	margin-bottom: 5px;
}

.spc-snippet-info {
  padding-top: 10px;
	
	.dl-horizontal {
		margin: 5px;
		dt { font-weight: normal; }
	}
}

.spc-snippet-body {
	padding: 10px;
		
	.accordion-group {
		border: none;
	}
	
	.accordion-heading {
		text-transform: uppercase;
		font-size: 14px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.accordion-heading .accordion-toggle {
		padding-top: 10px;
		padding-bottom: 5px;
	}
}