2015-05-06 22:24:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > < / title >
< meta name = "generator" content = "Zim 0.60" >
< meta name = "viewport" content = "width=device-width" >
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek,latin - ext' rel='stylesheet' type='text/css'> -->
<![if !IE]>
<!-- comment out for IE since it spams the user with warnings -->
< script type = 'text/javascript' src = 'http://code.jquery.com/jquery-1.7.1.js' > < / script >
< script type = 'text/javascript' >
$(window).load(function(){$("#navigation").height( $("#content").height()+65 );});
< / script >
<![endif]>
< style >
body, html {
height:100%;
font-family:'Open Sans', sans-serif;
line-height:1.5em;
font-weight:300;
background-color:#202020;
text-rendering:geometricPrecision;
margin:0;
padding:0;
}
.wrapper {
height:100%;
position:relative;
}
#navigation {
background-color:#2A2A2A;
display:inline-block;
border-right:1px solid #EAEAEA;
padding-right:65px;
padding-top:65px;
padding-left:25px;
position:relative;
float:left;
min-height:100%;
}
#content {
color:#FFFFFF;
float:left;
display:inline-block;
position:absolute;
max-width:960px;
padding:65px;
}
#navigation ul {
margin-top:0;
margin-bottom:0;
padding-left:40px;
}
#navigation li {
list-style-type:none;
}
#navigation a {
text-decoration:none;
color:gray;
}
#navigation strong {
color:#4E9A06;
font-weight:400;
}
#navigation a:hover {
text-decoration:underline;
}
#content h1:nth-child(1) {
margin-top:0;
}
h1,h2,h3,h4,h5,h6 {
color:#4E9A06;
font-weight:300;
}
#content a {
color:#CE5C00;
}
#content a {
text-decoration: none;
}
#content a:hover {
text-decoration: underline;
}
#content a:active {
text-decoration: underline;
}
#content strike {
color: grey;
}
#content u {
text-decoration: none;
background-color: yellow;
}
#content tt {
color: #2e3436;
}
#content pre {
color: #2e3436;
margin-left: 20px;
}
.backlinks {
color:gray;
}
hr.footnotes {
width: 20%;
margin-left: 0;
}
@media print{
#navigation{
background-color:#FFF;
}
}
< / style >
< / head >
< body >
< div class = "wrapper" >
< div id = "navigation" > < ul >
< li > < strong class = "activepage" > Calcchat< / strong > < / li >
< li > < a href = "./Space_Game.html" title = "Space Game" class = "page" > Space Game< / a > < / li >
< / ul >
< / div >
< div id = "content" >
< h1 > Better Calcchat< / h1 >
2015-05-07 01:33:20 +00:00
< p >
A Better CalcChat client.< br >
< / p >
< p >
< a href = "https://github.com/thepaperpilot/BetterCalcChat/releases" title = "Download the client" class = "https" > Download the client< / a > < br >
< / p >
< p >
2015-05-06 22:24:26 +00:00
Note: This is a stand-alone application. If you'd prefer to stay within your browser, there is < a href = "https://chrome.google.com/webstore/detail/calc-chat-cleanup/ghbaoonbpgameecbhgmlcomljjdikbln?hl=en-US" title = "this very nice chrome extension by Hardy Creations" class = "https" > this very nice chrome extension by Hardy Creations< / a > . If you use another browser, the best you're going to get is < a href = "https://userstyles.org/styles/86113/calcchat-reflowed" title = "this userstyles script" class = "https" > this userstyles script< / a > . Use with Stylish or equivalent.< br >
2015-05-07 01:33:20 +00:00
< / p >
< p >
2015-05-06 22:24:26 +00:00
This client is superior to the calcchat website because it can:< br >
2015-05-07 01:33:20 +00:00
< ul >
2015-05-06 22:24:26 +00:00
< li > Show you an entire section's problems at once< / li >
< li > Zoom into images better< / li >
< li > Navigate between images, chapters, sections, and books better< / li >
2015-05-07 01:33:20 +00:00
< / ul >
< / p >
< p >
2015-05-06 22:24:26 +00:00
Screenshots:< br >
2015-05-07 01:33:20 +00:00
< ul >
< li > < img src = "./Calcchat/Book%20Selector.png" alt = "" height = "400" > < / li >
< li > < img src = "./Calcchat/Gallery%20Mode%20Fullscreen.png" alt = "" height = "400" > < / li >
< li > < img src = "./Calcchat/Gallery%20Mode%20Windowed.png" alt = "" height = "400" > < / li >
< li > < img src = "./Calcchat/Overview%20Mode%20Fullscreen.png" alt = "" height = "400" > < / li >
< li > < img src = "./Calcchat/Overview%20Mode%20Windowed.png" alt = "" height = "400" > < / li >
< / ul >
< / p >
2015-05-06 22:24:26 +00:00
< / div >
< / div >
< / body >
< / html >