diff Books.css @ 6:077b0a0a3e6d

remaining originals according to dependency walk
author Robert Boland <robert@markup.co.uk>
date Thu, 16 Feb 2017 22:29:02 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Books.css	Thu Feb 16 22:29:02 2017 +0000
@@ -0,0 +1,364 @@
+/** Add css rules here for your application. */
+.scroll{
+		height: 100%;
+		width: 100%;
+		overflow-x: hidden;
+		overflow-y: hidden;
+}		
+.eastWidth {	
+		position: absolute;
+  		right: 0px;
+  		top: 0px;
+  		height: 90%;
+  		width: 410px;
+}
+.curveButton{
+		font-size: 16px;
+		font-weight: bold;
+		color: white;
+		z-index: -1;
+		cursor: pointer;
+		
+		background: #594f43;
+		border-radius: 10px;
+		border-color: #594f43;
+		-moz-border-radius: 10px;
+		-o-border-radius: 10px;
+		-webkit-border-radius: 10px;
+		box-shadow: 0 0 10px rgba(89, 79, 67, 1);
+		-moz-box-shadow: 0 0 10px rgba(89, 79, 67, 1);
+		-o-box-shadow: 0 0 10px rgba(89, 79, 67, 1);
+		-webkit-box-shadow: 0 0 10px rgba(89, 79, 67, 1);
+		
+		padding: 0.2em 1em 0.2em;
+ 		border-top-left-radius: 10px 10px;
+		border-top-right-radius: 10px 10px;
+
+		margin-right: 5px;
+}
+.histImage {
+display: inline;
+float: left;
+margin-right: 3px;
+position:relative;
+}
+
+.onHoverMyMap {
+    right: 5px;
+    position: absolute;
+    bottom: 12px;
+    z-index: 2;
+    cursor: pointer;
+}
+.hoverMyMap {
+    right: 5px;
+    position: absolute;
+    bottom: 12px;
+    z-index: -1;
+}
+.onHoverCross {
+    right: 0px;
+    position: absolute;
+    top: 0px;
+    z-index: 2;
+    cursor: pointer;
+}
+.hoverCross {
+    right: 0px;
+    position: absolute;
+    top: 0px;
+    z-index: -1;
+}
+
+imgHighlight{
+	border: 3px blue solid;
+}
+h1
+{
+color:#e5e4cf;
+text-align:center;
+}
+.textInMap{
+font-size: 20px; 
+font-family: Tahoma;
+}
+.gwt-Label
+{
+font: bold 18px tahoma, arial, helvetica, sans-serif;
+}
+.gwt-HTML
+{
+font: normal 14px tahoma, arial, helvetica, sans-serif;
+}
+.gwt-Image
+{
+cursor: pointer;
+cursor: hand;
+}
+.bwButton
+{
+margin-top:2px;
+margin-left:5px;
+cursor: pointer;
+cursor: hand;
+border: 1px solid #C9C7BA;
+font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
+font-size: 16px;
+padding-left: 2px;
+padding-top: 2px;
+color:#ffffff;
+width:100%;
+height:100%;
+text-align:center;
+background-image:url("http://www.yournextpresent.com/images/button.png");
+background-repeat:repeat-x;
+float:left;
+}
+.redButton
+{
+cursor: pointer;
+cursor: hand;
+border: 1px solid #C9C7BA;
+font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
+font-size: 15px;
+color:#ffffff;
+width: 52px;
+height: 60px;
+text-align:center;
+background-image:url("http://www.yournextpresent.com/images/buttonRed.png");
+background-repeat:repeat-x;
+}
+.textInput
+{
+border: 1px solid #C9C7BA;
+font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
+font-size: 18px;
+padding-left: 2px;
+padding-top: 2px;
+color:#594F43;
+width:100%;
+height:100%;
+}
+.textInput-watermark
+{
+font-style: italic;
+color: DarkGray;
+width:100%;
+height:100%;
+}
+
+.pointer{
+  	cursor: pointer;
+	cursor: hand;
+	border: 0px;
+}
+
+.launchPageSearch
+{
+font-size: 25px;
+color: #594F43;
+width:100%;
+height:100%;
+text-align:center;
+}
+
+.launchPageSearch-watermark
+{
+font-style: italic;
+color: DarkGray;
+width:100%;
+height:100%;
+}
+
+.rightAlign {
+	position: relative;
+	float: right;
+}
+
+.blankTabPanel {
+height: 100%;
+ background: #ffffff;
+}
+.blankTabPanel .gwt-TabLayoutPanelTabs {
+}
+.blankTabPanel .gwt-TabLayoutPanelContent {
+background: #ffffff;
+}
+.blankTabPanel .gwt-TabLayoutPanelTab {
+  margin-left: 6px;
+  padding: 3px 6px 3px 6px;
+  cursor:default;
+  color: white;
+  background: #ffffff;
+}
+.blankTabPanel .gwt-TabLayoutPanelTab-selected {
+  cursor: default;
+  background: #ffffff;
+   color: black;
+} 
+
+.customTabs {
+height: 100%;
+ background: #ffffff;
+}
+.customTabs .gwt-TabLayoutPanelTabs {
+}
+.customTabs .gwt-TabLayoutPanelContent {
+background: #ffffff;
+}
+.customTabs .gwt-TabLayoutPanelTab {
+  margin-left: 6px;
+  padding: 3px 6px 3px 6px;
+  cursor:default;
+  color: white;
+  background: #594F43;
+}
+.customTabs .gwt-TabLayoutPanelTab-selected {
+	cursor: default;
+	background: #ffffff;
+	color: #594F43;
+	font-size: 18px;
+} 
+
+.blankSplit-HDragger {
+  background: white;
+  cursor: col-resize;
+}
+
+.blankSplit-VDragger {
+  background: white;
+  cursor: row-resize;
+}
+
+.bkgd{
+		background-image:url("http://www.yournextpresent.com/images/bkgdx-repeat.png");
+		background-repeat:repeat-x;
+		background-color: #232828;
+}
+
+.bkgdMob{
+		background-color: #232828;
+}
+
+.bwPopupPanel{
+  border: 3px solid #594F43;
+  padding: 3px;
+  background: white;
+}
+
+.bwOptionsPopupPanel{
+  border: 2px solid #232323;
+  border-bottom: none;
+  background: #e5e4cf;
+}
+
+.separateLine{
+		border-bottom: solid;
+		border-bottom-width: 2px;
+		border-bottom-color: #f2b234;
+		height: 2px;
+		width: 100%;
+		margin-bottom: 3px;
+		float: left;
+		display: block;
+}
+
+.bookStyle{
+	margin-left: 2px;
+	border:0px;
+}
+
+.left{
+	float: left;
+}
+
+.genreBox{
+	font-size:14px;
+	display:block;
+}
+
+.leaderLabel{
+	padding-right:10px;
+	padding-left:10px;
+	color: #594F43;
+	font-size: 20px;
+	text-align: center;
+	cursor: default;
+	background:#e5e4cf;
+}
+
+.leaderHeader{
+	padding-right:10px;
+	padding-left:10px;
+	color: #594F43;
+	font-size: 20px;
+	font-weight: bold;
+	text-align: center;
+	cursor: default;
+	background:#F2B234;
+}
+
+.book_border{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://www.yournextpresent.com/images/present/readTab_right.png');
+	background-repeat: no-repeat;
+	background-position: 90px 80px;
+	padding-right: 14px;
+}
+
+.film_border{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://www.yournextpresent.com/images/present/filmTab_right.png');
+	background-repeat: no-repeat;
+	background-position: 90px 80px;
+	padding-right: 14px;
+}
+
+.game_border{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://www.yournextpresent.com/images/present/gameTab_right.png');
+	background-repeat: no-repeat;
+	background-position: 90px 80px;
+	padding-right: 14px;
+}
+
+.book_LDU{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://localhost:8888/images/present/readTab.png');
+	background-repeat: no-repeat;
+   	float: left;
+   	display: inline;
+   	padding-left: 12px;
+        padding-right: 2px;
+}
+
+.film_LDU{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://localhost:8888/images/present/filmTab.png');
+	background-repeat: no-repeat;
+   	float: left;
+   	display: inline;
+   	padding-left: 12px;
+        padding-right: 2px;
+}
+
+.game_LDU{
+	cursor: pointer;
+	cursor: hand;
+	background-image: url('http://localhost:8888/images/present/gameTab.png');
+	background-repeat: no-repeat;
+   	float: left;
+   	display: inline;
+   	padding-left: 12px;
+        padding-right: 2px;
+}
+
+.smallLink A:link {color:#e5e4cf;font-weight:bold;text-decoration:none;}
+.smallLink A:visited {color:#e5e4cf;font-weight:bold;text-decoration:none;}
+.smallLink A:active {color:#e5e4cf;font-weight:bold;text-decoration:none;}
+.smallLink A:hover {color:#ffffff;font-weight:bold;text-decoration:none;}