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

📄 ldpc.htm

📁 LDPC编解码代码
💻 HTM
📖 第 1 页 / 共 3 页
字号:

  /* Nested HTML elements
  ----------------------------------------------- */
  ol li {
  	margin-left: 2em;
  	list-style-type: decimal;	
  }
  ol, ul {
  	margin: 1em 0;
  	padding-left: 1.7em;
  }
  ul li {
  	list-style-type: disc;
  }



  /* Custom font definitions for style
  ----------------------------------------------- */
  p {
  	margin: 1em 0;
  	line-height: 1.8em;
  }
  p.description {
  	margin: .2em 0 1.5em;
  	line-height: 1.5;
  	color: #999;
  }
  h1 {
  	font-family: "Palatino","Palatino Linotype", serif;
  	font-size: 2.75em;
  	font-weight: normal;
  	letter-spacing: 3px;
  	text-shadow: #999 2px 2px 2px;
  	padding: 5px 35px;
  }

  h2 {
  	margin: .9em 0 .5em;
  	font-family: "Palatino","Palatino Linotype", serif;
  	font-size: 1.8em;
  	font-weight: normal;
  	text-shadow: #999 2px 2px 2px;
  }
  h3 {
  	font-family: "Palatino","Palatino Linotype", serif;
  	font-size: 1.5em;
  	font-weight: normal;
  	margin-top: 1em;
  }
  h4 {
  	font-size: 1.2em;
  }
  h5 {
  	font-size: 1em;
  }
  h6 {
  	font-size: 1em;
  	font-weight: normal;
  	color: #515151;
  }



  /* Header style
  ----------------------------------------------- */
  #header {
  	text-align: center;
  	padding: 90px 0 1px;
  }


  /* Content column tweaks
  ----------------------------------------------- */
  #main-content {
  	margin-top: 1em;
  }
  #main-content .wrapper {
  	padding: 0 2em;
  }
  .content-item {
  	border-top: 1px dotted #878787;
  }



  /* Sidebar style
  ----------------------------------------------- */
  #sidebar .links {
  	background: #F7F7F7; 
  	position: relative;
  }
  #sidebar li a:link, #sidebar li a:visited {
  	background: none;
  	font-weight: normal;
  	display: block;
  	border-bottom: 1px solid #fff;
  	padding: .5em 1em;
  }
  #sidebar li a:hover {
  	background: #fff;
  }
  #sidebar h3, #sidebar-alternate h3 {
  	margin: 1em 0;
  	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
  	line-height: 1;
  	font-size: 1em;
  	padding: 6px 0;
  	border-top: 1px dotted #878787;
  	border-bottom: 1px dotted #878787;
  	font-weight: normal;
  }
  #sidebar h4, #sidebar-alternate h4 {
  	margin: 1em 0;
  	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
  	line-height: 1;
  	font-size: 1em;
  	padding: 6px 0;
  	color: #515151;
  	border-top: 1px dotted #878787;
  	border-bottom: 1px dotted #878787;
  	font-weight: normal;
  }
  #sidebar h5, #sidebar-alternate h5 {
  	margin: 1em 0;
  	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
  	line-height: 1;
  	font-size: .9em;
  	padding: 6px 0;
  	color: #515151;
  	border-top: 1px dotted #878787;
  	border-bottom: 1px dotted #878787;
  	font-weight: normal;
  }
  #sidebar h6, #sidebar-alternate h6 {
  	margin: 1em 0;
  	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
  	line-height: 1;
  	font-size: .8em;
  	padding: 6px 0;
  	color: #515151;
  	border-top: 1px dotted #878787;
  	border-bottom: 1px dotted #878787;
  	font-weight: normal;
  }
  #adsense {
  	margin: 30px 14px;
  }



  /* Footer style
  ----------------------------------------------- */
  #footer {
  	margin-bottom: 10px;
  }
  #footer hr {
  	display: none;
  }
  #footer .wrapper {
  	padding: 5px 20px;
  }



  /* Tweaks for Three-column layout
  ----------------------------------------------- */
  #threecolumn #sidebar .links {
  	background: #F7F7F7;
  }
  #sidebar-alternate .alternate-content .wrapper {
  	padding: 1px 10px;
  }
  #sidebar-alternate blockquote {
  	margin: 0;
  }



  /* Tweaks for Two-column Left layout
  ----------------------------------------------- */


  /* Tweaks for Two-column Right layout
  ----------------------------------------------- */


  /* Tweaks for Two-column Liquid layout
  ----------------------------------------------- */


  /* Tweaks for One-column Liquid layout
  ----------------------------------------------- */
  /*

  	-- -- -- -- -- -- --
  	STYLE: Solitude (navy)
  	-- -- -- -- -- -- --


  /* Basic HTML style
  ----------------------------------------------- */
  a:link {
  	color: #24355D;
  	background: url(/-/includes/style/solitude/navy/bg_link.gif); 
  }
  a:visited {
  	background: url(/-/includes/style/solitude/navy/bg_link.gif); 
  }
  body {
  	background: #fff url(/-/includes/style/solitude/navy/bg_top.gif) top center repeat-x;
  }
  th {
  	background: url(/-/includes/style/solitude/navy/bg_pattern.gif); 
  }



  /* Custom font definitions for navy style
  ----------------------------------------------- */
  h1 {
  	color: #24355D;
  }
  h2 {

⌨️ 快捷键说明

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