semantic-rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,3 @@
1
- /*
2
- * # Semantic - Breadcrumb
3
- * http://github.com/jlukic/semantic-ui/
4
- *
5
- *
6
- * Copyright 2014 Contributors
7
- * Released under the MIT license
8
- * http://opensource.org/licenses/MIT
9
- *
10
- */
11
1
  /*******************************
12
2
  Breadcrumb
13
3
  *******************************/
@@ -64,16 +54,6 @@
64
54
  font-size: 1.3em;
65
55
  }
66
56
 
67
- /*
68
- * # Semantic - Form
69
- * http://github.com/jlukic/semantic-ui/
70
- *
71
- *
72
- * Copyright 2014 Contributors
73
- * Released under the MIT license
74
- * http://opensource.org/licenses/MIT
75
- *
76
- */
77
57
  /*******************************
78
58
  Standard
79
59
  *******************************/
@@ -156,7 +136,7 @@
156
136
  border: 1px solid rgba(0, 0, 0, 0.15);
157
137
  outline: none;
158
138
  color: rgba(0, 0, 0, 0.7);
159
- border-radius: 0.3125em;
139
+ border-radius: 0.2125em;
160
140
  -webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.2s ease, border-color 0.2s ease;
161
141
  -moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
162
142
  transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
@@ -174,7 +154,7 @@
174
154
  line-height: 1.33;
175
155
  min-height: 8em;
176
156
  height: 12em;
177
- max-height: 24em;
157
+ max-height: 28em;
178
158
  resize: vertical;
179
159
  }
180
160
  .ui.form textarea,
@@ -422,7 +402,7 @@
422
402
  content: '';
423
403
  width: 100%;
424
404
  height: 100%;
425
- background: rgba(255, 255, 255, 0.8) url(loader-large.gif) no-repeat 50% 50%;
405
+ /*background: rgba(255, 255, 255, 0.8) url(loader-large.gif) no-repeat 50% 50%;*/
426
406
  visibility: visible;
427
407
  }
428
408
  /*******************************
@@ -711,16 +691,6 @@
711
691
  font-size: 1.125em;
712
692
  }
713
693
 
714
- /*
715
- * # Semantic - Grid
716
- * http://github.com/jlukic/semantic-ui/
717
- *
718
- *
719
- * Copyright 2014 Contributors
720
- * Released under the MIT license
721
- * http://opensource.org/licenses/MIT
722
- *
723
- */
724
694
  /*******************************
725
695
  Grid
726
696
  *******************************/
@@ -1464,19 +1434,6 @@ body > .ui.grid {
1464
1434
  }
1465
1435
  }
1466
1436
 
1467
- /*
1468
- * # Semantic - Menu
1469
- * http://github.com/jlukic/semantic-ui/
1470
- *
1471
- *
1472
- * Copyright 2014 Contributors
1473
- * Released under the MIT license
1474
- * http://opensource.org/licenses/MIT
1475
- *
1476
- */
1477
- /*******************************
1478
- Standard
1479
- *******************************/
1480
1437
  /*--------------
1481
1438
  Menu
1482
1439
  ---------------*/
@@ -2454,8 +2411,8 @@ body > .ui.grid {
2454
2411
  }
2455
2412
  .ui.menu .purple.active.item,
2456
2413
  .ui.purple.menu .active.item {
2457
- border-color: #171f43 !important;
2458
- color: #171f43 !important;
2414
+ border-color: #202d62 !important;
2415
+ color: #202d62 !important;
2459
2416
  }
2460
2417
  .ui.menu .orange.active.item,
2461
2418
  .ui.orange.menu .active.item {
@@ -2617,7 +2574,7 @@ body > .ui.grid {
2617
2574
  background-color: #8AD7F6;
2618
2575
  }
2619
2576
  .ui.inverted.purple.menu {
2620
- background-color: #171f43;
2577
+ background-color: #202d62;
2621
2578
  }
2622
2579
  .ui.inverted.purple.pointing.menu .active.item:after {
2623
2580
  background-color: #7771A0;
@@ -2879,16 +2836,6 @@ body > .ui.grid {
2879
2836
  width: 18rem;
2880
2837
  }
2881
2838
 
2882
- /*
2883
- * # Semantic - Message
2884
- * http://github.com/jlukic/semantic-ui/
2885
- *
2886
- *
2887
- * Copyright 2014 Contributors
2888
- * Released under the MIT license
2889
- * http://opensource.org/licenses/MIT
2890
- *
2891
- */
2892
2839
  /*******************************
2893
2840
  Message
2894
2841
  *******************************/
@@ -2908,7 +2855,7 @@ body > .ui.grid {
2908
2855
  -moz-box-sizing: border-box;
2909
2856
  -ms-box-sizing: border-box;
2910
2857
  box-sizing: border-box;
2911
- border-radius: 0.325em 0.325em 0.325em 0.325em;
2858
+ border-radius: 0.225em 0.225em 0.225em 0.225em;
2912
2859
  }
2913
2860
  .ui.message:first-child {
2914
2861
  margin-top: 0em;
@@ -3021,7 +2968,7 @@ body > .ui.grid {
3021
2968
  margin-left: -1px;
3022
2969
  margin-right: -1px;
3023
2970
  margin-bottom: -1px;
3024
- border-radius: 0.325em 0.325em 0em 0em;
2971
+ border-radius: 0.225em 0.225em 0em 0em;
3025
2972
  -webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
3026
2973
  box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
3027
2974
  }
@@ -3031,7 +2978,7 @@ body > .ui.grid {
3031
2978
  }
3032
2979
  .ui.bottom.attached.message {
3033
2980
  margin-top: -1px;
3034
- border-radius: 0em 0em 0.325em 0.325em;
2981
+ border-radius: 0em 0em 0.225em 0.225em;
3035
2982
  }
3036
2983
  .ui.bottom.attached.message:not(:last-child) {
3037
2984
  margin-bottom: 1em;
@@ -3136,16 +3083,6 @@ body > .ui.grid {
3136
3083
  font-size: 2em;
3137
3084
  }
3138
3085
 
3139
- /*
3140
- * # Semantic - Table
3141
- * http://github.com/jlukic/semantic-ui/
3142
- *
3143
- *
3144
- * Copyright 2014 Contributors
3145
- * Released under the MIT license
3146
- * http://opensource.org/licenses/MIT
3147
- *
3148
- */
3149
3086
  /*******************************
3150
3087
  Table
3151
3088
  *******************************/
@@ -3767,7 +3704,7 @@ i.red.basic.fa {
3767
3704
  color: #D95C5C !important;
3768
3705
  }
3769
3706
  i.purple.basic.fa {
3770
- color: #171f43 !important;
3707
+ color: #202d62 !important;
3771
3708
  }
3772
3709
  i.teal.basic.fa {
3773
3710
  color: #00B5AD !important;
@@ -3792,7 +3729,7 @@ i.inverted.red.basic.fa {
3792
3729
  color: #FFFFFF !important;
3793
3730
  }
3794
3731
  i.inverted.purple.basic.fa {
3795
- background-color: #171f43 !important;
3732
+ background-color: #202d62 !important;
3796
3733
  color: #FFFFFF !important;
3797
3734
  }
3798
3735
  i.inverted.teal.basic.fa {
@@ -3829,16 +3766,6 @@ i.massive.basic.fa {
3829
3766
  vertical-align: middle;
3830
3767
  }
3831
3768
 
3832
- /*
3833
- * # Semantic - Button
3834
- * http://github.com/jlukic/semantic-ui/
3835
- *
3836
- *
3837
- * Copyright 2014 Contributors
3838
- * Released under the MIT license
3839
- * http://opensource.org/licenses/MIT
3840
- *
3841
- */
3842
3769
  /*******************************
3843
3770
  Button
3844
3771
  *******************************/
@@ -4894,7 +4821,7 @@ i.massive.basic.fa {
4894
4821
  /*--- Purple ---*/
4895
4822
  .ui.purple.buttons .button,
4896
4823
  .ui.purple.button {
4897
- background-color: #171f43;
4824
+ background-color: #202d62;
4898
4825
  color: #FFFFFF;
4899
4826
  }
4900
4827
  .ui.purple.buttons .button:hover,
@@ -5025,17 +4952,6 @@ i.massive.basic.fa {
5025
4952
  .ui.vertical.buttons .gigantic.button:last-child {
5026
4953
  border-radius: 0px 0px 0.25em 0.25em;
5027
4954
  }
5028
-
5029
- /*
5030
- * # Semantic - Divider
5031
- * http://github.com/jlukic/semantic-ui/
5032
- *
5033
- *
5034
- * Copyright 2014 Contributors
5035
- * Released under the MIT license
5036
- * http://opensource.org/licenses/MIT
5037
- *
5038
- */
5039
4955
  /*******************************
5040
4956
  Divider
5041
4957
  *******************************/
@@ -5181,16 +5097,6 @@ i.massive.basic.fa {
5181
5097
  margin-bottom: 2rem;
5182
5098
  }
5183
5099
 
5184
- /*
5185
- * # Semantic - Header
5186
- * http://github.com/jlukic/semantic-ui/
5187
- *
5188
- *
5189
- * Copyright 2014 Contributors
5190
- * Released under the MIT license
5191
- * http://opensource.org/licenses/MIT
5192
- *
5193
- */
5194
5100
  /*******************************
5195
5101
  Header
5196
5102
  *******************************/
@@ -5338,7 +5244,7 @@ h5.ui.header {
5338
5244
  color: #D95C5C !important;
5339
5245
  }
5340
5246
  .ui.purple.header {
5341
- color: #171f43 !important;
5247
+ color: #202d62 !important;
5342
5248
  }
5343
5249
  .ui.teal.header {
5344
5250
  color: #00B5AD !important;
@@ -5356,7 +5262,7 @@ h5.ui.header {
5356
5262
  border-bottom: 3px solid #D95C5C;
5357
5263
  }
5358
5264
  .ui.purple.dividing.header {
5359
- border-bottom: 3px solid #171f43;
5265
+ border-bottom: 3px solid #202d62;
5360
5266
  }
5361
5267
  .ui.teal.dividing.header {
5362
5268
  border-bottom: 3px solid #00B5AD;
@@ -5390,7 +5296,7 @@ h5.ui.header {
5390
5296
  color: #FFFFFF !important;
5391
5297
  }
5392
5298
  .ui.inverted.purple.header {
5393
- background-color: #171f43 !important;
5299
+ background-color: #202d62 !important;
5394
5300
  color: #FFFFFF !important;
5395
5301
  }
5396
5302
  .ui.inverted.teal.header {
@@ -5479,58 +5385,57 @@ h5.ui.header {
5479
5385
  }
5480
5386
 
5481
5387
  /*!
5482
- * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
5388
+ * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
5483
5389
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
5484
5390
  */
5485
5391
  /* FONT PATH
5486
5392
  * -------------------------- */
5487
5393
  @font-face {
5488
5394
  font-family: 'FontAwesome';
5489
- src: url('fontawesome-webfont.eot?v=4.1.0');
5490
- src: url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
5395
+ src: url('fontawesome-webfont.eot?v=4.2.0');
5396
+ src: url('fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
5491
5397
  font-weight: normal;
5492
5398
  font-style: normal;
5493
5399
  }
5494
5400
  .fa {
5495
5401
  display: inline-block;
5496
- font-family: FontAwesome;
5497
- font-style: normal;
5498
- font-weight: normal;
5499
- line-height: 1;
5402
+ font: normal normal normal 14px/1 FontAwesome;
5403
+ font-size: inherit;
5404
+ text-rendering: auto;
5500
5405
  -webkit-font-smoothing: antialiased;
5501
5406
  -moz-osx-font-smoothing: grayscale;
5502
5407
  }
5503
5408
  /* makes the font 33% larger relative to the icon container */
5504
- .fa-lg {
5409
+ i.fa-lg {
5505
5410
  font-size: 1.33333333em;
5506
5411
  line-height: 0.75em;
5507
5412
  vertical-align: -15%;
5508
5413
  }
5509
- .fa-2x {
5414
+ i.fa-2x {
5510
5415
  font-size: 2em;
5511
5416
  }
5512
- .fa-3x {
5417
+ i.fa-3x {
5513
5418
  font-size: 3em;
5514
5419
  }
5515
- .fa-4x {
5420
+ i.fa-4x {
5516
5421
  font-size: 4em;
5517
5422
  }
5518
- .fa-5x {
5423
+ i.fa-5x {
5519
5424
  font-size: 5em;
5520
5425
  }
5521
- .fa-fw {
5426
+ i.fa-fw {
5522
5427
  width: 1.28571429em;
5523
5428
  text-align: center;
5524
5429
  }
5525
- .fa-ul {
5430
+ i.fa-ul {
5526
5431
  padding-left: 0;
5527
5432
  margin-left: 2.14285714em;
5528
5433
  list-style-type: none;
5529
5434
  }
5530
- .fa-ul > li {
5435
+ i.fa-ul > li {
5531
5436
  position: relative;
5532
5437
  }
5533
- .fa-li {
5438
+ i.fa-li {
5534
5439
  position: absolute;
5535
5440
  left: -2.14285714em;
5536
5441
  width: 2.14285714em;
@@ -5558,36 +5463,20 @@ h5.ui.header {
5558
5463
  margin-left: .3em;
5559
5464
  }
5560
5465
  .fa-spin {
5561
- -webkit-animation: spin 2s infinite linear;
5562
- -moz-animation: spin 2s infinite linear;
5563
- -o-animation: spin 2s infinite linear;
5564
- animation: spin 2s infinite linear;
5565
- }
5566
- @-moz-keyframes spin {
5567
- 0% {
5568
- -moz-transform: rotate(0deg);
5569
- }
5570
- 100% {
5571
- -moz-transform: rotate(359deg);
5572
- }
5466
+ -webkit-animation: fa-spin 2s infinite linear;
5467
+ animation: fa-spin 2s infinite linear;
5573
5468
  }
5574
- @-webkit-keyframes spin {
5469
+ @-webkit-keyframes fa-spin {
5575
5470
  0% {
5576
5471
  -webkit-transform: rotate(0deg);
5472
+ transform: rotate(0deg);
5577
5473
  }
5578
5474
  100% {
5579
5475
  -webkit-transform: rotate(359deg);
5476
+ transform: rotate(359deg);
5580
5477
  }
5581
5478
  }
5582
- @-o-keyframes spin {
5583
- 0% {
5584
- -o-transform: rotate(0deg);
5585
- }
5586
- 100% {
5587
- -o-transform: rotate(359deg);
5588
- }
5589
- }
5590
- @keyframes spin {
5479
+ @keyframes fa-spin {
5591
5480
  0% {
5592
5481
  -webkit-transform: rotate(0deg);
5593
5482
  transform: rotate(0deg);
@@ -5600,43 +5489,40 @@ h5.ui.header {
5600
5489
  .fa-rotate-90 {
5601
5490
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
5602
5491
  -webkit-transform: rotate(90deg);
5603
- -moz-transform: rotate(90deg);
5604
5492
  -ms-transform: rotate(90deg);
5605
- -o-transform: rotate(90deg);
5606
5493
  transform: rotate(90deg);
5607
5494
  }
5608
5495
  .fa-rotate-180 {
5609
5496
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
5610
5497
  -webkit-transform: rotate(180deg);
5611
- -moz-transform: rotate(180deg);
5612
5498
  -ms-transform: rotate(180deg);
5613
- -o-transform: rotate(180deg);
5614
5499
  transform: rotate(180deg);
5615
5500
  }
5616
5501
  .fa-rotate-270 {
5617
5502
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
5618
5503
  -webkit-transform: rotate(270deg);
5619
- -moz-transform: rotate(270deg);
5620
5504
  -ms-transform: rotate(270deg);
5621
- -o-transform: rotate(270deg);
5622
5505
  transform: rotate(270deg);
5623
5506
  }
5624
5507
  .fa-flip-horizontal {
5625
5508
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
5626
5509
  -webkit-transform: scale(-1, 1);
5627
- -moz-transform: scale(-1, 1);
5628
5510
  -ms-transform: scale(-1, 1);
5629
- -o-transform: scale(-1, 1);
5630
5511
  transform: scale(-1, 1);
5631
5512
  }
5632
5513
  .fa-flip-vertical {
5633
5514
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
5634
5515
  -webkit-transform: scale(1, -1);
5635
- -moz-transform: scale(1, -1);
5636
5516
  -ms-transform: scale(1, -1);
5637
- -o-transform: scale(1, -1);
5638
5517
  transform: scale(1, -1);
5639
5518
  }
5519
+ :root .fa-rotate-90,
5520
+ :root .fa-rotate-180,
5521
+ :root .fa-rotate-270,
5522
+ :root .fa-flip-horizontal,
5523
+ :root .fa-flip-vertical {
5524
+ filter: none;
5525
+ }
5640
5526
  .fa-stack {
5641
5527
  position: relative;
5642
5528
  display: inline-block;
@@ -5702,6 +5588,8 @@ h5.ui.header {
5702
5588
  .fa-check:before {
5703
5589
  content: "\f00c";
5704
5590
  }
5591
+ .fa-remove:before,
5592
+ .fa-close:before,
5705
5593
  .fa-times:before {
5706
5594
  content: "\f00d";
5707
5595
  }
@@ -6031,7 +5919,8 @@ h5.ui.header {
6031
5919
  .fa-arrows-h:before {
6032
5920
  content: "\f07e";
6033
5921
  }
6034
- .fa-bar-chart-o:before {
5922
+ .fa-bar-chart-o:before,
5923
+ .fa-bar-chart:before {
6035
5924
  content: "\f080";
6036
5925
  }
6037
5926
  .fa-twitter-square:before {
@@ -6860,7 +6749,6 @@ h5.ui.header {
6860
6749
  .fa-digg:before {
6861
6750
  content: "\f1a6";
6862
6751
  }
6863
- .fa-pied-piper-square:before,
6864
6752
  .fa-pied-piper:before {
6865
6753
  content: "\f1a7";
6866
6754
  }
@@ -6977,6 +6865,7 @@ h5.ui.header {
6977
6865
  content: "\f1cc";
6978
6866
  }
6979
6867
  .fa-life-bouy:before,
6868
+ .fa-life-buoy:before,
6980
6869
  .fa-life-saver:before,
6981
6870
  .fa-support:before,
6982
6871
  .fa-life-ring:before {
@@ -7044,6 +6933,130 @@ h5.ui.header {
7044
6933
  .fa-bomb:before {
7045
6934
  content: "\f1e2";
7046
6935
  }
6936
+ .fa-soccer-ball-o:before,
6937
+ .fa-futbol-o:before {
6938
+ content: "\f1e3";
6939
+ }
6940
+ .fa-tty:before {
6941
+ content: "\f1e4";
6942
+ }
6943
+ .fa-binoculars:before {
6944
+ content: "\f1e5";
6945
+ }
6946
+ .fa-plug:before {
6947
+ content: "\f1e6";
6948
+ }
6949
+ .fa-slideshare:before {
6950
+ content: "\f1e7";
6951
+ }
6952
+ .fa-twitch:before {
6953
+ content: "\f1e8";
6954
+ }
6955
+ .fa-yelp:before {
6956
+ content: "\f1e9";
6957
+ }
6958
+ .fa-newspaper-o:before {
6959
+ content: "\f1ea";
6960
+ }
6961
+ .fa-wifi:before {
6962
+ content: "\f1eb";
6963
+ }
6964
+ .fa-calculator:before {
6965
+ content: "\f1ec";
6966
+ }
6967
+ .fa-paypal:before {
6968
+ content: "\f1ed";
6969
+ }
6970
+ .fa-google-wallet:before {
6971
+ content: "\f1ee";
6972
+ }
6973
+ .fa-cc-visa:before {
6974
+ content: "\f1f0";
6975
+ }
6976
+ .fa-cc-mastercard:before {
6977
+ content: "\f1f1";
6978
+ }
6979
+ .fa-cc-discover:before {
6980
+ content: "\f1f2";
6981
+ }
6982
+ .fa-cc-amex:before {
6983
+ content: "\f1f3";
6984
+ }
6985
+ .fa-cc-paypal:before {
6986
+ content: "\f1f4";
6987
+ }
6988
+ .fa-cc-stripe:before {
6989
+ content: "\f1f5";
6990
+ }
6991
+ .fa-bell-slash:before {
6992
+ content: "\f1f6";
6993
+ }
6994
+ .fa-bell-slash-o:before {
6995
+ content: "\f1f7";
6996
+ }
6997
+ .fa-trash:before {
6998
+ content: "\f1f8";
6999
+ }
7000
+ .fa-copyright:before {
7001
+ content: "\f1f9";
7002
+ }
7003
+ .fa-at:before {
7004
+ content: "\f1fa";
7005
+ }
7006
+ .fa-eyedropper:before {
7007
+ content: "\f1fb";
7008
+ }
7009
+ .fa-paint-brush:before {
7010
+ content: "\f1fc";
7011
+ }
7012
+ .fa-birthday-cake:before {
7013
+ content: "\f1fd";
7014
+ }
7015
+ .fa-area-chart:before {
7016
+ content: "\f1fe";
7017
+ }
7018
+ .fa-pie-chart:before {
7019
+ content: "\f200";
7020
+ }
7021
+ .fa-line-chart:before {
7022
+ content: "\f201";
7023
+ }
7024
+ .fa-lastfm:before {
7025
+ content: "\f202";
7026
+ }
7027
+ .fa-lastfm-square:before {
7028
+ content: "\f203";
7029
+ }
7030
+ .fa-toggle-off:before {
7031
+ content: "\f204";
7032
+ }
7033
+ .fa-toggle-on:before {
7034
+ content: "\f205";
7035
+ }
7036
+ .fa-bicycle:before {
7037
+ content: "\f206";
7038
+ }
7039
+ .fa-bus:before {
7040
+ content: "\f207";
7041
+ }
7042
+ .fa-ioxhost:before {
7043
+ content: "\f208";
7044
+ }
7045
+ .fa-angellist:before {
7046
+ content: "\f209";
7047
+ }
7048
+ .fa-cc:before {
7049
+ content: "\f20a";
7050
+ }
7051
+ .fa-shekel:before,
7052
+ .fa-sheqel:before,
7053
+ .fa-ils:before {
7054
+ content: "\f20b";
7055
+ }
7056
+ .fa-meanpath:before {
7057
+ content: "\f20c";
7058
+ }
7059
+
7047
7060
 
7048
7061
  /*******************************
7049
7062
  Types
@@ -7223,7 +7236,7 @@ i.red.fa {
7223
7236
  color: #D95C5C !important;
7224
7237
  }
7225
7238
  i.purple.fa {
7226
- color: #171f43 !important;
7239
+ color: #202d62 !important;
7227
7240
  }
7228
7241
  i.orange.fa {
7229
7242
  color: #F05940 !important;
@@ -7254,7 +7267,7 @@ i.inverted.red.fa {
7254
7267
  color: #FFFFFF !important;
7255
7268
  }
7256
7269
  i.inverted.purple.fa {
7257
- background-color: #171f43 !important;
7270
+ background-color: #202d62 !important;
7258
7271
  color: #FFFFFF !important;
7259
7272
  }
7260
7273
  i.inverted.orange.fa {
@@ -7295,16 +7308,6 @@ i.massive.fa {
7295
7308
  vertical-align: middle;
7296
7309
  }
7297
7310
 
7298
- /*
7299
- * # Semantic - Image
7300
- * http://github.com/jlukic/semantic-ui/
7301
- *
7302
- *
7303
- * Copyright 2014 Contributors
7304
- * Released under the MIT license
7305
- * http://opensource.org/licenses/MIT
7306
- *
7307
- */
7308
7311
  /*******************************
7309
7312
  Image
7310
7313
  *******************************/
@@ -7442,16 +7445,6 @@ img.ui.image {
7442
7445
  margin: 0em 0.25em 0.5em;
7443
7446
  }
7444
7447
 
7445
- /*
7446
- * # Semantic - Input
7447
- * http://github.com/jlukic/semantic-ui/
7448
- *
7449
- *
7450
- * Copyright 2014 Contributors
7451
- * Released under the MIT license
7452
- * http://opensource.org/licenses/MIT
7453
- *
7454
- */
7455
7448
  /*******************************
7456
7449
  Standard
7457
7450
  *******************************/
@@ -7465,7 +7458,7 @@ img.ui.image {
7465
7458
  }
7466
7459
  .ui.input input {
7467
7460
  width: 100%;
7468
- font-family: "Helvetica Neue", "Helvetica", Arial;
7461
+ font-family: 'Helvetica Neue',Tahoma,Arial,"Hiragino Sans GB",STXihei,'Microsoft yahei',SimSun,sans-serif;
7469
7462
  margin: 0em;
7470
7463
  padding: 0.65em 1em;
7471
7464
  font-size: 1em;
@@ -7694,16 +7687,6 @@ img.ui.image {
7694
7687
  font-size: 1.5em;
7695
7688
  }
7696
7689
 
7697
- /*
7698
- * # Semantic - Label
7699
- * http://github.com/jlukic/semantic-ui/
7700
- *
7701
- *
7702
- * Copyright 2014 Contributors
7703
- * Released under the MIT license
7704
- * http://opensource.org/licenses/MIT
7705
- *
7706
- */
7707
7690
  /*******************************
7708
7691
  Label
7709
7692
  *******************************/
@@ -7717,7 +7700,7 @@ img.ui.image {
7717
7700
  color: rgba(0, 0, 0, 0.65);
7718
7701
  text-transform: uppercase;
7719
7702
  font-weight: normal;
7720
- border-radius: 0.325em;
7703
+ border-radius: 0.225em;
7721
7704
  -webkit-box-sizing: border-box;
7722
7705
  -moz-box-sizing: border-box;
7723
7706
  -ms-box-sizing: border-box;
@@ -7808,7 +7791,7 @@ a.ui.label {
7808
7791
  height: 2.25em;
7809
7792
  margin: -0.4em 0.8em -0.4em -0.8em;
7810
7793
  vertical-align: top;
7811
- border-radius: 0.325em 0em 0em 0.325em;
7794
+ border-radius: 0.225em 0em 0em 0.225em;
7812
7795
  }
7813
7796
  /*******************************
7814
7797
  States
@@ -8218,14 +8201,14 @@ a.ui.blue.label:hover:before {
8218
8201
  /*--- Purple ---*/
8219
8202
  .ui.purple.labels .label,
8220
8203
  .ui.purple.label {
8221
- background-color: #171f43 !important;
8222
- border-color: #171f43 !important;
8204
+ background-color: #202d62 !important;
8205
+ border-color: #202d62 !important;
8223
8206
  color: #FFFFFF !important;
8224
8207
  }
8225
8208
  .ui.labels .purple.label:before,
8226
8209
  .ui.purple.labels .label:before,
8227
8210
  .ui.purple.label:before {
8228
- background-color: #171f43 !important;
8211
+ background-color: #202d62 !important;
8229
8212
  }
8230
8213
  /* Hover */
8231
8214
  a.ui.purple.labels .label:hover,
@@ -8479,16 +8462,6 @@ a.ui.teal.label:hover:before {
8479
8462
  font-size: 1rem;
8480
8463
  }
8481
8464
 
8482
- /*
8483
- * # Semantic - Loader
8484
- * http://github.com/jlukic/semantic-ui/
8485
- *
8486
- *
8487
- * Copyright 2014 Contributors
8488
- * Released under the MIT license
8489
- * http://opensource.org/licenses/MIT
8490
- *
8491
- */
8492
8465
  /*******************************
8493
8466
  Loader
8494
8467
  *******************************/
@@ -8632,16 +8605,6 @@ a.ui.teal.label:hover:before {
8632
8605
  display: inline-block;
8633
8606
  }
8634
8607
 
8635
- /*
8636
- * # Semantic - Progress Bar
8637
- * http://github.com/jlukic/semantic-ui/
8638
- *
8639
- *
8640
- * Copyright 2014 Contributors
8641
- * Released under the MIT license
8642
- * http://opensource.org/licenses/MIT
8643
- *
8644
- */
8645
8608
  /*******************************
8646
8609
  Progress Bar
8647
8610
  *******************************/
@@ -8820,7 +8783,7 @@ a.ui.teal.label:hover:before {
8820
8783
  background-color: #EF4D6D;
8821
8784
  }
8822
8785
  .ui.purple.progress .bar {
8823
- background-color: #171f43;
8786
+ background-color: #202d62;
8824
8787
  }
8825
8788
  .ui.teal.progress .bar {
8826
8789
  background-color: #00B5AD;
@@ -8879,16 +8842,6 @@ a.ui.teal.label:hover:before {
8879
8842
  height: 14px;
8880
8843
  }
8881
8844
 
8882
- /*
8883
- * # Semantic - Reveal
8884
- * http://github.com/jlukic/semantic-ui/
8885
- *
8886
- *
8887
- * Copyright 2014 Contributors
8888
- * Released under the MIT license
8889
- * http://opensource.org/licenses/MIT
8890
- *
8891
- */
8892
8845
  /*******************************
8893
8846
  Reveal
8894
8847
  *******************************/
@@ -9175,16 +9128,6 @@ a.ui.teal.label:hover:before {
9175
9128
  transition-delay: 0s !important;
9176
9129
  }
9177
9130
 
9178
- /*
9179
- * # Semantic - Segment
9180
- * http://github.com/jlukic/semantic-ui/
9181
- *
9182
- *
9183
- * Copyright 2014 Contributors
9184
- * Released under the MIT license
9185
- * http://opensource.org/licenses/MIT
9186
- *
9187
- */
9188
9131
  /*******************************
9189
9132
  Segment
9190
9133
  *******************************/
@@ -9406,7 +9349,7 @@ a.ui.teal.label:hover:before {
9406
9349
  border-top: 0.2em solid #ffcc00;
9407
9350
  }
9408
9351
  .ui.purple.segment {
9409
- border-top: 0.2em solid #171f43;
9352
+ border-top: 0.2em solid #202d62;
9410
9353
  }
9411
9354
  .ui.teal.segment {
9412
9355
  border-top: 0.2em solid #00B5AD;
@@ -9439,7 +9382,7 @@ a.ui.teal.label:hover:before {
9439
9382
  color: #FFFFFF !important;
9440
9383
  }
9441
9384
  .ui.inverted.purple.segment {
9442
- background-color: #171f43 !important;
9385
+ background-color: #202d62 !important;
9443
9386
  color: #FFFFFF !important;
9444
9387
  }
9445
9388
  .ui.inverted.teal.segment {
@@ -9558,17 +9501,6 @@ a.ui.teal.label:hover:before {
9558
9501
  .ui.segment.bottom.attached:last-child {
9559
9502
  margin-bottom: 0em;
9560
9503
  }
9561
-
9562
- /*
9563
- * # Semantic - Steps
9564
- * http://github.com/jlukic/semantic-ui/
9565
- *
9566
- *
9567
- * Copyright 2014 Contributors
9568
- * Released under the MIT license
9569
- * http://opensource.org/licenses/MIT
9570
- *
9571
- */
9572
9504
  /*******************************
9573
9505
  Step
9574
9506
  *******************************/
@@ -9847,16 +9779,6 @@ a.ui.teal.label:hover:before {
9847
9779
  font-weight: bold;
9848
9780
  }
9849
9781
 
9850
- /*
9851
- * # Semantic - Accordion
9852
- * http://github.com/jlukic/semantic-ui/
9853
- *
9854
- *
9855
- * Copyright 2014 Contributors
9856
- * Released under the MIT license
9857
- * http://opensource.org/licenses/MIT
9858
- *
9859
- */
9860
9782
  /*******************************
9861
9783
  Accordion
9862
9784
  *******************************/
@@ -9996,16 +9918,6 @@ a.ui.teal.label:hover:before {
9996
9918
  width: 100%;
9997
9919
  }
9998
9920
 
9999
- /*
10000
- * # Semantic - Chat Room
10001
- * http://github.com/jlukic/semantic-ui/
10002
- *
10003
- *
10004
- * Copyright 2014 Contributors
10005
- * Released under the MIT license
10006
- * http://opensource.org/licenses/MIT
10007
- *
10008
- */
10009
9921
  /*******************************
10010
9922
  Chat Room
10011
9923
  *******************************/
@@ -10242,16 +10154,6 @@ a.ui.teal.label:hover:before {
10242
10154
  height: 40px;
10243
10155
  }
10244
10156
 
10245
- /*
10246
- * # Semantic - Checkbox
10247
- * http://github.com/jlukic/semantic-ui/
10248
- *
10249
- *
10250
- * Copyright 2014 Contributors
10251
- * Released under the MIT license
10252
- * http://opensource.org/licenses/MIT
10253
- *
10254
- */
10255
10157
  /*******************************
10256
10158
  Checkbox
10257
10159
  *******************************/
@@ -10581,16 +10483,6 @@ a.ui.teal.label:hover:before {
10581
10483
  font-size: 1.5em;
10582
10484
  }
10583
10485
 
10584
- /*
10585
- * # Semantic - Dimmer
10586
- * http://github.com/jlukic/semantic-ui/
10587
- *
10588
- *
10589
- * Copyright 2014 Contributors
10590
- * Released under the MIT license
10591
- * http://opensource.org/licenses/MIT
10592
- *
10593
- */
10594
10486
  /*******************************
10595
10487
  Dimmer
10596
10488
  *******************************/
@@ -10740,16 +10632,6 @@ body.ui.dimmed.dimmable > :not(.dimmer){
10740
10632
  background-color: rgba(255, 255, 255, 0.85);
10741
10633
  }
10742
10634
 
10743
- /*
10744
- * # Semantic - Dropdown
10745
- * http://github.com/jlukic/semantic-ui/
10746
- *
10747
- *
10748
- * Copyright 2014 Contributors
10749
- * Released under the MIT license
10750
- * http://opensource.org/licenses/MIT
10751
- *
10752
- */
10753
10635
  /*******************************
10754
10636
  Dropdown
10755
10637
  *******************************/
@@ -10784,7 +10666,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
10784
10666
  text-shadow: none;
10785
10667
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
10786
10668
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
10787
- border-radius: 0px 0px 0.325em 0.325em;
10669
+ border-radius: 0px 0px 0.225em 0.225em;
10788
10670
  -webkit-transition: opacity 0.2s ease;
10789
10671
  -moz-transition: opacity 0.2s ease;
10790
10672
  transition: opacity 0.2s ease;
@@ -10828,7 +10710,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
10828
10710
  top: 0% !important;
10829
10711
  left: 100% !important;
10830
10712
  margin: 0em !important;
10831
- border-radius: 0 0.325em 0.325em 0em !important;
10713
+ border-radius: 0 0.225em 0.225em 0em !important;
10832
10714
  }
10833
10715
  .ui.dropdown .menu .menu:after {
10834
10716
  display: none;
@@ -11044,7 +10926,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11044
10926
  overflow-y: auto;
11045
10927
  -webkit-box-shadow: 0px 1px 0px 1px #E0E0E0;
11046
10928
  box-shadow: 0px 1px 0px 1px #E0E0E0;
11047
- border-radius: 0px 0px 0.325em 0.325em;
10929
+ border-radius: 0px 0px 0.225em 0.225em;
11048
10930
  }
11049
10931
  .ui.selection.dropdown .menu:after,
11050
10932
  .ui.selection.dropdown .menu:before {
@@ -11071,7 +10953,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11071
10953
  .ui.selection.dropdown.error .menu {
11072
10954
  -webkit-box-shadow: 0px 1px 0px 1px #E7BEBE;
11073
10955
  box-shadow: 0px 1px 0px 1px #E7BEBE;
11074
- border-radius: 0px 0px 0.325em 0.325em;
10956
+ border-radius: 0px 0px 0.225em 0.225em;
11075
10957
  }
11076
10958
  /* Menu Item Active */
11077
10959
  .ui.selection.dropdown.error .menu .active.item {
@@ -11142,7 +11024,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11142
11024
  .ui.inline.dropdown .menu {
11143
11025
  cursor: auto;
11144
11026
  margin-top: 0.25em;
11145
- border-radius: 0.325em;
11027
+ border-radius: 0.225em;
11146
11028
  }
11147
11029
  /*--------------
11148
11030
  Floating
@@ -11151,7 +11033,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11151
11033
  left: 0;
11152
11034
  right: auto;
11153
11035
  margin-top: 0.5em !important;
11154
- border-radius: 0.325em;
11036
+ border-radius: 0.225em;
11155
11037
  }
11156
11038
  /*--------------
11157
11039
  Pointing
@@ -11159,7 +11041,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11159
11041
  .ui.pointing.dropdown .menu {
11160
11042
  top: 100%;
11161
11043
  margin-top: 0.75em;
11162
- border-radius: 0.325em;
11044
+ border-radius: 0.225em;
11163
11045
  }
11164
11046
  .ui.pointing.dropdown .menu:after {
11165
11047
  display: block;
@@ -11257,16 +11139,6 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11257
11139
  transform: rotate(135deg);
11258
11140
  }
11259
11141
 
11260
- /*
11261
- * # Semantic - Modal
11262
- * http://github.com/jlukic/semantic-ui/
11263
- *
11264
- *
11265
- * Copyright 2014 Contributors
11266
- * Released under the MIT license
11267
- * http://opensource.org/licenses/MIT
11268
- *
11269
- */
11270
11142
  /*******************************
11271
11143
  Modal
11272
11144
  *******************************/
@@ -11314,7 +11186,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11314
11186
  padding: 1.5rem 2rem;
11315
11187
  font-size: 1.6em;
11316
11188
  font-weight: bold;
11317
- border-radius: 0.325em 0.325em 0px 0px;
11189
+ border-radius: 0.225em 0.225em 0px 0px;
11318
11190
  }
11319
11191
  /*--------------
11320
11192
  Content
@@ -11510,16 +11382,6 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11510
11382
  }
11511
11383
  }
11512
11384
 
11513
- /*
11514
- * # Semantic - Nag
11515
- * http://github.com/jlukic/semantic-ui/
11516
- *
11517
- *
11518
- * Copyright 2014 Contributors
11519
- * Released under the MIT license
11520
- * http://opensource.org/licenses/MIT
11521
- *
11522
- */
11523
11385
  /*******************************
11524
11386
  Nag
11525
11387
  *******************************/
@@ -11628,17 +11490,6 @@ a.ui.nag {
11628
11490
  .ui.nags .nag {
11629
11491
  border-radius: 0px;
11630
11492
  }
11631
-
11632
- /*
11633
- * # Semantic - Popup
11634
- * http://github.com/jlukic/semantic-ui/
11635
- *
11636
- *
11637
- * Copyright 2014 Contributors
11638
- * Released under the MIT license
11639
- * http://opensource.org/licenses/MIT
11640
- *
11641
- */
11642
11493
  /*******************************
11643
11494
  Popup
11644
11495
  *******************************/
@@ -11841,16 +11692,6 @@ a.ui.nag {
11841
11692
  box-shadow: none;
11842
11693
  }
11843
11694
 
11844
- /*
11845
- * # Semantic - Rating
11846
- * http://github.com/jlukic/semantic-ui/
11847
- *
11848
- *
11849
- * Copyright 2014 Contributors
11850
- * Released under the MIT license
11851
- * http://opensource.org/licenses/MIT
11852
- *
11853
- */
11854
11695
  /*******************************
11855
11696
  Rating
11856
11697
  *******************************/
@@ -11971,16 +11812,6 @@ a.ui.nag {
11971
11812
  vertical-align: middle;
11972
11813
  }
11973
11814
 
11974
- /*
11975
- * # Semantic - Search
11976
- * http://github.com/jlukic/semantic-ui/
11977
- *
11978
- *
11979
- * Copyright 2014 Contributors
11980
- * Released under the MIT license
11981
- * http://opensource.org/licenses/MIT
11982
- *
11983
- */
11984
11815
  /*******************************
11985
11816
  Search
11986
11817
  *******************************/
@@ -12181,16 +12012,6 @@ a.ui.nag {
12181
12012
  font-size: 11px;
12182
12013
  }
12183
12014
 
12184
- /*
12185
- * # Semantic - Shape
12186
- * http://github.com/jlukic/semantic-ui/
12187
- *
12188
- *
12189
- * Copyright 2014 Contributors
12190
- * Released under the MIT license
12191
- * http://opensource.org/licenses/MIT
12192
- *
12193
- */
12194
12015
  /*******************************
12195
12016
  Shape
12196
12017
  *******************************/
@@ -12318,16 +12139,6 @@ a.ui.nag {
12318
12139
  display: block;
12319
12140
  }
12320
12141
 
12321
- /*
12322
- * # Semantic - Sidebar
12323
- * http://github.com/jlukic/semantic-ui/
12324
- *
12325
- *
12326
- * Copyright 2014 Contributors
12327
- * Released under the MIT license
12328
- * http://opensource.org/licenses/MIT
12329
- *
12330
- */
12331
12142
  /*******************************
12332
12143
  Sidebar
12333
12144
  *******************************/
@@ -12505,16 +12316,6 @@ body.pushed.scrolling.ui.dimmable {
12505
12316
  margin-top: -40px !important;
12506
12317
  }
12507
12318
 
12508
- /*
12509
- * # Semantic - Tab
12510
- * http://github.com/jlukic/semantic-ui/
12511
- *
12512
- *
12513
- * Copyright 2014 Contributors
12514
- * Released under the MIT license
12515
- * http://opensource.org/licenses/MIT
12516
- *
12517
- */
12518
12319
  /*******************************
12519
12320
  UI Tabs
12520
12321
  *******************************/
@@ -13787,16 +13588,6 @@ body.pushed.scrolling.ui.dimmable {
13787
13588
  }
13788
13589
  }
13789
13590
 
13790
- /*
13791
- * # Semantic - Video
13792
- * http://github.com/jlukic/semantic-ui/
13793
- *
13794
- *
13795
- * Copyright 2014 Contributors
13796
- * Released under the MIT license
13797
- * http://opensource.org/licenses/MIT
13798
- *
13799
- */
13800
13591
  /*******************************
13801
13592
  Video
13802
13593
  *******************************/
@@ -13866,20 +13657,6 @@ body.pushed.scrolling.ui.dimmable {
13866
13657
  display: block;
13867
13658
  }
13868
13659
 
13869
- /*
13870
- * # Semantic Comment View
13871
- * http://github.com/jlukic/semantic-ui/
13872
- *
13873
- *
13874
- * Copyright 2014 Contributors
13875
- * Released under the MIT license
13876
- * http://opensource.org/licenses/MIT
13877
- *
13878
- * Released: April 17 2014
13879
- */
13880
- /*******************************
13881
- Standard
13882
- *******************************/
13883
13660
  /*--------------
13884
13661
  Comments
13885
13662
  ---------------*/
@@ -13975,7 +13752,7 @@ body.pushed.scrolling.ui.dimmable {
13975
13752
  max-width: 40em;
13976
13753
  }
13977
13754
  .ui.comments .reply.form textarea {
13978
- height: 12em;
13755
+ height: 8em;
13979
13756
  }
13980
13757
  /*--------------------
13981
13758
  Nested Comments
@@ -14168,17 +13945,6 @@ body.pushed.scrolling.ui.dimmable {
14168
13945
  padding: 0.25em 0.5em;
14169
13946
  }
14170
13947
 
14171
- /*
14172
- * # Semantic Item View
14173
- * http://github.com/jlukic/semantic-ui/
14174
- *
14175
- *
14176
- * Copyright 2014 Contributors
14177
- * Released under the MIT license
14178
- * http://opensource.org/licenses/MIT
14179
- *
14180
- * Released: April 17 2014
14181
- */
14182
13948
  /*******************************
14183
13949
  Standard
14184
13950
  *******************************/
@@ -14215,7 +13981,6 @@ body.pushed.scrolling.ui.dimmable {
14215
13981
  width: 316px;
14216
13982
  min-height: 375px;
14217
13983
  margin: 0em 0.5em 2.5em;
14218
- padding: 0em;
14219
13984
  background-color: #FFFFFF;
14220
13985
  line-height: 1.2;
14221
13986
  font-size: 1em;
@@ -14395,7 +14160,7 @@ body.pushed.scrolling.ui.dimmable {
14395
14160
  border-bottom-color: #00B5AD !important;
14396
14161
  }
14397
14162
  .ui.items .item:nth-of-type(6n+6):hover {
14398
- border-bottom-color: #171f43 !important;
14163
+ border-bottom-color: #202d62 !important;
14399
14164
  }
14400
14165
  /*******************************
14401
14166
  Variations
@@ -14725,17 +14490,6 @@ body.pushed.scrolling.ui.dimmable {
14725
14490
  clear: left;
14726
14491
  }
14727
14492
 
14728
- /*
14729
- * # Semantic List - Flat
14730
- * http://github.com/jlukic/semantic-ui/
14731
- *
14732
- *
14733
- * Copyright 2014 Contributors
14734
- * Released under the MIT license
14735
- * http://opensource.org/licenses/MIT
14736
- *
14737
- * Released: April 26 2014
14738
- */
14739
14493
  /*******************************
14740
14494
  List
14741
14495
  *******************************/
@@ -15270,16 +15024,6 @@ ol.ui.horizontal.list li:before,
15270
15024
  font-size: 1.5rem;
15271
15025
  }
15272
15026
 
15273
- /*
15274
- * # Statistic
15275
- *
15276
- *
15277
- * Copyright 2014 Contributors
15278
- * Released under the MIT license
15279
- * http://opensource.org/licenses/MIT
15280
- *
15281
- * Released: Aug 20, 2014
15282
- */
15283
15027
  /*******************************
15284
15028
  Statistic
15285
15029
  *******************************/