File tree Expand file tree Collapse file tree 1 file changed +99
-0
lines changed Expand file tree Collapse file tree 1 file changed +99
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Sticky footer styles
2+ -------------------------------------------------- */
3+ html {
4+ position : relative;
5+ min-height : 100% ;
6+ }
7+
8+ body {
9+ /* Margin bottom by footer height */
10+ margin-bottom : 90px ;
11+ }
12+
13+ .footer {
14+ position : absolute;
15+ bottom : 0 ;
16+ width : 100% ;
17+ /* Set the fixed height of the footer here */
18+ height : 60px ;
19+ background-color : # f5f5f5 ;
20+ }
21+
22+ /* Custom page CSS
23+ -------------------------------------------------- */
24+ /* Not required for template or sticky footer method. */
25+
26+ .container {
27+ width : auto;
28+ max-width : 750px ;
29+ /*padding: 0 15px;*/
30+ }
31+
32+ .jumbotron > h1 {
33+ color : rgba (0 , 0 , 0 , 0.55 )
34+ }
35+
36+ .jumbotron > h1 > img {
37+ vertical-align : inherit;
38+ height : 64px ;
39+ margin-bottom : -4px ;
40+ }
41+
42+ .jumbotron {
43+ text-align : center;
44+ }
45+
46+ .main-offset {
47+ padding-top : 75px ;
48+ }
49+
50+ .container .text-muted {
51+ margin : 20px 0 ;
52+ }
53+
54+ .navbar-nav img {
55+ vertical-align : text-bottom;
56+ }
57+
58+ .fdroid-repo-desc > .row > div {
59+ padding : 20px ;
60+ }
61+
62+ .fdroid-repo-desc span .key {
63+ color : # 999 ;
64+ display : block;
65+ }
66+
67+ .fdroid-repo-desc span .val {
68+ display : block;
69+ padding-bottom : 10px ;
70+ }
71+
72+ .fdroid-dl-app {
73+ margin-bottom : 10px ;
74+ }
75+
76+ .fdroid-dl-app span .name {
77+ display : block;
78+ margin-top : 5px ;
79+ font-weight : bold;
80+ }
81+ .fdroid-dl-app span .pname {
82+ display : block;
83+ color : # 999 ;
84+ margin-bottom : 5px ;
85+ }
86+
87+ .fdroid-dl-app p {
88+ margin : 0 ;
89+ }
90+
91+ .btn-dl {
92+ height : 48px ;
93+ }
94+
95+ .btn-dl span .ver {
96+ display : block;
97+ color : # 999 ;
98+ font-size : 80% ;
99+ }
You can’t perform that action at this time.
0 commit comments