メモ6

atwikiのデフォルト?CSS

  1. /*******************************************************************************
  2.   NUDN2 General Definitions
  3. *******************************************************************************/
  4. .clear {
  5. clear: both;
  6. }
  7. #footer {
  8. background : #FFF;
  9. border-top : 1px dashed #C0C0C0;
  10. margin : 0 0 10px 0;
  11. padding: 10px;
  12. position : relative;
  13. z-index: 13;
  14. }
  15. #footer hr {
  16. display: none;
  17. }
  18. #footer p {
  19. font-size: 0.9em;
  20. margin : 5px 0 0px 0px;
  21. text-align : center;
  22. }
  23. #header {
  24. background : #FFF;
  25. border-bottom: 1px dashed #C0C0C0;
  26. margin : 0 0 0 0;
  27. padding-top:1px;
  28. }
  29.  
  30. #header h1 {
  31. font-size: 1.8em;
  32. font-weight: bold;
  33. margin: 33px 20px 10px;
  34. }
  35.  
  36. #container {
  37. min-width: 1200px;
  38. _width: 1200px;
  39. }
  40.  
  41. #menubar {
  42. color: #3e3e3e;
  43. float: left;
  44. font-size: 0.9em;
  45. line-height: 120%;
  46. overflow: hidden;
  47. width: 180px;
  48. }
  49.  
  50. #menubar2 {
  51. color: #3e3e3e;
  52. float: right;
  53. font-size: 0.9em;
  54. line-height: 130%;
  55. overflow: hidden;
  56. width: 180px;
  57. padding: 10px;
  58. }
  59.  
  60. #contents {
  61. color: #2a2a2a;
  62. font-size: 1em;
  63. line-height: 160%;
  64. padding: 6px 15px 15px;
  65. margin:0px 190px;
  66. overflow: hidden;
  67. border-left: 1px dashed #C0C0C0;
  68. border-right: 1px dashed #C0C0C0;
  69. background-color: #ffffff;
  70. min-width: 768px;
  71. }
  72.  
  73. addr[title] {
  74. border-bottom: dotted 1px;
  75. }
  76. acronym[title] {
  77. border-bottom: dotted 1px;
  78. }
  79. address {
  80. display: block;
  81. font-style : italic;
  82. }
  83. b {
  84. font-weight: bolder;
  85. }
  86. caption {
  87. display: table-caption;
  88. text-align : center;
  89. }
  90. center {
  91. display: block;
  92. text-align : center;
  93. }
  94. cite {
  95. font-style : italic;
  96. }
  97. col {
  98. display: table-column;
  99. }
  100. colgroup {
  101. display: table-column-group;
  102. }
  103. dd {
  104. display: block;
  105. margin-left: 2em;
  106. }
  107. del {
  108. text-decoration: line-through;
  109. }
  110. dfn {
  111. font-style : italic;
  112. }
  113. dl {
  114. display: block;
  115. margin : 1em 0;
  116. }
  117. dl dl {
  118. margin-bottom: 0;
  119. margin-top : 0;
  120. }
  121. dl ol {
  122. margin-bottom: 0;
  123. margin-top : 0;
  124. }
  125. dl ul {
  126. margin-bottom: 0;
  127. margin-top : 0;
  128. }
  129. dt {
  130. font-weight: bold;
  131. }
  132. em {
  133. font-style : italic;
  134. }
  135.  
  136. h2#pagetitle {
  137. font-size: 1.3em;
  138. margin: 8px 0 18px;
  139. }
  140.  
  141. #wrapper h1 {
  142. font-size: 1.8em;
  143. margin : 13px 0;
  144. }
  145. #wrapper h2 {
  146. font-size: 1.6em;
  147. margin : 13px 0;
  148. }
  149. #wrapper h3 {
  150. font-size: 1.4em;
  151. margin : 13px 0;
  152. }
  153. #wrapper h4 {
  154. font-size: 1.2em;
  155. margin : 13px 0;
  156. }
  157. #wrapper h5 {
  158. font-size: 1.0em;
  159. margin : 13px 0;
  160. }
  161. #wrapper h6 {
  162. font-size: 0.8em;
  163. margin : 13px 0;
  164. }
  165. #wrapper h1.item {
  166. font-size: 1.3em;
  167. margin : 8px 0 18px 0;
  168. }
  169. hr {
  170. border : 1px 0;
  171. display: block;
  172. height : 1px;
  173. margin : 0.5em auto 0.5em auto;
  174. }
  175. i {
  176. font-style : italic;
  177. }
  178. ins {
  179. text-decoration: underline;
  180. }
  181. li {
  182. display: list-item;
  183. }
  184. multicol {
  185. display: block;
  186. margin : 1em 0;
  187. }
  188. nobr {
  189. white-space: nowrap;
  190. }
  191. ol {
  192. display: block;
  193. list-style-type: decimal;
  194. margin : 1em 0;
  195. padding-left : 25px;
  196. }
  197. ol dl {
  198. margin-bottom: 0;
  199. margin-top : 0;
  200. }
  201. ol ol {
  202. margin-bottom: 0;
  203. margin-top : 0;
  204. }
  205. ol ol ul {
  206. list-style-type: square;
  207. }
  208. ol ul {
  209. list-style-type: circle;
  210. margin-bottom: 0;
  211. margin-top : 0;
  212. }
  213. ol ul ul {
  214. list-style-type: square;
  215. }
  216. p {
  217. display: block;
  218. margin : 1em 0;
  219. }
  220. plaintext {
  221. background : #f8f3e6;
  222. border-left: 3px solid #e44949;
  223. display: block;
  224. font-family: fixed;
  225. margin : 3px 10px;
  226. padding: 5px;
  227. white-space: pre;
  228. }
  229. q:after {
  230. content: close-quote;
  231. }
  232. q:before {
  233. content: open-quote;
  234. }
  235. s {
  236. text-decoration: line-through;
  237. }
  238. strike {
  239. text-decoration: line-through;
  240. }
  241. strong {
  242. font-weight: bolder;
  243. }
  244. sub {
  245. font-size: smaller;
  246. line-height: normal;
  247. vertical-align : sub;
  248. }
  249. sup {
  250. font-size: smaller;
  251. line-height: normal;
  252. vertical-align : super;
  253. }
  254. table {
  255. -moz-box-sizing: border-box;
  256. border : 1px solid #333;
  257. border-collapse: collapse;
  258. border-spacing : 2px;
  259. display: table;
  260. margin-bottom: 1em;
  261. margin-top : 1em;
  262. text-indent: 0;
  263. }
  264. table > tr {
  265. vertical-align : middle;
  266. }
  267. table[align="center"] > caption {
  268. margin-left: auto;
  269. margin-right : auto;
  270. }
  271. table[align="center"] > caption[align="left"] {
  272. margin-right : 0;
  273. }
  274. table[align="center"] > caption[align="right"] {
  275. margin-left: 0;
  276. }
  277. tbody {
  278. display: table-row-group;
  279. vertical-align : middle;
  280. }
  281. td {
  282. border : 1px solid #333;
  283. display: table-cell;
  284. padding: 4px;
  285. text-align : inherit;
  286. vertical-align : inherit;
  287. }
  288. tfoot {
  289. display: table-footer-group;
  290. vertical-align : middle;
  291. }
  292. th {
  293. background : #fff;
  294. border : 1px solid #333;
  295. color: #000;
  296. display: table-cell;
  297. font-weight: bold;
  298. padding: 4px;
  299. vertical-align : inherit;
  300. }
  301. thead {
  302. display: table-header-group;
  303. vertical-align : middle;
  304. }
  305. tr {
  306. display: table-row;
  307. vertical-align : inherit;
  308. }
  309. u {
  310. text-decoration: underline;
  311. }
  312. ul {
  313. display: block;
  314. list-style-type: disc;
  315. margin : 1em 0;
  316. padding-left : 25px;
  317. }
  318. ul dl {
  319. margin-bottom: 0;
  320. margin-top : 0;
  321. }
  322. ul ol {
  323. margin-bottom: 0;
  324. margin-top : 0;
  325. }
  326. ul ol ul {
  327. list-style-type: square;
  328. }
  329. ul ul {
  330. list-style-type: circle;
  331. margin-bottom: 0;
  332. margin-top : 0;
  333. }
  334. ul ul ul {
  335. list-style-type: square;
  336. }
  337. var {
  338. font-style : italic;
  339. }
  340. xmp {
  341. background : #f8f3e6;
  342. border-left: 3px solid #e44949;
  343. display: block;
  344. font-family: fixed;
  345. margin : 3px 10px;
  346. padding: 5px;
  347. white-space: pre;
  348. }
  349.  
  350. #menubar a:link {
  351. text-decoration: none;
  352. }
  353. #menubar a:visited {
  354. text-decoration: none;
  355. }
  356. #menubar {
  357. padding: 10px;
  358. }
  359.  
  360.  
  361. #wrapper {
  362. background-color: #F5F5F5;
  363. }
  364. a {
  365. text-decoration: none;
  366. }
  367. body {
  368. background : #FFF;
  369. color: #3E3E3E;
  370. font-family: arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
  371. font-size: 76%;
  372. font-size-adjust : none;
  373. font-stretch : normal;
  374. font-style : normal;
  375. font-variant : normal;
  376. font-weight: normal;
  377. line-height: normal;
  378. margin : 0;
  379. padding: 0;
  380. }
  381. blockquote {
  382. background : #f8f3e6;
  383. border-left: 3px solid #6180a3;
  384. border-bottom: 1px solid #f8f3e6;
  385. margin : 3px 10px;
  386. padding: 5px;
  387. }
  388. pre {
  389. background : #f8f3e6;
  390. border-left: 3px solid #e44949;
  391. border-bottom: 1px solid #f8f3e6;
  392. display: block;
  393. font-family: fixed;
  394. margin : 3px 10px;
  395. padding: 5px;
  396. white-space: pre;
  397. }
  398. /* Holly Hack */
  399. /* Hides from IE-mac \*/
  400. * html blockquote {height: 1%;}
  401. * html pre {height: 1%;}
  402. /* End hide from IE-mac */
  403.  
  404.  
  405. html {
  406. margin : 0;
  407. padding: 0;
  408. }
  409. span.word1 {
  410. background-color : #ffff66;
  411. color: #000;
  412. }
  413. span.word10 {
  414. background-color : #990099;
  415. color: #fff;
  416. }
  417. span.word2 {
  418. background-color : #a0ffff;
  419. color: #000;
  420. }
  421. span.word3 {
  422. background-color : #99ff99;
  423. color: #000;
  424. }
  425. span.word4 {
  426. background-color : #ff9999;
  427. color: #000;
  428. }
  429. span.word5 {
  430. background-color : #ff66ff;
  431. color: #000;
  432. }
  433. span.word6 {
  434. background-color : #880000;
  435. color: #fff;
  436. }
  437. span.word7 {
  438. background-color : #00aa00;
  439. color: #fff;
  440. }
  441. span.word8 {
  442. background-color : #886800;
  443. color: #fff;
  444. }
  445. span.word9 {
  446. background-color : #004699;
  447. color: #fff;
  448. }
  449.  
  450. /*ads*/
  451.  
  452. .gafc_on{
  453. background-color:#DFDFDF;
  454. }
  455. .gafc_domain{
  456. color:green;
  457. }
  458.  
  459. /* Hides from IE-mac \*/
  460. * html #source___Frame{ width:97% !important;}
  461. /* End hide from IE-mac */
  462.  

タグ:

+ タグ編集
  • タグ:
最終更新:2022年03月24日 19:17