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