Warning, /network/falkon/themes/windows/main.css is written in an unsupported language. File is not indexed.

0001 /*************************************
0002  * Windows Theme                     *
0003  * Author: nowrep                    *
0004  * Based on: Firefox Strata Aero     *
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 : #ffffff;
0017 }
0018 
0019 #statusbar-ip-label
0020 {
0021     padding-right: 5px;
0022 }
0023 
0024 /*NavigationBar*/
0025 #navigationbar
0026 {
0027     qproperty-layoutMargin: 3;
0028     qproperty-layoutSpacing: 3;
0029 }
0030 
0031 #navigationbar QSplitter::handle
0032 {
0033     background-color:transparent;
0034 }
0035 
0036 #navigationbar QSplitter
0037 {
0038     min-width: 8px;
0039 }
0040 
0041 #navigation-button-back
0042 {
0043     qproperty-themeIcon: "go-previous";
0044 }
0045 
0046 #navigation-button-next
0047 {
0048     qproperty-themeIcon: "go-next";
0049 }
0050 
0051 #navigation-button-stop
0052 {
0053     qproperty-themeIcon: "process-stop";
0054 }
0055 
0056 #navigation-button-reload
0057 {
0058     qproperty-themeIcon: "view-refresh";
0059 }
0060 
0061 #navigation-button-home
0062 {
0063     qproperty-themeIcon: "go-home";
0064 }
0065 
0066 #navigation-button-addtab
0067 {
0068     qproperty-themeIcon: "list-add";
0069 }
0070 
0071 #navigation-button-tools
0072 {
0073     qproperty-themeIcon: "arrow-right-double";
0074     qproperty-fallbackIcon: url(images/tools.svg);
0075 }
0076 
0077 #navigation-button-exitfullscreen
0078 {
0079     qproperty-themeIcon: "view-restore";
0080     qproperty-fallbackIcon: url(images/exit-fullscreen.svg);
0081 }
0082 
0083 #navigation-button-supermenu
0084 {
0085     qproperty-themeIcon: "application-menu";
0086     qproperty-fallbackIcon: url(images/menu.svg);
0087 }
0088 
0089 #navigation-toolbutton-badge
0090 {
0091     background: palette(dark);
0092     color: palette(bright-text);
0093     margin: 0px 1px;
0094 }
0095 
0096 ToolButton[button-id="button-downloads"]
0097 {
0098     qproperty-themeIcon: "edit-download";
0099 }
0100 
0101 /*TabWidget*/
0102 #tabbar-button-right
0103 {
0104     qproperty-themeIcon: "arrow-right";
0105     qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
0106     qproperty-fixedsize: 15px 25px;
0107 }
0108 
0109 #tabbar-button-left
0110 {
0111     qproperty-themeIcon: "arrow-left";
0112     qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
0113     qproperty-fixedsize: 15px 25px;
0114 }
0115 
0116 #tabwidget-button-opentabs
0117 {
0118     qproperty-themeIcon: "go-down";
0119     qproperty-fixedsize: 22px 29px;
0120 }
0121 
0122 #tabwidget-button-closedtabs
0123 {
0124     qproperty-themeIcon: "user-trash-full";
0125     qproperty-fixedsize: 22px 29px;
0126 }
0127 
0128 #tabwidget-button-addtab[outside-tabbar="false"]
0129 {
0130     background : #dddddd;
0131     border: 1px solid #b2b2b2;
0132     border-bottom: none;
0133     border-left: none;
0134     qproperty-fixedsize: 29px 29px;
0135     qproperty-themeIcon: "list-add";
0136 }
0137 
0138 #tabwidget-button-addtab[outside-tabbar="false"]:hover
0139 {
0140     background: #f3f3f3;
0141 }
0142 
0143 #tabwidget-button-addtab[outside-tabbar="true"]
0144 {
0145     qproperty-themeIcon: "list-add";
0146     qproperty-fixedsize: 22px 29px;
0147 }
0148 
0149 TabBarTabMetrics
0150 {
0151     qproperty-pinnedWidth: 32;
0152 }
0153 
0154 #tabbar
0155 {
0156     min-height: 30px;
0157     max-height: 30px;
0158     qproperty-tabPadding: 3;
0159     qproperty-baseColor: transparent;
0160 }
0161 
0162 #tab-icon
0163 {
0164     padding-right: 3px;
0165     padding-left: 3px;
0166     min-width: 16px;
0167     max-width: 16px;
0168     background: transparent;
0169 }
0170 
0171 #combotabbar_tabs_close_button
0172 {
0173     max-width: 11px;
0174     max-height: 9px;
0175     min-width: 11px;
0176     min-height: 9px;
0177     padding-right: 2px;
0178 }
0179 
0180 #tabbar::close-button
0181 {
0182     image: url(images/tab-close.svg);
0183 }
0184 
0185 #tabbar::close-button:hover
0186 {
0187     image: url(images/tab-close-h.svg);
0188 }
0189 
0190 #tabbar::close-button:pressed
0191 {
0192     image: url(images/tab-close-a.svg);
0193 }
0194 
0195 #tabbar::tab
0196 {
0197     height: 28px;
0198 }
0199 
0200 #tabbar::tab:selected
0201 {
0202     background : #ffffff;
0203     border: 1px solid #b2b2b2;
0204     border-bottom: none;
0205 }
0206 
0207 #tabbar::tab:!selected
0208 {
0209     background : #dddddd;
0210     border: 1px solid #b2b2b2;
0211     border-bottom: none;
0212 }
0213 
0214 #tabbar::tab:!selected:hover
0215 {
0216     background: #f3f3f3;
0217     border: 1px solid #b2b2b2;
0218     border-bottom: none;
0219 }
0220 
0221 #tabbar::tab:selected:!first
0222 {
0223     margin-left: -1px;
0224 }
0225 
0226 #tabbar::tab:!selected:!first
0227 {
0228     margin-left: -1px;
0229 }
0230 
0231 #tabbar::tab:!selected:!first:hover
0232 {
0233     margin-left: -1px;
0234 }
0235 
0236 #tabbar::tab:selected:first
0237 {
0238     margin-left: 0;
0239 }
0240 
0241 #tabbar::tab:!selected:first
0242 {
0243     margin-left: 0;
0244 }
0245 
0246 #tabbar::tab:selected:only-one
0247 {
0248     margin-left: 0;
0249 }
0250 
0251 #tabbar::tab:!selected:only-one
0252 {
0253     margin-left: 0;
0254 }
0255 
0256 #tabbar::tab:!selected:hover:only-one
0257 {
0258     margin-left: 0;
0259 }
0260 
0261 /*IconProvider*/
0262 IconProvider
0263 {
0264     qproperty-bookmarkIcon: url(images/star-a.svg);
0265 }
0266 
0267 /*LocationBar*/
0268 #locationbar
0269 {
0270     background: transparent;
0271     border: 1px solid #b2b2b2;
0272     min-height: 25px;
0273     qproperty-leftMargin: 27;
0274 }
0275 
0276 #locationbar::focus
0277 {
0278     border-color: #0078d7;
0279 }
0280 
0281 #locationbar-bookmarkicon
0282 {
0283     qproperty-themeIcon: "rating-unrated";
0284     qproperty-fallbackIcon: url(images/star.svg);
0285     qproperty-fixedsize: 16px 16px;
0286 }
0287 
0288 #locationbar-bookmarkicon[bookmarked="true"]
0289 {
0290     qproperty-themeIcon: "rating";
0291     qproperty-fallbackIcon: url(images/star-a.svg);
0292     qproperty-fixedsize: 16px 16px;
0293 }
0294 
0295 #locationbar-siteicon
0296 {
0297     border-image: url(images/transp.png);
0298     qproperty-fixedwidth: 30;
0299     min-height: 25px;
0300     padding-left: 0px;
0301 }
0302 
0303 #locationbar-goicon
0304 {
0305     qproperty-themeIcon: "go-jump-locationbar";
0306     qproperty-fallbackIcon: url(images/goto.svg);
0307     qproperty-fixedsize: 16px 16px;
0308 }
0309 
0310 #locationbar-down-icon
0311 {
0312     qproperty-themeIcon: "go-down";
0313     qproperty-fixedsize: 12px 16px;
0314 }
0315 
0316 #locationbar-autofillicon
0317 {
0318     qproperty-themeIcon: "user-identity";
0319     qproperty-fallbackIcon: url(images/user.svg);
0320     qproperty-fixedsize: 16px 16px;
0321 }
0322 
0323 /*BookmarksToolbar*/
0324 #bookmarksbar QToolButton
0325 {
0326     border-image: url(images/transp.png);
0327     border-width: 0px;
0328     height: 15px;
0329 }
0330 
0331 /*SideBar*/
0332 #sidebar
0333 {
0334     background: transparent;
0335 }
0336 
0337 #sidebar-splitter::handle
0338 {
0339     background-color:transparent;
0340 }
0341 
0342 /*WebSearchBar*/
0343 #websearchbar
0344 {
0345     background: transparent;
0346     border: 1px solid #b2b2b2 solid;
0347     qproperty-leftMargin: 27;
0348 }
0349 
0350 #websearchbar::focus
0351 {
0352     border-color: #0078d7;
0353 }
0354 
0355 #websearchbar-searchbutton
0356 {
0357     qproperty-fixedsize: 22px 16px;
0358     qproperty-themeIcon: "edit-find";
0359 }
0360 
0361 #websearchbar-searchprovider-combobox
0362 {
0363     border-image: url(images/transp.png);
0364     qproperty-fixedwidth: 25;
0365     min-height: 25px;
0366     padding-left: 4px;
0367 }
0368 
0369 /*SearchToolbar*/
0370 SearchToolBar #lineEdit[notfound="true"]
0371 {
0372     background:#ff6666;
0373 }
0374 
0375 /*AboutDialog*/
0376 AboutDialog #label
0377 {
0378     background: palette(window);
0379 }
0380 
0381 AboutDialog #textLabel
0382 {
0383     background: palette(window);
0384 }
0385 
0386 /*DesktopNotification*/
0387 DesktopNotification
0388 {
0389     background: #31363b;
0390 }
0391 
0392 DesktopNotification #frame
0393 {
0394     border: 1px solid #696d71;
0395     padding: 10px;
0396 }
0397 
0398 DesktopNotification #heading
0399 {
0400     font: bold;
0401     color: #c2c7c7;
0402 }
0403 
0404 DesktopNotification #text
0405 {
0406     color: #e7ebeb;
0407 }
0408 
0409 /*BrowsingLibrary*/
0410 BrowsingLibrary #tabs
0411 {
0412     qproperty-bgPixmap: url(images/library-bg.png);
0413 }
0414 
0415 BrowsingLibrary #frame
0416 {
0417     background: url(images/library-bg.png);
0418 }
0419 
0420 /*JavaScript Dialogs*/
0421 #jsFrame
0422 {
0423     background: url(images/semi-transp.png);
0424 }
0425 
0426 QFrame[js-frame="true"]
0427 {
0428     border: 1px solid  black;
0429     border-bottom: 0px;
0430     background-color: white;
0431 }
0432 
0433 QFrame[js-frame2="true"]
0434 {
0435     border: 1px solid  black;
0436     border-top: 0px;
0437     background-color: #f3f3f3;
0438 }
0439 
0440 /*WebView*/
0441 WebView
0442 {
0443     background: white;
0444 }