jquery.easywidgets.css
来自「jquery插件。像iGOOGLE主页一样布局自己的网页。很好用」· CSS 代码 · 共 36 行
CSS
36 行
/**
* This is the widgets basic CSS. Note that you can change
* the classes names using the plugin settings. But you can
* use directly the default classes names, this names.
*/
.widget-column {
margin: 0;
padding: 0;
float: left;
width: 33.3%;
height: auto;
list-style: none;
min-height: 400px;
}
.widget-placeholder {
border: #000 dashed 1px;
}
.widget {}
.widget-head {}
.widget-menu-links {
}
.widget-menu-links a {
margin: 0 0 0 0.5em;
}
.widget-editbox {}
.widget-content {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?