cirandas.net

ref: master

plugins/fb_app/public/stylesheets/style.scss


  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
@import 'base';

body.controller-fb_app_plugin_page_tab {

  /* Catalog Tab in Facebook */
  background: #fff;

  #top-bar, #theme-footer, #product-category, #product-page .button-bar {
    display: none;
  }
  .navbar-static-top {
    border-radius: 4px;
  }
  #wrap-1 {
    box-shadow: none;
  }
  .container {
    width: 100%;
  }
  #content .no-boxes {
    padding: 0;
    width: 100%;
  }
  #content-inner {
    padding-top: 0;
  }
  #content h1 {
    margin: 0;
  }
  #product-list {
    margin: 0 -10px;
  }
  #page-tab-subtitle {
    margin-bottom: 15px;
    background-color: rgb(241, 255, 107);
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    font-style: italic;
    padding: 10px 10px 0px;
  }
  #page-tab-subtitle p {
    margin-bottom: 10px;
  }
  #product-owner {
    display:block;
    font-size: 120%;
    font-weight: bold;
    clear: both;
  }
  #product-list li.product {
    width: 190px;
    padding: 10px;
  }
  #product-list .product-big {
    width: 160px;
  }
  #product-list .product-image-link {
    height: 170px;
  }
  #product-list .expand-box {
    width: 162px;
  }
  #theme-footer {
    border: none;
  }
  #page-tab-footer {
    font-size: 11px;
    border-top: 3px solid rgb(241, 255, 107);
    margin-top: 70px;
    padding-top: 5px;
  }
  #page-tab-footer1 {
    background: url("/designs/themes/cirandas-responsive/images/cirandas-logo-110.png") no-repeat;
    background-size: 50px;
    padding-left: 50px;
  }

  /* End of Catalog Tab in Facebook */

  #profile-title,
  #profile-header,
  #profile-theme-header,
  #profile-footer,
  #theme-header {
    display: none;
  }
  .product-catalog-ctrl {
    float: right;
    margin-left: 3px;
  }
  #product-catalog-actions {
    text-align: right;
  }
  #manage-fb-store-ctrl {
    margin-bottom: 15px;
  }
  .modal-content {
    #fb-app-page-tab-admin {
      height: 400px;
    }
  }

}

body.controller-fb_app_plugin_page_tab,
body.controller-fb_app_plugin_myprofile {

  input.small-loading {
    background: transparent url(/images/loading-small.gif) no-repeat scroll right center;
  }

  .loading {
    background: white url(/plugins/fb_app/images/loading.gif) no-repeat center center;
    width: 80%;
    height: 300px;
    margin: auto;
  }
}

/* control panel - general */
#fb-app-modal-wrap {
  display: none;
}
#fb-app-error, #fb-app-modal {
  padding: 70px 30px;
  font-size: 120%;
}
#fb-app-error {
  color: #E44444;
  font-style: italic;
}
.controller-profile_editor a.control-panel-fb-app {
  background-image: url(/plugins/fb_app/images/control-panel.png);
}
#fb-app-intro {
  margin: 0 40px 20px 40px;
}
#fb-app-intro-text {
  border:2px #666 solid;
  padding: 10px;
  border-radius: 8px;
}
#fb-app-connect-status {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 30px 0;
  padding: 30px;
}
.fb-app-connection-button {
  margin-top: 15px;
}
#fb-app-auth {
  text-align: center;
  min-height: 60px;
}
#fb-connected {
  font-size: 36px;
  margin: 0 30px;
  color: #99f;
}
#fb-app-wrapper {
  padding: 40px;
  font-size: 20px;
}
#fb-app-wrapper h1 {
  font-size: 39px;
  margin-bottom: 50px;
}

/* Control panel - catalog settings */
#page-tab-new {
  margin-top: 30px;
}
#page-tab-new h3 {
  border-top: 2px solid #ddd;
  padding-top: 10px;
}
#page-tab-new h3, .edit-page-tab {
  display: none;
}
.edit-page-tab {
  background-color: #eee;
  padding: 15px;
  border-radius: 8px;
}
.edit-tab-button {
  float: right;
  margin-left: 10px;
}
#fb-app-timeline, #fb-app-catalogs {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 10px;
}
#content #fb-app-catalogs h3 {
  font-size: 120%;
  color: inherit;
  margin-top: 20px;
}
#fb-app-catalogs label {
  margin-top: 20px;
}
.fb-app-submit-page-tab-options {
  margin-top: 20px;
}
.fb-app-final-back-button {
  margin-top: 70px;
}
.tokenfield .token {
  height: auto !important;
}

@media (min-width: 768px) {
  #noosfero-identity {
    float: left;
  }
  #fb-connected {
    font-size: 36px;
    float:left;
    margin: 0 30px;
    color: #99f;
  }
  #fb-identity {
    float: left;
  }
  #fb-app-timeline, #fb-app-catalogs {
    width: 50%-$marginp;
    float: left;
  }
  #fb-app-settings {
    overflow: hidden;
    padding-bottom: 400px;
  }
  #fb-app-catalogs {
    margin-right: $marginp;
  }
}