Lines Matching +full:s +full:- +full:color
2 text-align: center;
3 max-width: 95%;
5 color: #000000;
6 background-color: #ffffff;
17 z-index: 1; /* Sit on top */
23 background-color: rgb(0,0,0); /* Fallback color */
24 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
25 -webkit-animation-name: fadeIn; /* Fade in the background */
26 -webkit-animation-duration: 0.4s;
27 animation-name: fadeIn;
28 animation-duration: 0.4s
32 .iphelper-content {
35 background-color: #fefefe;
37 -webkit-animation-name: slideIn;
38 -webkit-animation-duration: 0.4s;
39 animation-name: slideIn;
40 animation-duration: 0.4s
45 color: white;
47 font-size: 28px;
48 font-weight: bold;
55 color: #000;
56 text-decoration: none;
60 .iphelper-header {
62 background-color: #5cb85c;
63 color: white;
66 .iphelper-body {padding: 2px 16px;}
68 .iphelper-footer {
70 background-color: #5cb85c;
71 color: white;
75 @-webkit-keyframes slideIn {
76 from {bottom: -300px; opacity: 0}
81 from {bottom: -300px; opacity: 0}
85 @-webkit-keyframes fadeIn {