Thread: [Phphtmllib-devel] SF.net SVN: phphtmllib:[3281] trunk/open2300/htdocs/css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 05:19:23
|
Revision: 3281 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3281&view=rev Author: hemna Date: 2009-11-24 05:19:15 +0000 (Tue, 24 Nov 2009) Log Message: ----------- added lightview 2.5.2 Added Paths: ----------- trunk/open2300/htdocs/css/lightview/ trunk/open2300/htdocs/css/lightview/lightview.css Added: trunk/open2300/htdocs/css/lightview/lightview.css =================================================================== --- trunk/open2300/htdocs/css/lightview/lightview.css (rev 0) +++ trunk/open2300/htdocs/css/lightview/lightview.css 2009-11-24 05:19:15 UTC (rev 3281) @@ -0,0 +1,485 @@ +/* lightview.css + http://www.nickstakenburg.com/projects/lightview +*/ + +#lightview { + position: absolute; + top: 50%; + left: 50%; + height: 150px; + width: 150px; + margin: -75px 0 0 -75px; + padding: 0; + text-align: left; +} + +/* The container that holds everything */ +.lv_Container { + position: relative; + width: 100%; + height: 100%; + background: none; + padding: 0; + margin: 0; +} + +.lv_Button { + cursor: pointer; + text-decoration: none; + border: none; + background: none; + margin: 0; + padding: 0; +} + +/* The buttons on the side when you view a gallery */ +.lv_Sides { + position: absolute; + top: 50%; + left: 0; + clear: both; + width: 100%; + padding: 0; + margin: 0; +} +.lv_Sides * { padding: 0; margin: 0; } +.lv_Sides li { + list-style-type: none; + position: relative; +} + +.lv_PrevSide { float: left; } +.lv_NextSide { float: right; } +.lv_Sides .lv_Wrapper { + width: 100%; + height: 100%; + cursor: pointer; +} +.lv_Sides .lv_Button { + float: left; + background: none; +} + +/* The frames above and below the center, that hold the corners. + It's recommended not to change anything here, a lot is done in + javascript to build further upon this based on your settings. +*/ +.lv_Frames { + width: 100%; + height: 100%; + position: relative; + padding: 0; + margin: 0; +} +.lv_Frames li { + list-style-type: none; + margin: 0; + padding: 0; +} +.lv_Frame { + width: 100%; + display: block; +} +.lv_Frame * { padding: 0; margin: 0; } +.lv_FrameTop { + position: absolute; + left: 0; + width: 100%; + display: block; +} +.lv_FrameBottom { + position: relative; + float: left; + clear: both; +} + +.lv_Liquid { + position: relative; + float: left; + width: 100%; + overflow: hidden; + clear: both; +} +.lv_Liquid .lv_Filler { + position: absolute; + height: 100%; + width: 2px; + top: 0; + left: 50%; +} + +.lv_Half { + display: block; + height: 100%; + clear: both; + line-height: 0px; +} +.lv_Half li { list-style-type: none; } +.lv_Corner { + float: left; + position: relative; +} +.lv_CornerTr, .lv_CornerBr { float: right; } + +.lv_Fill { + position: absolute; + top: 0; + width: 100%; + height: 100%; +} + +.lv_Half .lv_CornerWrapper { + float: left; + position: relative; + width: 50%; + height: 100%; + overflow: hidden; +} +.lv_HalfRight .lv_CornerWrapper { float: right; } + +.lv_Corner { position: relative; } +.lv_Corner canvas { position: relative; } +.lv_HalfLeft .lv_Corner { float: left; } +.lv_HalfRight .lv_Corner { + position: relative; + float: right; +} + +/* To position content correctly in the center with correct + rounded corner display we need a few wrappers. + This is to get it right on all browsers. +*/ +.lv_Center { + position: relative; + clear: both; + height: 100%; + overflow: hidden; + background: none; + padding: 0; + margin: 0; +} +.lv_WrapUp { + position: absolute; + left: 0; + height: 100%; + width: 100%; + overflow: hidden; + padding: 0; + margin: 0; +} +.lv_WrapDown { + position: relative; + height: 100%; + width: 100%; + overflow: hidden; + padding: 0; + margin: 0; +} +.lv_WrapCenter { + position: relative; + padding: 0; + margin: 0; +} + +/* The loading indicator */ +.lv_Loading { + position: absolute; + top: 50%; + left: 50%; +} +.lv_Loading .lv_Button { + float: left; + height: 100%; + width: 100%; +} + +.lv_MediaWrapper { + position: relative; + width: 100%; + display: block; + overflow: hidden; + clear: both; + padding: 0; + margin: 0; +} +.lv_MediaWrapper img { + position: relative; + float: left; + padding: 0; + margin: 0; +} + +/* The overlays on top of images that toggle the previous/next buttons */ +.lv_PrevNext { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + margin: 0; +} +.lv_PrevNext * { padding: 0; margin: 0; } +.lv_PrevNext .lv_Button { + position: relative; + height: 100%; +} +.lv_PrevButton { float: left; } +.lv_NextButton { float: right; } + +/* The bar that holds title, caption, imagenumber, slideshow and closebutton */ +.lv_MenuBar { + clear: both; + position: relative; + width: 100%; + font: 11px Arial, Helvetica, sans-serif; + color: #7a7a7a; + padding: 0; + margin: 0; + text-align: left; +} +.lv_MenuBar * { padding: 0; margin: 0;} + + +.lv_Close { + position: relative; + float: right; + overflow: hidden; + width: 100%; + height: 100%; +} + +.lv_Data { + position: relative; + float: left; + padding-bottom: 3px; + line-height: 13px; + overflow: hidden; +} + +/* simulates padding-left inside .lv_Data +.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */ + +.lv_Data li { + list-style-type: none; + float: left; + margin-top: 3px; +} +.lv_DataText { width: 100%; } +.lv_DataText .lv_Title { + font-weight: bold; + margin-bottom: 2px; +} +.lv_DataText .lv_Caption { clear: both; } +.lv_Data .lv_ImgNumber { + color: #a7a7a7; + margin-right: 5px; + margin-top: 5px; +} + +.lv_Data .lv_innerPrevNext, +.lv_Data .lv_Slideshow { + position: relative; + border-left: 1px solid #d7d7d7; + padding: 0 5px; + margin-top: 5px; + vertical-align: middle; +} +.lv_Data .lv_Slideshow { padding-right: 0px; } + +.lv_Data .lv_innerPrevNext .lv_Button, +.lv_Data .lv_Slideshow .lv_Button { /* play and stop */ + float: left; + background-position: center left; + background-repeat: no-repeat; +} + +/* the boxes that hold media or external content */ +.lv_contentTop, +.lv_contentBottom { + position: relative; + float: left; + margin: 0; + padding: 0; + clear: both; +} + +#lightview iframe { + float: left; + border: 0; + clear: both; + padding: 0; + margin: 0; + background: none; +} + +/* The container that hold buttons above the view, currently only topclose */ +.lv_topButtons { + position: absolute; + left: 0; + width: 100%; + overflow: hidden; + margin: 0; + padding: 0; +} +.lv_topcloseButtonImage { cursor: pointer; } + + +/* The error/warning/download message that will appear when + a required plugin is not installed. +*/ +#lightviewError p { padding: 0 0 10px 0; } +#lightviewError div { + padding: 6px; + font: 11px Arial, Helvetica, sans-serif; +} +#lightviewError .message { + background: #fcb5b5; + color: #dd1f1f; + margin-bottom: 3px; +} +#lightviewError .type { font-weight: bold; } +#lightviewError .pluginspage { + background: #b5fcbd; + color: #21be30; +} +#lightviewError a, +#lightviewError a:hover, +#lightviewError a:visited { + color: #21be30; + text-decoration: none; + background: none; + font-weight: bold; + border-bottom: 1px solid #7de689; +} +#lightviewError p { + margin-left: 0; + padding: 0; +} + +#lv_overlay { + position: absolute; /* Opera will use fixed */ + top: 0; + left: 0; + height: 100%; + width: 100%; +} + +/* navbar + Adds a bar below the view that takes over the default Controller +*/ +#lightviewController { + position: fixed; + bottom: 0; + top: 0; + left: 50%; + margin: 0; + padding: 0; + color: #d2d2d2; + font: 11px Arial, Helvetica, sans-serif; +} +* html body #lightviewController { /* IE6 */ + position: absolute; + top: auto; + margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px'); +} +#lightviewController ul { + display: block; + height: 100%; + float: left; + margin: 0; + padding: 0; + position: relative; +} +.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom { + list-style-type: none; + float: left; + display: block; + position: relative; + clear: both; + overflow: hidden; + margin: 0; + padding: 0; +} +.lv_controllerCenter { width: auto; float: left; } +.lv_controllerCornerWrapper { + position: absolute; + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} +.lv_controllerCornerWrapperTopLeft, +.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;} +.lv_controllerCornerWrapperTopRight, +.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;} + +#lightviewController .lv_CornerWrapper { + width: 100%; +} +#lightviewController .lv_Corner { float: left; } +#lightviewController .lv_Corner { + float: right; + position: relative; +} +#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; } +.lv_controllerBetweenCorners { + position: relative; + height: 100%; + overflow: hidden; +} + +.lv_controllerMiddle { + position: relative; + height: 100%; + float: left; +} +.lv_controllerCenter { float: left; width: auto;} +.lv_controllerCenter li { + list-style-type: none; + float: left; + display: inline; + position: relative; + clear: none; +} +.lv_controllerSetNumber { + float: left; + text-align: center; +} + +#lightviewController .lv_Button { + float: left; + position: relative; + height: 100%; + clear: none; +} +.lv_controllerSetNumber { + position: relative; + height: 100%; + padding-right: 3px; +} +.lv_controllerPrev, +.lv_controllerNext, +.lv_controllerSlideshow, +.lv_controllerClose { + float: left; + position: relative; + height: 100%; + padding-left: 3px; +} + +.lv_controllerPrev { border-left: 1px solid #3c3c3c; } +#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; } + +* html #lightview { /* IE6 */ + position: absolute; + margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px'); + margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px'); +} + +/* Always cover 100% of the screen in IE6 */ +html #lv_overlay { + position: absolute; + height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' ); + width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' ); +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-24 02:07:13
|
Revision: 3362 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3362&view=rev Author: hemna Date: 2010-02-24 02:07:07 +0000 (Wed, 24 Feb 2010) Log Message: ----------- updates to make the menu live in the correct spot Modified Paths: -------------- trunk/open2300/htdocs/css/main.css trunk/open2300/htdocs/css/menu.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-23 19:29:57 UTC (rev 3361) +++ trunk/open2300/htdocs/css/main.css 2010-02-24 02:07:07 UTC (rev 3362) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/pano_banner_winter.jpg') no-repeat top center; + background: url('/images/pano_banner_winter.jpg') no-repeat top center; } #idPageHeadText { @@ -27,6 +27,8 @@ font-size:1.4em; font-weight:bold; padding-top:8px; + position:relative; + top: -50px; } #idPageSubHeadText { @@ -34,6 +36,8 @@ text-align:center; font-size:.6em; padding-top:0px; + position:relative; + top: -50px; } Modified: trunk/open2300/htdocs/css/menu.css =================================================================== --- trunk/open2300/htdocs/css/menu.css 2010-02-23 19:29:57 UTC (rev 3361) +++ trunk/open2300/htdocs/css/menu.css 2010-02-24 02:07:07 UTC (rev 3362) @@ -1,23 +1,23 @@ #idMenu { - position: absolute; - left:190px; - top: 140px; - font-size: .6em; - margin:0px; - padding:0px; + position: relative; + font-size: .7em; + margin: 0px; + padding-top: -10px; + //border: 1px solid green; } #idMenu #idMenuItems { margin:0px; padding:0px; + //border: 1px solid red; } #idMenu #idMenuItems li { list-style: none; text-align:left; float: left; - padding:0px; - margin:0px; + padding-top: -10px; + margin-top: -10px; } #idMenu #idMenuItems li:first-child { @@ -32,7 +32,7 @@ #idMenu #idMenuItems li a { padding:4px; padding-right:10px; - height: 20px; + height: 40px; line-height: 20px; font-size: 1em; border: none; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-03-06 18:13:16
|
Revision: 3430 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3430&view=rev Author: hemna Date: 2010-03-06 18:13:10 +0000 (Sat, 06 Mar 2010) Log Message: ----------- more coolio Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Added Paths: ----------- trunk/open2300/htdocs/css/classic_toolbar.gif trunk/open2300/htdocs/css/close.gif trunk/open2300/htdocs/css/close_hover.gif trunk/open2300/htdocs/css/close_hover_red.gif trunk/open2300/htdocs/css/prototip.css trunk/open2300/htdocs/css/prototip_loader.gif trunk/open2300/htdocs/css/reload.jpg Added: trunk/open2300/htdocs/css/classic_toolbar.gif =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/classic_toolbar.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/open2300/htdocs/css/close.gif =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/close.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/open2300/htdocs/css/close_hover.gif =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/close_hover.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/open2300/htdocs/css/close_hover_red.gif =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/close_hover_red.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-03-06 18:11:48 UTC (rev 3429) +++ trunk/open2300/htdocs/css/main.css 2010-03-06 18:13:10 UTC (rev 3430) @@ -43,6 +43,22 @@ padding-bottom:2px; width: 100px; } + +#idMetarContainer { + position: relative; + top:42px; + height:10px; +} + +#idMetar { + font-size: .6em; + color: white; + font-weight:bold; + text-align:right; + height:10px; + padding-right:5px; +} + .cold { color: blue; } @@ -57,7 +73,7 @@ font-weight:bold; padding-top:8px; position:relative; - top: -50px; + top: -20px; } #idPageSubHeadText { @@ -66,7 +82,7 @@ font-size:.6em; padding-top:0px; position:relative; - top: -50px; + top: -20px; } Added: trunk/open2300/htdocs/css/prototip.css =================================================================== --- trunk/open2300/htdocs/css/prototip.css (rev 0) +++ trunk/open2300/htdocs/css/prototip.css 2010-03-06 18:13:10 UTC (rev 3430) @@ -0,0 +1,67 @@ +/* prototip.css : http://www.nickstakenburg.com/projects/prototip */ +.prototip { position: absolute; } +.prototip .effectWrapper, +.prototip .tooltip, +.prototip .toolbar, +.prototip .toolbar .title { position: relative; } +.prototip .content { clear: both; } +.prototip .toolbar a.close { + position: relative; + text-decoration: none; + float: right; + width: 15px; + height: 15px; + background: transparent url(close.gif); + display: block; + line-height: 0; + font-size: 0px; + border: 0; +} +.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); } + +.prototipLoader { + position: absolute; + top: -1000px; + left: -1000px; + background: url(prototip_loader.gif); + height: 14px; + width: 14px; +} + +.iframeShim { + position: absolute; + border: 0; + margin: 0; + padding: 0; + background: none; +} + +/* Prototip styles */ +.prototip .default { width: 150px; color: #fff; } +.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; } +.prototip .default .title { padding: 5px; } +.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;} + +.prototip .pinktip { border: 5px solid #a1a1a1; } +.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; } +.prototip .pinktip .title { padding: 5px; } +.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; } + +.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; } +.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; } +.prototip .darktip .toolbar a.close { background: url(close_hover.gif);} +.prototip .darktip .toolbar a.close:hover { background: url(close.gif);} +.prototip .darktip .title { padding: 5px;} +.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; } + +.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;} +.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; } +.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);} +.prototip .silver .title { padding: 5px; } +.prototip .silver .content { background: #fff; color: #666666; padding: 5px;} + +.protoClassic { width: 300px; border: 5px solid #8c939c; } +.protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;} +.protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);} +.protoClassic .title { padding: 5px; } +.protoClassic .content { background: #fff; color: #333333;font: 11px Arial, Helvetica, sans-serif; padding: 5px; } \ No newline at end of file Added: trunk/open2300/htdocs/css/prototip_loader.gif =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/prototip_loader.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/open2300/htdocs/css/reload.jpg =================================================================== (Binary files differ) Property changes on: trunk/open2300/htdocs/css/reload.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |