aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/cloudpopup.reel/css
diff options
context:
space:
mode:
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css')
-rw-r--r--js/io/ui/cloudpopup.reel/css/cloudpopup.css46
-rwxr-xr-xjs/io/ui/cloudpopup.reel/css/cloudpopup.scss46
2 files changed, 92 insertions, 0 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css
index fcf85e75..85c80ad5 100644
--- a/js/io/ui/cloudpopup.reel/css/cloudpopup.css
+++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css
@@ -96,3 +96,49 @@
96 float: right; 96 float: right;
97 margin: 8px 2px 2px 8px; 97 margin: 8px 2px 2px 8px;
98} 98}
99
100/* line 105, cloudpopup.scss */
101.cloud_popup section {
102 float: left;
103 clear: both;
104 margin: 16px 0px 0px 0px;
105 background: #333333 -webkit-linear-gradient(top, #323232 0%, #3c3c3c 100%);
106 border: 1px solid #333;
107 padding: 8px;
108 border-radius: 6px;
109}
110
111/* line 116, cloudpopup.scss */
112.cloud_popup section h4 {
113 text-transform: uppercase;
114 font-weight: normal;
115 font-size: 12px;
116 text-shadow: 1px 1px 1px #000;
117 font-family: 'Droid Sans', sans-serif;
118 display: block;
119 float: left;
120 clear: both;
121 margin: 2px 0px 6px 0px;
122 padding: 0px;
123 width: 100%;
124 text-align: center;
125}
126
127/* line 132, cloudpopup.scss */
128.cloud_popup section .btn_download {
129 width: 120px;
130 text-align: center;
131 margin: 10px 0px 2px 4px;
132 float: left;
133 font-size: 11px;
134}
135
136/* line 141, cloudpopup.scss */
137.cloud_popup section .cloud_icon {
138 background-image: url(../../../../../ninja_icon_128.png);
139 background-size: 100% 100%;
140 width: 60px;
141 height: 60px;
142 float: left;
143 margin: -10px 0px -6px 56px;
144}
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
index b8c9f880..deab188e 100755
--- a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
+++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
@@ -99,4 +99,50 @@ $grey_light: #494949;
99 text-align: center; 99 text-align: center;
100 float: right; 100 float: right;
101 margin: 8px 2px 2px 8px; 101 margin: 8px 2px 2px 8px;
102}
103
104.cloud_popup section
105{
106 float: left;
107 clear: both;
108 margin: 16px 0px 0px 0px;
109 background: #333 -webkit-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(60, 60, 60) 100%);
110 border: 1px solid #333;
111 padding: 8px;
112 border-radius: 6px;
113}
114
115.cloud_popup section h4
116{
117 text-transform: uppercase;
118 font-weight: normal;
119 font-size: 12px;
120 text-shadow: 1px 1px 1px #000;
121 font-family: 'Droid Sans', sans-serif;
122 display: block;
123 float: left;
124 clear: both;
125 margin: 2px 0px 6px 0px;
126 padding: 0px;
127 width: 100%;
128 text-align: center;
129}
130
131.cloud_popup section .btn_download
132{
133 width: 120px;
134 text-align: center;
135 margin: 10px 0px 2px 4px;
136 float: left;
137 font-size: 11px;
138}
139
140.cloud_popup section .cloud_icon
141{
142 background-image: url(../../../../../ninja_icon_128.png);
143 background-size: 100% 100%;
144 width: 60px;
145 height: 60px;
146 float: left;
147 margin: -10px 0px -6px 56px;
102} \ No newline at end of file 148} \ No newline at end of file