码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
[React] Radium: Updating Button Styles via Props
In a CSS library like Bootstrap we can set a button's style to be "primary" or "secondary" by appending classes. For React components we want to be ab ...
分类:其他好文   时间:2016-04-18 06:35:05    阅读次数:273
Inputs & Outputs
@Component中有属性值 selector,template(templateUrl),styles(styleUrl),directives,proviers,inputs,outputs。 inputs 和outputs是用来干嘛的呢??? first.component.ts first ...
分类:其他好文   时间:2016-04-15 16:44:10    阅读次数:443
更简单更全的material design状态栏
从实际使用需要出发,以最简单的方式实现了几种类型的MD状态栏。(重点在fitsSystemWindows的使用) 0,使用前提 targetSdkVersion 23; support librariy 23.3.0 styles-v19: true styles-v21+: true  @android:color/transparent 1,最普通的类型:只有一个ToolB...
分类:其他好文   时间:2016-04-15 12:18:46    阅读次数:256
[android] 手机卫士设置向导页面
设置向导页面,通过SharedPreferences来判断是否已经设置过了,跳转到不同的页面 自定义样式 在res/values/styles.xml中 添加节点<style name=””>,设置名称属性 在<style>节点里面,添加节点<item name=””>设置名称属性,就是布局的各种参 ...
分类:移动开发   时间:2016-04-10 14:08:31    阅读次数:193
TControlStyle.csParentBackground的作用(附Delphi里的所有例子,待续)
Only applicable when Themes are enabled in applications on Windows XP. Causes the parent to draw its background into the control's background. This is ...
分类:Windows程序   时间:2016-04-08 21:39:20    阅读次数:759
WordPress目录文件结构详细说明
根目录 |-wp-admin | |-css | |-images | |-includes | |-js | |-maint | |-network | |-user |-wp-content | |-languages | |-plugins | |-themes | |-upgrade |-w ...
分类:其他好文   时间:2016-04-08 19:58:43    阅读次数:260
锋利的jQuery第2版学习笔记8~11章
第8章,用jQuery打造个性网站 网站结构 文件结构 images文件夹用于存放将要用到的图片 styles文件夹用于存放CSS样式表,个人更倾向于使用CSS文件夹 scripts文件夹用于存放jQuery脚本,个人更倾向于使用JS文件夹存放所有的js及jQuery脚本 编写CSS样式 推荐首先编 ...
分类:Web程序   时间:2016-04-05 00:17:42    阅读次数:314
xampp的安装和配置
这几天一直在做一个网站,客户要求要用PHP修改WordPress的themes,目的是交付完成后,客户自己管理方便。 以前从没有涉及过PHP,用的是jsp,但是,既然已经选择接受,就只能让自己去适应客户了。好吧,安装XAMPP的过程也是一件很纠结的事情。今天,我就把自己所遇到的问题写一下吧,和广大的 ...
分类:其他好文   时间:2016-04-04 11:31:38    阅读次数:321
开启程序的Visual Styles
首先看看MS对Visual Styles的解释: Windows XP and later operating systems support a feature called visual styles that enables the appearance of common controls ...
分类:其他好文   时间:2016-03-31 18:35:07    阅读次数:232
标题栏ToolBar
使用标题栏ToolBar 首先需要在AndroidManifest.xml中修改 application主题或者activity主题 隐藏原生标题栏 在styles.xml中自定义主题 android:theme="@style/toolrbar"> 在AndroidManifest.xml中使用主 ...
分类:其他好文   时间:2016-03-30 16:21:39    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!