blockquote {font-size: 90%;}

a.external {
    background: url(/Resimler/external-link-icon.png) center right no-repeat;
    padding-right: 13px;
}

a[href^="//"]:after { 
content: url(/Resimler/icon-external-link.png);
  margin: 0 0 0 5px;
}  /* this didn't seem to work */


IMG { 
margin : 10px; 
border : transparent;
}

H1 {
text-align : center;
}

BODY {
background-image : url(/Resimler/tile10.gif);
background-repeat : repeat;
}
/*P {
text-align : justify;
text-indent : 5%;
}*/
/* 2024.03.08: text-indent was commented out anyway */
LI {
text-align : justify;
}
TD {
text-align : justify;
}
P.noindent {
text-align : justify;
text-indent : 0%;
}
.center {
text-align : center;
}
.table-center {
margin-left:auto;
margin-right:auto;
display : table;
}
.flushright {
text-align : right;
}
.fixedhead {
position : fixed;
right : 1em;
}
.intro {
margin-right : 24em;
}
.highlight {
background : white;
color : red;
}
.redden {
color : red;
}
.green {
color : green;
}
.refer {
font-variant : small-caps;
}
.right {
text-align : right;
}
.left {
text-align : left;
}
.floatright {
float : right;
margin-left : 1em;
margin-bottom : 1em;
}
.floatleft {
float : left;
margin-right : 1em;
margin-bottom : 1em;
}
.clearleft {
clear : left;
}
.clear {
clear : both;
}
.noindent {
text-indent : 0%;
}
.main {
margin : 5% 10%;
/*text-align : justify;*/
}
/* 2024.03.08 I've moved the justification from P to here */
.firstwords {
font-variant : small-caps;
}
.smallcaps {
font-variant : small-caps;
}
SAMP {
color : green;
}
KBD {
color : red;
}
INS {
color : green;
}
DEL {
color : red;
}
CODE {
background : white;
color : red;
}
UL.horizontal LI {
display : inline;
padding-right : 18px;
}


UL.padded LI {
padding-top : 1ex;
}
OL.padded LI {
padding-top : 1ex;
}
DL DT {
font-weight : bold;
padding : 1ex;
}
DL DD {
text-align : justify;
}
.tr {
padding : 1em;
border : 1px solid black;
}
.en {
padding : 1em;
border : 1px solid black;
}
.cols {
padding : 1em;
border : 1px solid black;
}

.cols DT {
font-weight: bold;
}

/* the following taken from www.transio.com  */

#columns {
/*        width: 600px; */
    }

#columns DT {
font-style: italic
}

    #columns .column {
        position: relative;
        width: 46%;
        padding: 1%;
        border: solid 1px #000;
    }

    #columns .left {
        float: left;
    }

    #columns .right {
        float: right;
    }

/* the following is from my old mathstyle*/

.displaymath {font-family: monospace; 
margin-left:auto; /* for centering tables */
margin-right:auto; /* ditto */
text-align : center;
background: none;
color: navy
}

.symbol {
font-family : symbol, monospace;
background: none; color: maroon
}

.math {font-family: monospace; 
background: none; color: maroon
}

OL.I {list-style: upper-roman}

.display {text-align: center}

/*SUB, SUP {font-size: 100%}*/

DIV.theorem {
background: white;
color: black
}


/* the following are probably not needed */


UL.photos {
margin : 0%;
padding : 0;
}
UL.photos LI {
display : inline;
padding-top : 2%;
padding-right : 2%;
}
.mydisplay {
margin : 0% 3%;
}
UL.vertplain {
padding : 0;
}
UL.vertplain LI {
list-style : none;
margin : 0;
padding : 0.25em;
}
.glossary DT {
font-weight : bold;
}

