contiki.css

来自「一个小的RTOS具有UIP网络功能」· CSS 代码 · 共 154 行

CSS
154
字号
body{  margin-left:10px;  margin-right:10px;  margin-top:10px;  margin-bottom:10px;  background-color: #4040e0;  color:white;  font-family:arial,helvetica,lucida;}a:link{   color: #ffffff;}a:visited{  color: #e0e0ff;  }a:active{   color: #000000;}h1{  text-align:center;}td{  font-family:helvetica,arial;  font-size:10pt;}td.btl{  max-width: 16 px;  max-height: 16 px;  min-width: 16 px;  min-height: 16 px;  width: 16 px;  height: 16 px;  background-color: #4040e0;  background-image:url(/img/btl.png);} td.bt{  max-height: 16 px;  min-height: 16 px;  height: 16 px;  background-color: #4040e0;  background-image:url(/img/bt.png);} td.btr{  max-width: 16 px;  max-height: 16 px;  min-width: 16 px;  min-height: 16 px;  width: 16 px;  height: 16 px;    background-color: #4040e0;  background-image:url(/img/btr.png);} td.bl{  max-width: 16 px;  min-width: 16 px;  width: 16 px;  background-color: #4040e0;  background-image:url(/img/bl.png);} td.br{  max-width: 16 px;  min-width: 16 px;  width: 16 px;  background-color: #4040e0;  background-image:url(/img/br.png);} td.bbl{  max-width: 16 px;  max-height: 16 px;  min-width: 16 px;  min-height: 16 px;  width: 16 px;  height: 16 px;  background-color: #4040e0;  background-image:url(/img/bbl.png);} td.bb{  max-height: 16 px;  min-height: 16 px;  height: 16 px;  background-color: #4040e0;  background-image:url(/img/bb.png);} td.bbr{  max-width: 16 px;  max-height: 16 px;  min-width: 16 px;  min-height: 16 px;  width: 16 px;  height: 16 px;    background-color: #4040e0;  background-image:url(/img/bbr.png);} td.content{  padding-left:20px;  padding-right:20px;    text-align:left;  font-family:arial,helvetica,lucida;  font-size:10pt;} td.menu{  text-align:left;  font-family:arial,helvetica,lucida;  font-size:14pt;  font-weight:bold;    color: #404050;  background-color: #c0c0c0;  padding-top: 2px;}p.intro{  margin-left:20px;  margin-right:20px;  margin-top:20px;  margin-bottom:20px;  text-align:center;  font-family:arial,helvetica,lucida;  font-size:10pt;  font-weight:bold;}

⌨️ 快捷键说明

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