⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prototype.css

📁 The code, images and designs for this book are released under a Creative Commons Attribution-NonComm
💻 CSS
字号:
/*-----------------------------------------------------------------------------Prototype Style Sheet (empty commented stylesheet)version:   1.0author:    andy buddemail:     info@andybudd.comwebsite:   http://www.andybudd.com/-----------------------------------------------------------------------------*//* =General-----------------------------------------------------------------------------*//* Remove padding and margin */* {  margin: 0;	padding: 0;}/* Put it back on certain elements */h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {  margin: 1em 0;}/* Class for clearing floats */.clear {	clear:both;}/* Remove border around linked images */img {	border: 0;}/* =Typography-----------------------------------------------------------------------------*/body {  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;}/* =Headings-----------------------------------------------------------------------------*//* =Links-----------------------------------------------------------------------------*//* =Branding-----------------------------------------------------------------------------*//* =Main Nav-----------------------------------------------------------------------------*//* =Sub Nav-----------------------------------------------------------------------------*//* =Main Content-----------------------------------------------------------------------------*//* =Secondary Content-----------------------------------------------------------------------------*//* =Footer-----------------------------------------------------------------------------*//* =Forms-----------------------------------------------------------------------------*//* Removes fieldset borders. even on Opea 7 */fieldset {  border: 1px solid transparent;}/* =Tables-----------------------------------------------------------------------------*/table {   border-spacing: 0;	border-collapse: collapse;}td {  text-align: left;	font-weight: normal;}/* =Misc 1-----------------------------------------------------------------------------*//* =Misc 2-----------------------------------------------------------------------------*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -