Warning, /network/falkon/themes/mac/main.css is written in an unsupported language. File is not indexed.
0001 /*************************************
0002 * Mac Theme *
0003 * Author: nowrep *
0004 * Based on: Firefox Mac OS X Theme *
0005 *************************************/
0006
0007 *[html-link-look="true"]
0008 {
0009 color: palette(link);
0010 text-decoration: underline;
0011 }
0012
0013 /*MainWindow*/
0014 #mainwindow
0015 {
0016 background-color: #a7a7a7;
0017 }
0018
0019 #mainwindow-menubar
0020 {
0021 background-image:url(images/transp.png);
0022 border:none;
0023 }
0024
0025 #mainwindow-menubar:item
0026 {
0027 color: black;
0028 spacing: 5px;
0029 padding: 2px 6px;
0030 background: transparent;
0031 }
0032
0033 #mainwindow-menubar::item:pressed
0034 {
0035 background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #a5a5a5, stop:1 #9a9a9a);
0036 border: 1px solid #373737;
0037 border-top-left-radius: 4px;
0038 border-top-right-radius: 4px;
0039 border-bottom: none;
0040 }
0041
0042 #mainwindow-statusbar
0043 {
0044 background-color: #a7a7a7;
0045 }
0046
0047 #statusbar-ip-label
0048 {
0049 padding-right: 5px;
0050 }
0051
0052 /*NavigationBar*/
0053 #navigationbar
0054 {
0055 qproperty-layoutMargin: 4;
0056 qproperty-layoutSpacing: 3;
0057 }
0058
0059 #navigationbar QSplitter::handle
0060 {
0061 height: 8px;
0062 image: url(images/splitter.png);
0063 }
0064
0065 #navigation-button-back
0066 {
0067 qproperty-multiIcon: url(images/navigation-back.png);
0068 }
0069
0070 #navigation-button-next
0071 {
0072 qproperty-multiIcon: url(images/navigation-forward.png);
0073 }
0074
0075 #navigation-button-stop
0076 {
0077 qproperty-multiIcon: url(images/navigation-stop.png);
0078 }
0079
0080 #navigation-button-reload
0081 {
0082 qproperty-multiIcon: url(images/navigation-reload.png);
0083 }
0084
0085 #navigation-button-home
0086 {
0087 qproperty-multiIcon: url(images/navigation-home.png);
0088 }
0089
0090 #navigation-button-addtab
0091 {
0092 qproperty-multiIcon: url(images/navigation-addtab.png);
0093 }
0094
0095 #navigation-button-tools
0096 {
0097 qproperty-icon: url(images/navigation-tools.png);
0098 }
0099
0100 #navigation-button-exitfullscreen
0101 {
0102 qproperty-icon: url(images/navigation-exit-fullscreen.png);
0103 }
0104
0105 #navigation-button-supermenu
0106 {
0107 qproperty-multiIcon: url(images/navigation-supermenu.png);
0108 }
0109
0110 #navigation-toolbutton-badge
0111 {
0112 background: palette(dark);
0113 color: palette(bright-text);
0114 margin: 0px 1px;
0115 }
0116
0117 ToolButton[button-id="button-downloads"]
0118 {
0119 qproperty-icon: url(images/navigation-downloads.png);
0120 }
0121
0122 ToolButton[toolbar-look="true"]
0123 {
0124 qproperty-iconSize: 16px 16px;
0125 qproperty-fixedsize: 36px 23px;
0126 border-image: url(images/toolbutton.png);
0127 }
0128
0129 ToolButton[toolbar-look="true"]:hover
0130 {
0131 border-image: url(images/toolbutton-h.png);
0132 }
0133
0134 ToolButton[toolbar-look="true"]:pressed
0135 {
0136 border-image: url(images/toolbutton-a.png);
0137 }
0138
0139 /*TabWidget*/
0140 #tabbar
0141 {
0142 qproperty-tabPadding: -1;
0143 qproperty-baseColor: 0;
0144 }
0145
0146 #tabbar-button-right
0147 {
0148 qproperty-icon: url(images/tab-right-arrow.png);
0149 qproperty-fixedsize: 15px 25px;
0150 }
0151
0152 #tabbar-button-left
0153 {
0154 qproperty-icon: url(images/tab-left-arrow.png);
0155 qproperty-fixedsize: 15px 25px;
0156 }
0157
0158 #tabwidget-button-opentabs
0159 {
0160 qproperty-multiIcon: url(images/tabs-list-button.png);
0161 }
0162
0163 #tabwidget-button-closedtabs
0164 {
0165 qproperty-multiIcon: url(images/tabs-closed-button.png);
0166 }
0167
0168 #tabwidget-button-addtab
0169 {
0170 qproperty-multiIcon: url(images/tabbar-addtab.png);
0171 }
0172
0173 /*IconProvider*/
0174 IconProvider
0175 {
0176 qproperty-bookmarkIcon: url(images/star-a.png);
0177 }
0178
0179 /*LocationBar*/
0180 #locationbar
0181 {
0182 background: transparent;
0183 border-image: url(images/lineedit-bg.png);
0184 border-width: 4px;
0185 color:black;
0186 padding-right: -5px;
0187 padding-left: -5px;
0188 padding-top: -2px;
0189 padding-bottom: -2px;
0190 qproperty-fixedheight: 23;
0191 qproperty-leftMargin: 40;
0192 }
0193
0194 #locationbar-bookmarkicon
0195 {
0196 margin-left: 2px;
0197 qproperty-pixmap: url(images/star.png);
0198 }
0199
0200 #locationbar-bookmarkicon[bookmarked="true"]
0201 {
0202 qproperty-pixmap: url(images/star-a.png);
0203 }
0204
0205 #locationbar-siteicon
0206 {
0207 border-image: url(images/siteicon-bg.png);
0208 qproperty-fixedsize:42px 23px;
0209 padding-left: -3px;
0210 }
0211
0212 #locationbar-siteicon[secured="true"]
0213 {
0214 border-image: url(images/siteicon-secure-bg.png);
0215 }
0216
0217 #locationbar-goicon
0218 {
0219 margin-top: 2px;
0220 qproperty-pixmap: url(images/gotoaddress.png);
0221 }
0222
0223 #locationbar-down-icon
0224 {
0225 margin-left: 3px;
0226 margin-right: 2px;
0227 qproperty-pixmap: url(images/navigation-dropdown.png);
0228 }
0229
0230 #locationbar-autofillicon
0231 {
0232 margin-bottom: 1px;
0233 qproperty-pixmap: url(images/key.png);
0234 }
0235
0236 /*BookmarksToolbar*/
0237 #bookmarksbar QToolButton
0238 {
0239 border-image: url(images/transp.png);
0240 border-width: 0px;
0241 height: 15px;
0242 }
0243
0244 /*SideBar*/
0245 #sidebar
0246 {
0247 background: transparent;
0248 }
0249
0250 #sidebar-splitter::handle
0251 {
0252 background-color:transparent;
0253 }
0254
0255 /*WebSearchBar*/
0256 #websearchbar
0257 {
0258 background: transparent;
0259 border-image: url(images/lineedit-bg.png);
0260 border-width: 4px;
0261 padding-right: -4px;
0262 padding-top: -2px;
0263 padding-bottom: -2px;
0264 color:black;
0265 qproperty-fixedheight: 23;
0266 qproperty-leftMargin: 35;
0267 }
0268
0269 #websearchbar-searchbutton
0270 {
0271 margin-bottom: -1px;
0272 qproperty-pixmap: url(images/search-icon.png);
0273 }
0274
0275 #websearchbar-searchprovider-combobox
0276 {
0277 border-image: url(images/searchbar-provider-bg.png);
0278 padding-left:-11px;
0279 qproperty-fixedsize: 42px 23px;
0280 }
0281
0282 /*SearchToolbar*/
0283 SearchToolBar #lineEdit[notfound="true"]
0284 {
0285 background:#ff6666;
0286 }
0287
0288 /*AboutDialog*/
0289 AboutDialog #label
0290 {
0291 background: palette(window);
0292 }
0293
0294 AboutDialog #textLabel
0295 {
0296 background: palette(window);
0297 }
0298
0299 /*DesktopNotification*/
0300 DesktopNotification
0301 {
0302 background: #31363b;
0303 }
0304
0305 DesktopNotification #frame
0306 {
0307 border: 1px solid #696d71;
0308 padding: 10px;
0309 }
0310
0311 DesktopNotification #heading
0312 {
0313 font: bold;
0314 color: #c2c7c7;
0315 }
0316
0317 DesktopNotification #text
0318 {
0319 color: #e7ebeb;
0320 }
0321
0322 /*BrowsingLibrary*/
0323 BrowsingLibrary #tabs
0324 {
0325 qproperty-bgPixmap: url(images/library-bg.png);
0326 }
0327
0328 BrowsingLibrary #frame
0329 {
0330 background: url(images/library-bg.png);
0331 }
0332
0333 /*JavaScript Dialogs*/
0334 #jsFrame
0335 {
0336 background: url(images/semi-transp.png);
0337 }
0338
0339 QFrame[js-frame="true"]
0340 {
0341 border: 1px solid black;
0342 border-bottom: 0px;
0343 background-color: white;
0344 }
0345
0346 QFrame[js-frame2="true"]
0347 {
0348 border: 1px solid black;
0349 border-top: 0px;
0350 background-color: #f3f3f3;
0351 }
0352
0353 /*WebView*/
0354 WebView
0355 {
0356 background: white;
0357 }