X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Flist.css;fp=public%2Fcss%2Flist.css;h=c78f9092140e108e77435ca193580865c3515648;hb=ec061a75fe57a25eb7ef0894f5e723397ba35472;hp=0000000000000000000000000000000000000000;hpb=3ff82e2d9fa289beba4e965b82772cf83f905b2f;p=syj.git diff --git a/public/css/list.css b/public/css/list.css new file mode 100644 index 0000000..c78f909 --- /dev/null +++ b/public/css/list.css @@ -0,0 +1,63 @@ +.item { + float: left; + width: 240px; + margin: 0px 10px 10px 10px; +} + +.geom { + float: left; + border: 1px solid black; + width: 100px; + height: 100px; + margin: 0 10px 6px 0; +} + +.map { + width: 100%; + height: 100%; +} + +.title { + height: 2em; + clear: left; +} + +.page-link { + margin-left: 10px; + margin-right: 10px; +} +#navigation { + text-align: center; +} + +#footer { + position: fixed; + z-index: 2000; + background-color: white; +} + +.noroute { + text-align: center; + border-width: 2px; + border-style: solid; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + width: 40%; + margin: auto; + padding: 12px; + margin-top: 28px; +} + +#message { + width: 40%; + margin: 20px auto 20px auto; + padding: 1.5em 1.5em 1.5em 1.5em; + text-align: center; + border-width: 2px; + border-style: solid; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} +