82
82
background-image : -o-linear-gradient (bottom, # EEE, whiteSmoke);
83
83
background-image : -ms-linear-gradient (bottom, # EEE, whiteSmoke);
84
84
background-image : linear-gradient (bottom, # EEE, whiteSmoke);
85
+ font-family : "Open Sans" , sans-serif;
86
+ font-weight : 700 ;
85
87
}
86
88
87
89
.group-title : hover ,
95
97
background-image : -o-linear-gradient (bottom, # 6D6D6D, gray);
96
98
background-image : -ms-linear-gradient (bottom, # 6D6D6D, gray);
97
99
background-image : linear-gradient (bottom, # 6D6D6D, gray);
100
+ font-family : "Open Sans" , sans-serif;
101
+ font-weight : 700 ;
98
102
}
99
103
100
104
.group-title ::after {
@@ -153,6 +157,8 @@ div.group-content {
153
157
div .group-content .group-description {
154
158
padding : 0 ;
155
159
margin-bottom : 20px ;
160
+ font-weight : 300 ;
161
+ font-family : "Montserrat" , sans-serif;
156
162
}
157
163
158
164
.section-title {
@@ -254,7 +260,7 @@ div.group-content .group-description {
254
260
}
255
261
256
262
# rate-stars {
257
- float : right ;
263
+ margin : 10 px 0 px 10 px 55 px ;
258
264
width : 100px ;
259
265
height : 20px ;
260
266
background-image : url ('../images/star.png' );
@@ -266,6 +272,9 @@ div.group-content .group-description {
266
272
text-decoration : none;
267
273
display : block;
268
274
margin-top : 3px ;
275
+ margin-left : 35px ;
276
+ font-family : "Montserrat" , sans-serif;
277
+ font-weight : 300 ;
269
278
}
270
279
271
280
# flattr {
@@ -423,4 +432,83 @@ div.group-content .group-description {
423
432
# remote-file {
424
433
margin-top : 10px ;
425
434
clear : both;
435
+ }
436
+
437
+ .form-inline {
438
+ display : inline-block;
439
+ margin-bottom : 0 ;
440
+ vertical-align : middle;
441
+ }
442
+
443
+ .computer-btn {
444
+ color : # 646464 !important ;
445
+ border : medium none rgb (100 , 100 , 100 ) !important ;
446
+ background : # E6E6E6 url ("../images/computer.png" ) no-repeat scroll 7px 1px !important ;
447
+ padding-left : 27px !important ;
448
+ transition : all 0.3s ease 0s ;
449
+ font-family : "Open Sans" , sans-serif;
450
+ font-weight : 700 ;
451
+ border : 1px solid # B0B0B0 !important ;
452
+ box-shadow : none !important ;
453
+
454
+ }
455
+
456
+ .computer-btn : hover {
457
+ color : white !important ;
458
+ background : # 2f8cea url ("../images/computer.png" ) no-repeat scroll 7px -36px !important ;
459
+ transition : all 0.3s ease 0s ;
460
+ padding-left : 27px !important ;
461
+ -webkit-transition : all .3s ease;
462
+ -moz-transition : all .3s ease;
463
+ -ms-transition : all .3s ease;
464
+ -o-transition : all .3s ease;
465
+ transition : all .3s ease;
466
+ box-shadow : 0px 1px 0px rgba (171 , 171 , 171 , 0.5 ) inset, 0px 1px 0px rgba (0 , 0 , 0 , 0.15 ) !important ;
467
+ border : 1px solid # 2f8cea !important ;
468
+ box-shadow : none !important ;
469
+
470
+
471
+ }
472
+
473
+
474
+ .from-web {
475
+ margin-top : 0px ;
476
+ margin-bottom : 15px !important ;
477
+ }
478
+
479
+ .from-web-btn {
480
+ color : # 646464 !important ;
481
+ border : medium none # 646464 !important ;
482
+ background : # E6E6E6 url ("../images/web.png" ) no-repeat scroll 7px 1px !important ;
483
+ padding-left : 25px !important ;
484
+ transition : all 0.3s ease 0s ;
485
+ border : 1px solid # B0B0B0 !important ;
486
+ box-shadow : none !important ;
487
+ font-family : "Open Sans" , sans-serif;
488
+ font-weight : 700 ;
489
+ margin-left : 2px !important ;
490
+ }
491
+
492
+ .from-web-btn : hover {
493
+ color : white !important ;
494
+ background : # 84d700 url ("../images/web.png" ) no-repeat scroll 7px -38px !important ;
495
+ transition : all 0.3s ease 0s ;
496
+ padding-left : 25px !important ;
497
+ -webkit-transition : all .3s ease;
498
+ -moz-transition : all .3s ease;
499
+ -ms-transition : all .3s ease;
500
+ -o-transition : all .3s ease;
501
+ transition : all .3s ease;
502
+ margin-left : 2px !important ;
503
+ border : 1px solid # 84d700 !important ;
504
+ box-shadow : none !important ;
505
+ }
506
+
507
+ .preview {
508
+ width : 100% ;
509
+ }
510
+
511
+ .preview-btn {
512
+ font-family : "Open Sans" , sans-serif;
513
+ font-weight : 700 ;
426
514
}
0 commit comments