fork_ribs 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/app/assets/stylesheets/fork_ribs.css +74 -76
- data/fork_ribs.gemspec +1 -1
- data/lib/fork_ribs/version.rb +1 -1
- metadata +1 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjdiNjIwMmM4ZmRjYjRkZDZhM2MxNjQ1YjdhOTQ0ZjJmZWFiMjczYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2E4OTYzMjlmM2JmMjY2OTVmNjMxZjM0ZTk1ODNlMDEzMjBiMjg3Ng==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjgwYzMwNjdlNDJlMmZmODFjN2ZjZDQxZmEyNmE4MWJjZGZhNzMyZTE4MGU4
|
|
10
|
+
MDY4MzM2YzU1ZDdlZTRiMTM3YjgzMzcwZDIxZTdhNmRhMTBiMzA1MTM3MWVm
|
|
11
|
+
NWU0NTljM2RmNmZlZTlmMjgyN2E3NmQ0ZjY3YzQ4ZTY0ZGYzNmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODVmMDk2ZDRjNDEzZTMwN2FmNTE3MGVlYzQ0NTFhNWQzMDE0ZjRmZmIwZWRj
|
|
14
|
+
N2JhOTc1MWU0NGRiM2YzY2YwODY0M2FkNDljODA2ZjQwNTg5ZmVkOTY4NjYx
|
|
15
|
+
NWYzMDJhODFkMDIxNDkyZTZjNTIwZWQ1ZTFkMGZkMjBhZmEyYzM=
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/*classic github ribbons classes start*/
|
|
2
2
|
|
|
3
|
+
/*classic_ribbon classes for blue color start*/
|
|
4
|
+
|
|
3
5
|
.classic_ribbon---top--left-blue {
|
|
4
6
|
top: 3em;
|
|
5
7
|
left: -6em;
|
|
@@ -137,6 +139,10 @@
|
|
|
137
139
|
}
|
|
138
140
|
.classic_ribbon---bottom--right-blue:hover {background-color: $flat_midnight_blue;}
|
|
139
141
|
|
|
142
|
+
/*classic_ribbon classes for blue color end*/
|
|
143
|
+
|
|
144
|
+
/*classic_ribbon classes for red color start*/
|
|
145
|
+
|
|
140
146
|
.classic_ribbon---top--left-red {
|
|
141
147
|
top: 3em;
|
|
142
148
|
left: -6em;
|
|
@@ -273,6 +279,10 @@
|
|
|
273
279
|
}
|
|
274
280
|
.classic_ribbon---bottom--right-red:hover {background-color: $flat_midnight_blue;}
|
|
275
281
|
|
|
282
|
+
/*classic_ribbon classes for red color end*/
|
|
283
|
+
|
|
284
|
+
/*classic_ribbon classes for green color start*/
|
|
285
|
+
|
|
276
286
|
.classic_ribbon---top--left-green {
|
|
277
287
|
top: 3em;
|
|
278
288
|
left: -6em;
|
|
@@ -409,6 +419,10 @@
|
|
|
409
419
|
}
|
|
410
420
|
.classic_ribbon---bottom--right-green:hover {background-color: $flat_midnight_blue;}
|
|
411
421
|
|
|
422
|
+
/*classic_ribbon classes for green color end*/
|
|
423
|
+
|
|
424
|
+
/*classic_ribbon classes for orange color start*/
|
|
425
|
+
|
|
412
426
|
.classic_ribbon---top--left-orange {
|
|
413
427
|
top: 3em;
|
|
414
428
|
left: -6em;
|
|
@@ -545,21 +559,23 @@
|
|
|
545
559
|
}
|
|
546
560
|
.classic_ribbon---bottom--right-orange:hover {background-color: $flat_midnight_blue;}
|
|
547
561
|
|
|
548
|
-
/*
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
562
|
+
/*classic_ribbon classes for orange color end*/
|
|
552
563
|
|
|
564
|
+
/*classic github ribbons classes end*/
|
|
553
565
|
|
|
554
566
|
|
|
555
567
|
/*FLat github ribbons classes start*/
|
|
556
568
|
|
|
569
|
+
/*Media queries for ribbon size based on screen size */
|
|
570
|
+
|
|
557
571
|
@media (max-width: 44em) {
|
|
558
572
|
.ribbon {
|
|
559
573
|
font-size: 1em;
|
|
560
574
|
}
|
|
561
575
|
}
|
|
562
576
|
|
|
577
|
+
/*FLat_ribbon classes for blue color start*/
|
|
578
|
+
|
|
563
579
|
.flat_ribbon---top--right-blue {
|
|
564
580
|
position: absolute;
|
|
565
581
|
padding: 0.5em;
|
|
@@ -625,6 +641,10 @@
|
|
|
625
641
|
font-family: sans-serif;
|
|
626
642
|
}
|
|
627
643
|
|
|
644
|
+
/*FLat_ribbon classes for blue color end*/
|
|
645
|
+
|
|
646
|
+
/*FLat_ribbon classes for red color start*/
|
|
647
|
+
|
|
628
648
|
.flat_ribbon---top--right-red {
|
|
629
649
|
position: absolute;
|
|
630
650
|
padding: 0.5em;
|
|
@@ -689,6 +709,10 @@
|
|
|
689
709
|
font-family: sans-serif;
|
|
690
710
|
}
|
|
691
711
|
|
|
712
|
+
/*FLat_ribbon classes for red color end*/
|
|
713
|
+
|
|
714
|
+
/*FLat_ribbon classes for green color start*/
|
|
715
|
+
|
|
692
716
|
.flat_ribbon---top--right-green {
|
|
693
717
|
position: absolute;
|
|
694
718
|
padding: 0.5em;
|
|
@@ -753,6 +777,9 @@
|
|
|
753
777
|
font-family: sans-serif;
|
|
754
778
|
}
|
|
755
779
|
|
|
780
|
+
/*FLat_ribbon classes for green color end*/
|
|
781
|
+
|
|
782
|
+
/*FLat_ribbon classes for orange color start*/
|
|
756
783
|
|
|
757
784
|
.flat_ribbon---top--right-orange {
|
|
758
785
|
position: absolute;
|
|
@@ -818,14 +845,21 @@
|
|
|
818
845
|
font-family: sans-serif;
|
|
819
846
|
}
|
|
820
847
|
|
|
848
|
+
/*FLat_ribbon classes for orange color end*/
|
|
849
|
+
|
|
850
|
+
/*FLat_ribbon after hover classes for blue color start*/
|
|
851
|
+
|
|
821
852
|
.flat_ribbon---top--right-blue:hover, .flat_ribbon---bottom--right-blue:hover, .flat_ribbon---top--left-blue:hover,
|
|
822
853
|
.flat_ribbon---bottom--left-blue:hover{
|
|
823
854
|
text-decoration: none;
|
|
824
855
|
background: white;
|
|
825
856
|
color: #1b9af7;
|
|
826
|
-
|
|
827
857
|
}
|
|
828
858
|
|
|
859
|
+
/*FLat_ribbon after hover classes for blue color end*/
|
|
860
|
+
|
|
861
|
+
/*FLat_ribbon after hover classes for red color start*/
|
|
862
|
+
|
|
829
863
|
.flat_ribbon---top--right-red:hover, .flat_ribbon---bottom--right-red:hover, .flat_ribbon---top--left-red:hover,
|
|
830
864
|
.flat_ribbon---bottom--left-red:hover {
|
|
831
865
|
text-decoration: none;
|
|
@@ -833,6 +867,10 @@
|
|
|
833
867
|
color: #FF4351;
|
|
834
868
|
}
|
|
835
869
|
|
|
870
|
+
/*FLat_ribbon after hover classes for red color end*/
|
|
871
|
+
|
|
872
|
+
/*FLat_ribbon after hover classes for green color start*/
|
|
873
|
+
|
|
836
874
|
.flat_ribbon---top--right-green:hover, .flat_ribbon---bottom--right-green:hover, .flat_ribbon---top--left-green:hover,
|
|
837
875
|
.flat_ribbon---bottom--left-green:hover {
|
|
838
876
|
text-decoration: none;
|
|
@@ -840,6 +878,10 @@
|
|
|
840
878
|
color: #2ecc71;
|
|
841
879
|
}
|
|
842
880
|
|
|
881
|
+
/*FLat_ribbon after hover classes for green color end*/
|
|
882
|
+
|
|
883
|
+
/*FLat_ribbon after hover classes for orange color start*/
|
|
884
|
+
|
|
843
885
|
.flat_ribbon---top--right-orange:hover, .flat_ribbon---bottom--right-orange:hover, .flat_ribbon---top--left-orange:hover,
|
|
844
886
|
.flat_ribbon---bottom--left-orange:hover {
|
|
845
887
|
text-decoration: none;
|
|
@@ -847,8 +889,9 @@
|
|
|
847
889
|
color: #feae1b;
|
|
848
890
|
}
|
|
849
891
|
|
|
850
|
-
/*
|
|
892
|
+
/*FLat_ribbon after hover classes for orange color end*/
|
|
851
893
|
|
|
894
|
+
/*FLat github ribbons classes end*/
|
|
852
895
|
|
|
853
896
|
|
|
854
897
|
/*snazzy github ribbons classes start*/
|
|
@@ -859,6 +902,8 @@
|
|
|
859
902
|
font-family: 'FontAwesome', sans-serif;
|
|
860
903
|
}
|
|
861
904
|
|
|
905
|
+
/*Snazzy_ribbon classes for red color start*/
|
|
906
|
+
|
|
862
907
|
.snazzy_ribbon---bottom--left-red {
|
|
863
908
|
position: fixed;
|
|
864
909
|
width: 10em;
|
|
@@ -883,7 +928,6 @@
|
|
|
883
928
|
|
|
884
929
|
background: #FF4351;
|
|
885
930
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #dc0010, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
886
|
-
|
|
887
931
|
}
|
|
888
932
|
|
|
889
933
|
.snazzy_ribbon---bottom--left-red:before span {
|
|
@@ -939,7 +983,6 @@
|
|
|
939
983
|
|
|
940
984
|
background: #FF4351;
|
|
941
985
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #dc0010, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
942
|
-
|
|
943
986
|
}
|
|
944
987
|
|
|
945
988
|
.snazzy_ribbon---bottom--right-red:before span {
|
|
@@ -965,16 +1008,13 @@
|
|
|
965
1008
|
-ms-transform: rotate(-180deg);
|
|
966
1009
|
-o-transform: rotate(-180deg);
|
|
967
1010
|
transform: rotate(-180deg)
|
|
968
|
-
|
|
969
|
-
|
|
970
1011
|
}
|
|
971
1012
|
|
|
972
1013
|
.snazzy_ribbon---bottom--right-red:hover a span {
|
|
973
1014
|
opacity: 1;
|
|
974
1015
|
}
|
|
975
1016
|
|
|
976
|
-
|
|
977
|
-
.snazzy_ribbon---top--right-red {
|
|
1017
|
+
.snazzy_ribbon---top--right-red {
|
|
978
1018
|
position: fixed;
|
|
979
1019
|
width: 10em;
|
|
980
1020
|
height: 10em;
|
|
@@ -998,7 +1038,6 @@
|
|
|
998
1038
|
|
|
999
1039
|
background: #FF4351;
|
|
1000
1040
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #dc0010, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1001
|
-
|
|
1002
1041
|
}
|
|
1003
1042
|
|
|
1004
1043
|
.snazzy_ribbon---top--right-red:before span {
|
|
@@ -1024,15 +1063,13 @@
|
|
|
1024
1063
|
transform: rotate(90deg) translateY(1em);
|
|
1025
1064
|
margin: 2.5em .9em;
|
|
1026
1065
|
margin-top: 2em;
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
1066
|
}
|
|
1030
1067
|
|
|
1031
1068
|
.snazzy_ribbon---top--right-red:hover a span {
|
|
1032
1069
|
opacity: 1;
|
|
1033
1070
|
}
|
|
1034
1071
|
|
|
1035
|
-
|
|
1072
|
+
.snazzy_ribbon---top--left-red {
|
|
1036
1073
|
position: fixed;
|
|
1037
1074
|
width: 10em;
|
|
1038
1075
|
height: 10em;
|
|
@@ -1056,7 +1093,6 @@
|
|
|
1056
1093
|
|
|
1057
1094
|
background: #FF4351;
|
|
1058
1095
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #dc0010, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1059
|
-
|
|
1060
1096
|
}
|
|
1061
1097
|
|
|
1062
1098
|
.snazzy_ribbon---top--left-red:before span {
|
|
@@ -1073,19 +1109,15 @@
|
|
|
1073
1109
|
-webkit-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1074
1110
|
-moz-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1075
1111
|
transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
1112
|
}
|
|
1079
1113
|
|
|
1080
1114
|
.snazzy_ribbon---top--left-red:hover a span {
|
|
1081
1115
|
opacity: 1;
|
|
1082
1116
|
}
|
|
1083
1117
|
|
|
1118
|
+
/*Snazzy_ribbon classes for red color end*/
|
|
1084
1119
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1120
|
+
/*Snazzy_ribbon classes for blue color start*/
|
|
1089
1121
|
|
|
1090
1122
|
.snazzy_ribbon---bottom--left-blue {
|
|
1091
1123
|
position: fixed;
|
|
@@ -1111,7 +1143,6 @@
|
|
|
1111
1143
|
|
|
1112
1144
|
background: #1b9af7;
|
|
1113
1145
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #0662a6, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1114
|
-
|
|
1115
1146
|
}
|
|
1116
1147
|
|
|
1117
1148
|
.snazzy_ribbon---bottom--left-blue:before span {
|
|
@@ -1167,7 +1198,6 @@
|
|
|
1167
1198
|
|
|
1168
1199
|
background: #1b9af7;
|
|
1169
1200
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #0662a6, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1170
|
-
|
|
1171
1201
|
}
|
|
1172
1202
|
|
|
1173
1203
|
.snazzy_ribbon---bottom--right-blue:before span {
|
|
@@ -1193,8 +1223,6 @@
|
|
|
1193
1223
|
-ms-transform: rotate(-180deg);
|
|
1194
1224
|
-o-transform: rotate(-180deg);
|
|
1195
1225
|
transform: rotate(-180deg)
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
1226
|
}
|
|
1199
1227
|
|
|
1200
1228
|
.snazzy_ribbon---bottom--right-blue:hover a span {
|
|
@@ -1202,7 +1230,7 @@
|
|
|
1202
1230
|
}
|
|
1203
1231
|
|
|
1204
1232
|
|
|
1205
|
-
|
|
1233
|
+
.snazzy_ribbon---top--right-blue {
|
|
1206
1234
|
position: fixed;
|
|
1207
1235
|
width: 10em;
|
|
1208
1236
|
height: 10em;
|
|
@@ -1226,7 +1254,6 @@
|
|
|
1226
1254
|
|
|
1227
1255
|
background: #1b9af7;
|
|
1228
1256
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #0662a6, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1229
|
-
|
|
1230
1257
|
}
|
|
1231
1258
|
|
|
1232
1259
|
.snazzy_ribbon---top--right-blue:before span {
|
|
@@ -1252,15 +1279,13 @@
|
|
|
1252
1279
|
transform: rotate(90deg) translateY(1em);
|
|
1253
1280
|
margin: 2.5em .9em;
|
|
1254
1281
|
margin-top: 2em;
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
1282
|
}
|
|
1258
1283
|
|
|
1259
1284
|
.snazzy_ribbon---top--right-blue:hover a span {
|
|
1260
1285
|
opacity: 1;
|
|
1261
1286
|
}
|
|
1262
1287
|
|
|
1263
|
-
|
|
1288
|
+
.snazzy_ribbon---top--left-blue {
|
|
1264
1289
|
position: fixed;
|
|
1265
1290
|
width: 10em;
|
|
1266
1291
|
height: 10em;
|
|
@@ -1284,7 +1309,6 @@
|
|
|
1284
1309
|
|
|
1285
1310
|
background: #1b9af7;
|
|
1286
1311
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #0662a6, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1287
|
-
|
|
1288
1312
|
}
|
|
1289
1313
|
|
|
1290
1314
|
.snazzy_ribbon---top--left-blue:before span {
|
|
@@ -1301,22 +1325,17 @@
|
|
|
1301
1325
|
-webkit-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1302
1326
|
-moz-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1303
1327
|
transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
1328
|
}
|
|
1307
1329
|
|
|
1308
1330
|
.snazzy_ribbon---top--left-blue:hover a span {
|
|
1309
1331
|
opacity: 1;
|
|
1310
1332
|
}
|
|
1311
1333
|
|
|
1334
|
+
/*Snazzy_ribbon classes for blue color end*/
|
|
1312
1335
|
|
|
1336
|
+
/*Snazzy_ribbon classes for green color start*/
|
|
1313
1337
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
.snazzy_ribbon---bottom--left-green {
|
|
1338
|
+
.snazzy_ribbon---bottom--left-green {
|
|
1320
1339
|
position: fixed;
|
|
1321
1340
|
width: 10em;
|
|
1322
1341
|
height: 10em;
|
|
@@ -1340,7 +1359,6 @@
|
|
|
1340
1359
|
|
|
1341
1360
|
background: #2ecc71;
|
|
1342
1361
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #1b7943, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1343
|
-
|
|
1344
1362
|
}
|
|
1345
1363
|
|
|
1346
1364
|
.snazzy_ribbon---bottom--left-green:before span {
|
|
@@ -1369,7 +1387,9 @@
|
|
|
1369
1387
|
|
|
1370
1388
|
.snazzy_ribbon---bottom--left-green:hover a span {
|
|
1371
1389
|
opacity: 1;
|
|
1372
|
-
}
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.snazzy_ribbon---bottom--right-green {
|
|
1373
1393
|
position: fixed;
|
|
1374
1394
|
width: 10em;
|
|
1375
1395
|
height: 10em;
|
|
@@ -1393,7 +1413,6 @@
|
|
|
1393
1413
|
|
|
1394
1414
|
background: #2ecc71;
|
|
1395
1415
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #1b7943, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1396
|
-
|
|
1397
1416
|
}
|
|
1398
1417
|
|
|
1399
1418
|
.snazzy_ribbon---bottom--right-green:before span {
|
|
@@ -1419,8 +1438,6 @@
|
|
|
1419
1438
|
-ms-transform: rotate(-180deg);
|
|
1420
1439
|
-o-transform: rotate(-180deg);
|
|
1421
1440
|
transform: rotate(-180deg)
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
1441
|
}
|
|
1425
1442
|
|
|
1426
1443
|
.snazzy_ribbon---bottom--right-green:hover a span {
|
|
@@ -1428,7 +1445,7 @@
|
|
|
1428
1445
|
}
|
|
1429
1446
|
|
|
1430
1447
|
|
|
1431
|
-
|
|
1448
|
+
.snazzy_ribbon---top--right-green {
|
|
1432
1449
|
position: fixed;
|
|
1433
1450
|
width: 10em;
|
|
1434
1451
|
height: 10em;
|
|
@@ -1452,7 +1469,6 @@
|
|
|
1452
1469
|
|
|
1453
1470
|
background: #2ecc71;
|
|
1454
1471
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #1b7943, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1455
|
-
|
|
1456
1472
|
}
|
|
1457
1473
|
|
|
1458
1474
|
.snazzy_ribbon---top--right-green:before span {
|
|
@@ -1478,15 +1494,13 @@
|
|
|
1478
1494
|
transform: rotate(90deg) translateY(1em);
|
|
1479
1495
|
margin: 2.5em .9em;
|
|
1480
1496
|
margin-top: 2em;
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
1497
|
}
|
|
1484
1498
|
|
|
1485
1499
|
.snazzy_ribbon---top--right-green:hover a span {
|
|
1486
1500
|
opacity: 1;
|
|
1487
1501
|
}
|
|
1488
1502
|
|
|
1489
|
-
|
|
1503
|
+
.snazzy_ribbon---top--left-green {
|
|
1490
1504
|
position: fixed;
|
|
1491
1505
|
width: 10em;
|
|
1492
1506
|
height: 10em;
|
|
@@ -1510,7 +1524,6 @@
|
|
|
1510
1524
|
|
|
1511
1525
|
background: #2ecc71;
|
|
1512
1526
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #1b7943, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1513
|
-
|
|
1514
1527
|
}
|
|
1515
1528
|
|
|
1516
1529
|
.snazzy_ribbon---top--left-green:before span {
|
|
@@ -1527,22 +1540,17 @@
|
|
|
1527
1540
|
-webkit-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1528
1541
|
-moz-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1529
1542
|
transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
1543
|
}
|
|
1533
1544
|
|
|
1534
1545
|
.snazzy_ribbon---top--left-green:hover a span {
|
|
1535
1546
|
opacity: 1;
|
|
1536
1547
|
}
|
|
1537
1548
|
|
|
1549
|
+
/*Snazzy_ribbon classes for green color end*/
|
|
1538
1550
|
|
|
1551
|
+
/*Snazzy_ribbon classes for orange color start*/
|
|
1539
1552
|
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
.snazzy_ribbon---bottom--left-orange {
|
|
1553
|
+
.snazzy_ribbon---bottom--left-orange {
|
|
1546
1554
|
position: fixed;
|
|
1547
1555
|
width: 10em;
|
|
1548
1556
|
height: 10em;
|
|
@@ -1566,7 +1574,6 @@
|
|
|
1566
1574
|
|
|
1567
1575
|
background: #feae1b;
|
|
1568
1576
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #b27401, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1569
|
-
|
|
1570
1577
|
}
|
|
1571
1578
|
|
|
1572
1579
|
.snazzy_ribbon---bottom--left-orange:before span {
|
|
@@ -1597,7 +1604,6 @@
|
|
|
1597
1604
|
opacity: 1;
|
|
1598
1605
|
}
|
|
1599
1606
|
|
|
1600
|
-
|
|
1601
1607
|
.snazzy_ribbon---bottom--right-orange {
|
|
1602
1608
|
position: fixed;
|
|
1603
1609
|
width: 10em;
|
|
@@ -1622,7 +1628,6 @@
|
|
|
1622
1628
|
|
|
1623
1629
|
background: #feae1b;
|
|
1624
1630
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #b27401, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1625
|
-
|
|
1626
1631
|
}
|
|
1627
1632
|
|
|
1628
1633
|
.snazzy_ribbon---bottom--right-orange:before span {
|
|
@@ -1640,7 +1645,6 @@
|
|
|
1640
1645
|
-moz-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1641
1646
|
transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1642
1647
|
|
|
1643
|
-
|
|
1644
1648
|
margin-top: .5em;
|
|
1645
1649
|
margin: .2em 1.6em;
|
|
1646
1650
|
-webkit-transform: rotate(-180deg);
|
|
@@ -1648,16 +1652,13 @@
|
|
|
1648
1652
|
-ms-transform: rotate(-180deg);
|
|
1649
1653
|
-o-transform: rotate(-180deg);
|
|
1650
1654
|
transform: rotate(-180deg)
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
1655
|
}
|
|
1654
1656
|
|
|
1655
1657
|
.snazzy_ribbon---bottom--right-orange:hover a span {
|
|
1656
1658
|
opacity: 1;
|
|
1657
1659
|
}
|
|
1658
1660
|
|
|
1659
|
-
|
|
1660
|
-
.snazzy_ribbon---top--right-orange {
|
|
1661
|
+
.snazzy_ribbon---top--right-orange {
|
|
1661
1662
|
position: fixed;
|
|
1662
1663
|
width: 10em;
|
|
1663
1664
|
height: 10em;
|
|
@@ -1679,9 +1680,8 @@
|
|
|
1679
1680
|
top: 0;
|
|
1680
1681
|
right: -10em;
|
|
1681
1682
|
|
|
1682
|
-
|
|
1683
|
+
background: #feae1b;
|
|
1683
1684
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #b27401, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1684
|
-
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
.snazzy_ribbon---top--right-orange:before span {
|
|
@@ -1699,7 +1699,6 @@
|
|
|
1699
1699
|
-moz-transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1700
1700
|
transition: opacity 0.2s ease, transform 0.4s ease;
|
|
1701
1701
|
|
|
1702
|
-
|
|
1703
1702
|
-webkit-transform: rotate(90deg) translateY(1em);
|
|
1704
1703
|
-moz-transform: rotate(90deg) translateY(1em);
|
|
1705
1704
|
-ms-transform: rotate(90deg) translateY(1em);
|
|
@@ -1707,15 +1706,13 @@
|
|
|
1707
1706
|
transform: rotate(90deg) translateY(1em);
|
|
1708
1707
|
margin: 2.5em .9em;
|
|
1709
1708
|
margin-top: 2em;
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
1709
|
}
|
|
1713
1710
|
|
|
1714
1711
|
.snazzy_ribbon---top--right-orange:hover a span {
|
|
1715
1712
|
opacity: 1;
|
|
1716
1713
|
}
|
|
1717
1714
|
|
|
1718
|
-
|
|
1715
|
+
.snazzy_ribbon---top--left-orange {
|
|
1719
1716
|
position: fixed;
|
|
1720
1717
|
width: 10em;
|
|
1721
1718
|
height: 10em;
|
|
@@ -1739,7 +1736,6 @@
|
|
|
1739
1736
|
|
|
1740
1737
|
background: #feae1b;
|
|
1741
1738
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 2em #b27401, inset 0 0 4em rgba(0, 0, 0, 0.2);
|
|
1742
|
-
|
|
1743
1739
|
}
|
|
1744
1740
|
|
|
1745
1741
|
.snazzy_ribbon---top--left-orange:before span {
|
|
@@ -1764,4 +1760,6 @@
|
|
|
1764
1760
|
opacity: 1;
|
|
1765
1761
|
}
|
|
1766
1762
|
|
|
1767
|
-
/*
|
|
1763
|
+
/*Snazzy_ribbon classes for orange color end*/
|
|
1764
|
+
|
|
1765
|
+
/*snazzy github ribbons classes end
|
data/fork_ribs.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ require 'fork_ribs/version'
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fork_ribs"
|
|
7
7
|
spec.version = ForkRibs::VERSION
|
|
8
|
-
spec.authors = ["Vipul Chhabra"
|
|
8
|
+
spec.authors = ["Vipul Chhabra"]
|
|
9
9
|
spec.email = ["vipulchhabra.dc@gmail.com"]
|
|
10
10
|
spec.homepage = "https://github.com/vipulchhabra/fork_ribs"
|
|
11
11
|
spec.summary = "Ribbons that can be used for multiple purposes"
|
data/lib/fork_ribs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fork_ribs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vipul Chhabra
|
|
8
|
-
- Himanshu joshi
|
|
9
|
-
- Himanshu gupta
|
|
10
|
-
- Shilpi prasad
|
|
11
|
-
- Karan arora
|
|
12
|
-
- prathiba kn
|
|
13
8
|
autorequire:
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|