s4

annotate examples/common/default/default.css @ 219:e2dea2f63a69

Duplicate posting by reload avoided
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 13 Jun 2016 12:28:00 +0859
parents 2dbaad689d2d
children acd904062e55
rev   line source
yuuji@6 1 /*
yuuji@6 2 * Default CSS definitions
yuuji@6 3 */
yuuji@6 4 body {background: #eff;}
yuuji@6 5 hr {clear: both;}
yuuji@116 6 *.warn {color: red;}
yuuji@6 7 div.topmenu {
yuuji@6 8 margin: 0; padding: 0; width: 100%; height: 2em;
yuuji@6 9 }
yuuji@6 10 div.topmenu ul {width: 100%; position: fixed; margin: 0;
yuuji@6 11 margin: 0 auto;}
yuuji@6 12 div.topmenu ul li {
yuuji@6 13 float: left; width: 18%;
yuuji@6 14 background: rgba(68,255,102,0.8); border: #3e5 2px groove; margin: 0;
yuuji@6 15 text-align: center; font-size: 80%; list-style: none;
yuuji@6 16 box-shadow: #242 2px 3px 5px;
yuuji@6 17 text-shadow: #fff 0px 0px 10px;
yuuji@6 18 }
yuuji@6 19 div.topmenu ul li:hover {background: #8fa;}
yuuji@6 20 div.topmenu ul a {text-decoration: none;}
yuuji@6 21
yuuji@6 22 ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
yuuji@6 23
yuuji@6 24 td {padding-left: 0.5ex; padding-right: 0.5ex;}
yuuji@6 25 table.td2r td:nth-child(2) {text-align: right;}
yuuji@6 26 table.td3r td:nth-child(3) {text-align: right;}
yuuji@6 27 table.form, table.b, table.b tr, table.b td, table.b th {
yuuji@6 28 border: 1px solid black; border-collapse: collapse;
yuuji@6 29 }
yuuji@185 30 table.b, table.bloghead {
yuuji@185 31 border-radius: 1ex; box-shadow: rgb(250,222,222) 1px 2px 3px;
yuuji@185 32 }
yuuji@6 33 td.warn {background: #fcc;}
yuuji@6 34 input[type="checkbox"][name="rm"]:checked ~ table {background: red;}
yuuji@6 35 input[type="checkbox"][name="rm"] ~ span {display: none;}
yuuji@6 36 input[type="checkbox"][name="rm"]:checked ~ span {display: inline;}
yuuji@6 37
yuuji@6 38 input[type="radio"][value="replace"] + input.replace[type="file"] {
yuuji@6 39 visibility: hidden;}
yuuji@6 40 input[type="radio"][value="replace"]:checked + input.replace[type="file"] {
yuuji@6 41 visibility: visible;
yuuji@6 42 }
yuuji@153 43 label.admin span {border-bottom: 1px solid blue;}
yuuji@153 44 label.admin:after {content: "(ADMIN)"; color: red; text-decoration: none;}
yuuji@6 45
yuuji@6 46 /* keep/edit/rm action selector */
yuuji@6 47 input.action ~ input:not(.action), input.action ~ textarea {
yuuji@6 48 display: none;
yuuji@6 49 }
yuuji@6 50 input.action[value="edit"]:checked ~ input {display: inline;}
yuuji@6 51 input.action[value="edit"]:checked ~ textarea {display: block;}
yuuji@6 52 input.action[value="edit"]:checked ~ span {display: none;}
yuuji@6 53 input.action[value="rm"]:checked ~ span {background: red;}
yuuji@6 54 label.confirm {display: none;}
yuuji@6 55 input.action[value="rm"]:checked ~ label.confirm {
yuuji@6 56 display: inline;
yuuji@6 57 }
yuuji@6 58
yuuji@6 59 form.replyblog {margin-bottom: 40%;}
yuuji@6 60 div.blogcomment {
yuuji@6 61 position: fixed; bottom: 0; left: 0;
yuuji@193 62 z-index: 2; background-color: rgba(250,222,222,0.6);
yuuji@6 63 }
yuuji@211 64 /* div.blogcomment textarea:focus {background: yellow;
yuuji@211 65 position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
yuuji@6 66 div.blogcomment * {opacity: 1.0;}
yuuji@6 67 table.bloghead, .bloghead tr, .bloghead td {
yuuji@6 68 border: 1px solid black; border-collapse: collapse;
yuuji@6 69 min-width: 30em;
yuuji@6 70 }
yuuji@6 71 table.bloghead tr:nth-child(2) {
yuuji@6 72 font-size: 150%; background: yellow; text-align: center;
yuuji@6 73 }
yuuji@6 74 table.bloghead {margin-bottom: 1em;}
yuuji@6 75
yuuji@6 76 table.blog_replies, .blog_replies tr, .blog_replies td {
yuuji@6 77 border: 1px solid black; border-collapse: collapse;
yuuji@185 78 white-space: pre-wrap;
yuuji@6 79 }
yuuji@219 80 table.blog_replies+p.update_link {margin-top: 0; margin-bottom: 14em;}
yuuji@6 81 .blog_replies td:nth-child(2) {
yuuji@6 82 vertical-align: top; min-width: 30em; height: 3em;
yuuji@185 83 max-width: 50em;
yuuji@6 84 }
yuuji@146 85 p.profimg {float: left; max-width: 400px; max-height: 400px;
yuuji@146 86 overflow: hidden; margin-right: 1em;
yuuji@146 87 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
yuuji@146 88 }
yuuji@149 89 p.profimg img {max-width: 400px;}
yuuji@146 90 div.home+* {clear: both;}
yuuji@6 91
yuuji@6 92 div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
yuuji@6 93 div.fold > div {
yuuji@32 94 xxdisplay: none; max-height: 80%; overflow: auto;
yuuji@30 95 height: 0px; opacity: 0; padding: 0 1ex;
yuuji@6 96 }
yuuji@59 97 div.fold input[type="checkbox"]:checked ~ div,
yuuji@59 98 div.fold input[type="radio"]:checked ~ div {
yuuji@193 99 display: block; background: #fadede;
yuuji@30 100 height: auto; opacity: 1.0; transition: 1s;
yuuji@30 101 }
yuuji@199 102 div.dumptable {max-height: 15em; overflow: auto;}
yuuji@197 103
yuuji@6 104
yuuji@6 105 /********************* icon list *********************/
yuuji@6 106 div.iconlist {
yuuji@6 107 text-align: center; float: left; margin: 1ex 1em;
yuuji@6 108 border: dotted #dfd 2px; padding: 1ex;
yuuji@6 109 }
yuuji@6 110 div.iconlist p {margin: 0; padding: 0;}
yuuji@6 111 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
yuuji@19 112 div.iconlist p._temp {background: cyan;}
yuuji@19 113 div.iconlist p._lecture {background: pink;}
yuuji@19 114 div.iconlist p._admin {background: yellow;}
yuuji@19 115 div.iconlist p._friend {background: fuchsia;}
yuuji@23 116 div.iconlist p._fellows {background: #9f9;} /* light green */
yuuji@24 117 div.iconlist p._club {background: #4bb;} /* light teal */
yuuji@23 118 div.iconlist p._event {background: maroon; color: white;}
yuuji@23 119 div.iconlist p._misc {background: purple; color: white;}
yuuji@38 120 div.iconlist p._record {background: red; color: white;}
yuuji@190 121 div.iconlist p._info {background: #eff;} /* light cyan */
yuuji@190 122 div.iconlist p._support {background: #ffe;} /* light yellow */
yuuji@190 123 div.iconlist p._test {background: #ffb6c1;} /* light pink */
yuuji@6 124 div.xy120x120 {min-width: 120px; min-height: 140px;}
yuuji@6 125 div.xy96x96 {min-width: 96px; min-height: 116px;}
yuuji@6 126 div.xy50x50 {min-width: 50px; min-height: 70px;}
yuuji@6 127 div.right {clear: both; float: right;}
yuuji@135 128 *.clear {cloear: both;}
yuuji@126 129
yuuji@126 130 /*
yuuji@126 131 * PR Web
yuuji@126 132 */
yuuji@126 133 body.pr {font-size: 200%;}
yuuji@126 134 body.pr h1 {
yuuji@126 135 text-align: center; width: 80%; padding: 3ex 0; margin: 0 auto;
yuuji@126 136 background: #ffefef; border: double 5px navy;
yuuji@126 137 }