themes

OpenLayers not using theme CSS?

孤街醉人 提交于 2019-12-23 04:39:19
问题 I need to customize the position (using CSS) of some of the elements, but when I change the style.css document in the theme/default directory inside OpenLayers, the CSS changes are not applied to the Map. Additionally, the icons contained inside the theme/default/img directory for the map are not used. Instead the icons residing in the base /img directory are used. Does anyone know how to tell OpenLayers to use the CSS and images from a specific theme? How do I tell OpenLayers to use a theme?

Android Resolving style properties and attributes?

荒凉一梦 提交于 2019-12-23 03:47:12
问题 My Android Application has a main Project Module that has the following declaration in the styles file. This Theme is used in the Manifest file on the "application" tag so all components within the "application" element have the same theme applied. <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:colorPrimary" tools:ignore="NewApi"> @color/light_black </item> <item name="colorPrimary">@color/light_black</item> <item name=

Changing variables values scss

不羁的心 提交于 2019-12-23 02:43:50
问题 I have defined different variables in my scss file, I used these variables in some scss files. _variables.scss $light-theme: rgba(94,161,215,0.3); $dark-theme: #5EA1D7; $darker-theme: #57647A; $very-dark-theme: #455061; How can I define 3 groups of themes? Something like: default-theme { $light-theme: rgba(94,161,215,0.3); $dark-theme: #5EA1D7; $darker-theme: #57647A; $very-dark-theme: #455061; } dark-theme { $light-theme: black; $dark-theme: brown; $darker-theme: black; $very-dark-theme:

How to remove the “Source:” from this Tumblr theme?

让人想犯罪 __ 提交于 2019-12-23 02:07:10
问题 I am trying to edit the Tumblr theme below so as to remove the "Source:" portion that appears at the bottom of every post I reblog. I don't mind giving credit where credit is due, but this information is already visible in the Tumblr app and on the permalinks of each post... I just want it to not clutter the homepage. Here's an example of how a reblog currently looks. And here's the code of the theme I'm currently using. I've tried editing the code to make the "Source" line disappear, but to

Xamarin Forms custom theme not working

♀尐吖头ヾ 提交于 2019-12-22 19:25:10
问题 I have an Android app that uses Xamarin Forms 2.0. I made a custom theme to set some colors. I created these files: Resources/values/styles.xml (AndroidResource) <?xml version="1.0" encoding="utf-8" ?> <resources> <style name="SmartbitLight" parent="SmartbitLight.Base"> </style> <style name="SmartbitLight.Base" parent="Theme.AppCompat.NoActionBar"> <item name="colorPrimary">@color/blueLight</item> <item name="colorPrimaryDark">@color/blueDark</item> <item name="colorAccent">@color/grey</item>

Eclipse specific colour change with new Ubuntu themes

坚强是说给别人听的谎言 提交于 2019-12-22 17:16:13
问题 All but one colour is a problem in Eclipse with the new Ubuntu (10.10) dark themes. I want to change only this one, not the theme. This is the background/colour used by Eclipse in lists (Explorer, Open Resource) when an item is pre selected (a selected item displays ok). The current display is white on light-grey, not easily readable. Where can I change that? 回答1: Update July 2012 (18 months later): With the latest Eclipse4.2 (June 2012, "Juno") release, you won't depend on the OS colors

NavigationView and Translucent Status Bar

江枫思渺然 提交于 2019-12-22 17:09:08
问题 I followed all the tips on SO on how to achieve this and no success so far... I would like to have a Semi-transparent/transparent (not sure of the difference) status bar. UPDATE 25/03/16: I tried all kinds of Theme attributes without progress. Updated question with what I attempted for the v21 styles file and a Bounty . Does anyone have an idea? fitSystemWindows is set in both my DrawerLayout and NavigationView in the xml: <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas

Material UI: Unable to change button text color in theme

丶灬走出姿态 提交于 2019-12-22 15:33:12
问题 I'm having a problem with changing button text color directly in the Material UI theme. Changing primary color + button font size works fine, so the problem isn't in passing the theme on. Here's my code: import React from 'react'; import { MuiThemeProvider, createMuiTheme } from 'material-ui/styles'; import { lightBlue } from 'material-ui/colors'; import styled from 'styled-components'; const theme = createMuiTheme({ palette: { primary: lightBlue, // works }, raisedButton: { color: '#ffffff',

Plone 4.2 - how can I change the logo in a diazo theme?

风流意气都作罢 提交于 2019-12-22 15:26:22
问题 I have just installed a theme in Plone called beyondskins.responsive. Now I want to change the logo so that it uses the logo for my site and not the default Plone logo. I've spent an hour googling this problem and I have not found a solution. One of the places I looked was here: http://pypi.python.org/pypi/plone.app.theming#modifying-the-theme This site tells me "You can modify a theme by clicking Modify theme underneath a theme in the Themes tab of the Theming control panel." However, I don

Plone 4.2 - how can I change the logo in a diazo theme?

蹲街弑〆低调 提交于 2019-12-22 15:25:10
问题 I have just installed a theme in Plone called beyondskins.responsive. Now I want to change the logo so that it uses the logo for my site and not the default Plone logo. I've spent an hour googling this problem and I have not found a solution. One of the places I looked was here: http://pypi.python.org/pypi/plone.app.theming#modifying-the-theme This site tells me "You can modify a theme by clicking Modify theme underneath a theme in the Themes tab of the Theming control panel." However, I don